

/*
 * *
  *
  *     Apollo Space - apollo212.com
  *
  * */

*::selection {
    background-color: #05AED4 !important;
    color: #FFF !important;
}

/*
section {
    overflow-x: hidden !important
}
*/

/* a */
a, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/* a:hover */
a:hover {
    color: #cdcdcd !important;
}

/* .space */
.space {
    width: 100% !important;
    clear: both !important;
    padding: 25px 0 ; /* Bunu !important; yapmiyoruz. */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #101017 !important;
    font-size: 16px;
    font-weight: 500;
    opacity: 1; /* Firefox */
}

/* Custom Margin Class */
.mb-30 {margin-bottom: 30px;}

/* Custom Padding Class */
.pt-100 {padding-top: 100px;}
.pb-100 {padding-bottom: 100px;}
.pt-150 {padding-top: 150px;}
.pb-150 {padding-bottom: 150px;}
.p-40 {padding: 40px;}

/* body */
body {
    font-family: AvenirNextLTPro-Regular;
    font-weight: 400;
    background-color: #EEEFF1;
    overflow-x: hidden;
}

.navbar-light .navbar-toggler {
    border: none !important;
    padding: 0 !important;
    margin: -6px 10px 0 0 !important;
}

.mainMenu .navbar-nav > li > a.btn-outline-blue {
    color: #4353ff;
}

.mainMenu.fixed {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
    position: fixed;
    z-index: 10000;
    background-color: white !important;
    max-width: 100vw !important;
}

.mainMenu.fixed .navbar {
    padding-top: 10px !important;
}

.mainMenu.fixed .navbar-nav > li > a {
    color: #101017 !important;
}

.mainMenu.fixed .navbar-nav > li > a.btn-outline-blue {
    padding: 0.5rem 36px !important;
    color: #4353ff !important;
    font-weight: 600;
}

.mainMenu.fixed .navbar-nav > li > a.btn-outline-blue:hover {
    color: #ffffff !important;
}

.hmTitle h3 {
    font-family: 'AvenirNextLTPro-Bold';
    color: #101017;
    font-size: 30px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.hmTitle p {
    font-family: 'AvenirNextLTPro-Regular';
    color: #57575c;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    margin-bottom: 5px;
}

/* .btn-outline-blue */
.btn-outline-blue {
    border: 2px solid #4353ff;
    border-radius: 20px;
    transition: all .5s ease;
    font-family: 'AvenirNextLTPro-Medium';
}

.btn-outline-blue:hover {
    background-color: #4353ff;
    transition: all .5s ease;
}

/* .btn-blue */
.btn-blue {
    border: 2px solid #4353ff;
    background-color: #4353ff;
    border-radius: 20px;
    transition: all .5s ease;
    color: white !important;
    font-family: 'AvenirNextLTPro-Medium';
}

.btn-blue:hover {
    background-color: #3b4bb3;
    border-color: #3b4bb3;
    transition: all .5s ease;
    color: white !important;
}

/* .bg-cover */
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Main Menu Css Start */
.mainMenu {
    position: absolute;
}

.mainMenu nav.navbar {
    z-index: 1;
}

.mainMenu .navbar-nav > li {
    padding: 0 25px;
}

.mainMenu .navbar-nav > li:last-of-type {
    padding: 0;
}

.mainMenu .navbar-nav > li > a {
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: 500;
}

.mainMenu .navbar-nav > li > a.active {
    color: #4353ff !important;
}

.mainMenu .navbar-nav > li > a.btn-outline-blue {
    padding: 0.5rem 36px !important;
}
/* Main Menu Css End */

/* Homepage Css Start */
.homeBigBg {
    height: 720px;
}

.homeBigBg h1 {
    font-size: 46px;
    font-weight: 400;
    padding-top: 240px;
    margin-bottom: 25px;
}

.homeBigBg b {
    font-weight: 300;
    font-family: 'AvenirNextLTPro-Bold';
}

.homeBigBg p {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px;
    font-family: 'AvenirNextLTPro-Medium';
}

.homeBigBg .homeBigBgLinkBox a {
    padding: 10px 50px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    border-radius: 27px !important;
    font-family: 'AvenirNextLTPro-Medium';
}

.homeBigBg .homeBigBgLinkBox a:hover {
    color: #FFFFFF !important;
}

.homePartners {
    padding: 30px 0;
}

/* Homepage Css End */

.homeFs h5 {
    font-family: 'AvenirNextLTPro-Medium';
    color: #101017;
    font-size: 32px;
    font-weight: 700;
    line-height: 55px;
    display: inline-block;
    position: relative;
    float: left;
}

.homeFs .btns {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 1px;
    border-bottom: 2px solid #4353ff;
    width: 100px;
}

.homeFs .homeFs-box img {
    max-height: 60px;
}

.homeFs .btns a {
    cursor: pointer;
}

.homeFs .btns a:first-of-type {
    margin-right: 10px;
}

.homeFsDots button.fs-dot {
    margin-right: 7px;
    height: 6px;
    width: 6px !important;
    background-color: #d8d8d8;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 1s ease;
    padding: 0 !important;
}

.homeFsDots button.fs-dot:hover {
    background-color: #4353ff;
}

.homeFsDots button.fs-dot:focus {
    outline: 0 !important;
}

.homeFsDots button.fs-dot.active {
    width: 12px !important;
    border-radius: 7px;
    background-color: #4353ff;
    transition: all 1s ease;
}

.homeFs .number {
    border-radius: 3px;
    background-color: #4353ff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 8px;
    color: white;
    display: inline-block;
    margin: 12px 10px 0 0;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
}

.homeFs p {
    float: left;
    text-align: left;
    color: #57575c;
    font-size: 17px;
    font-weight: 500;
}

.homeFs .homeFs-box .box {
    margin-left: auto;
    max-width: 152px;
    height: 152px;
    border-radius: 12px;
    border: 2px dashed #f5f5f8;
    margin-bottom: 32px;
}

.homeFs .homeFs-box .box div {
    height: 100%;
    display:flex;
    text-align: center;
    justify-content:center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;
}

.homeFs .homeFs-box.active .box div {
    border-radius: 12px;
    margin: -10px 0 0 -10px;
    background-color: #4353ff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
}

.homeFs .item img {
    width: unset !important;
}

/* Home Services Start Css */
.homeServices .hmServicesTitle h3 {
    color: #101017;
    font-size: 30px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
}

.homeServices .combined_shape {
    position: absolute;
    left: -75px;
    top: -75px;
}

.homeServices .hmServicesTitle p {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}

.homeServices .homeServiceBox {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
    padding: 40px 33px;
    transition: all .5s ease;
    cursor: pointer;
}

.homeServices .homeServiceBox:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    transition: all .5s ease;
}

.homeServices .homeServiceBox h5 {
    font-family: 'AvenirNextLTPro-Bold';
    color: #101017;
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;
    margin: 35px 0 20px 0;
}

.homeServices .homeServiceBox .serviceImg {
    height: 122px;
    text-align: center;
}

.homeServices .homeServiceBox p {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 33px;
}

.homeServices .homeServiceBox .serviveLink a {
    color: #57575c !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    transition: all 1s ease;
    font-family: 'AvenirNextLTPro-Medium';
}

.homeServices .homeServiceBox .serviveLink a img {
    display: none;
    margin: 0 0 2px 0;
    transition: all 1s ease;
}

.homeServices .homeServiceBox:hover .serviveLink a {
    color: #4353ff !important;
    transition: all 1s ease;
}

.homeServices .homeServiceBox:hover .serviveLink a img {
    display: inline-block;
    width: 20px;
    margin: 0 0 2px 10px;
    transition: all 1s ease;
}

.homeServicesLink {
    padding: 75px 0 120px 0;
}

.homeServicesLink a {
    height: 54px !important;
    width: 200px !important;
    padding: 12px 0 0 0;
    text-align: center;
    font-size: 17px;
    clear: both;
    border-radius: 27px;
    display: inline-block;
    z-index: 1;
    transition: all 1s ease-in;
}

.homeServicesLink a img {
    display: none;
    transition: all 1s ease-in;
}

.homeServicesLink a:hover .line1, .line2, .line3, .line4 {
    display: block;
}

.homeServicesLink .vertical-lines {
    width: 1px;
    height: 132px;
    border: 1px dashed #ffb229;
    position: absolute;
    top: -82%;
}
.homeServicesLink .horizontal-lines {
    width: 335px;
    height: 2px;
    border: 1px dashed #ffb229;
    position: absolute;
    left: -35%;
}

.homeServicesLink span, .homeServicesLink div {
    display: none;
}

.homeServicesLink a:hover span, .homeServicesLink a:hover div {
    display: block;
}

.widthText {
    position: absolute;
    top: -32px;
    color: #4353ff;
    font-size: 10px;
    font-weight: 700;
    left: 0;
    right: 0;
}
.heightText {
    position: absolute;
    right: -50px;
    top: 18px;
    color: #4353ff;
    font-size: 10px;
    font-weight: 700;
}
.colorText {
    position: absolute;
    bottom: -32px;
    color: #4353ff;
    font-size: 10px;
    font-weight: 700;
    left: 0;
    right: 0;
}

.line1 { left:   -6px; }
.line2 { right:  -6px; }
.line3 { top:    -6px; }
.line4 { bottom: -6px; }

/* Home Services End Css */

/* Home Projects Start Css */
.homeProjectBox .projectImg {
    text-align: center;
    -webkit-transition: top 0.5s, bottom 0.5s;
    top: 0;
}

.homeProjectBox .projectImg .projectImgHover {
    opacity: 0;
    height: 100%;
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(16, 16, 23, .78);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in;
}

.homeProjectBox .projectImg .projectImgHover .projectBrand {
    position: absolute;
    right: 20px;
    top: 20px;
}

.homeProjectBox .projectImg img {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
}

.homeProjectBox .projectImg:hover {
    top: -10px;
    -webkit-transition: top 0.5s, bottom 0.5s;
}

.homeProjectBox .projectImg:hover img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.homeProjectBox .projectImg:hover .projectImgHover {
    opacity: 1;
    transition: all .5s ease-in;
}

.homeProjectBox .project_category {
    padding: 0 5px;
}

.homeProjectBox .project_category p {
    margin: 10px 0 0 0;
    padding: 0;
}

.homeProjectBox .project_category p span {
    color: #4353ff;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 15px;
    font-family: 'AvenirNextLTPro-Bold';
}

.homeProjectBox .project_title {
    margin: 17px 0;
    padding: 0 5px;
}

.homeProjectBox .project_title h5 {
    font-family: 'AvenirNextLTPro-Medium';
    display: inline-block;
    color: #101017;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;
}

.homeProjectBox .project_title img {
    float: right;
    margin: 2px 0 0 10px;
}

.homeProjectBox .project_title span {
    font-family: 'AvenirNextLTPro-Medium';
    display: inline-block;
    float: right;
    color: #57575c;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 0 0 0;
}

.homeProjectBox p {
    color: #57575c;
    font-size: 15px;
    line-height: 22.5px;
    font-family: 'AvenirNextLTPro-Regular';
    padding: 0 5px;
}

.homeProjects .homeServicesLink {
    color: #4353ff;
    padding: 60px 0 120px 0;
}

.homeProjects .homeServicesLink a {
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 600 !important;
}

.homeProjects .homeServicesLink a:hover {
    color: #ffffff !important;
}
/* Home Projects End Css */

/* Home Products Start Css */
.prBox {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: top 0.5s, bottom 0.5s;
    transition: top 0.5s, bottom 0.5s;
}

.prBox .brandName {
    position: absolute;
    bottom: 22px;
    left: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    margin: 0;
}

.prBox img {
    display: none;
    margin-top: -17px;
}

.prBox:hover img {
    display: block;
    transition: all 1s ease;
}

.homeProducts .prBox:hover {
    -webkit-transition: top 0.5s, bottom 0.5s;
    transition: top 0.5s, bottom 0.5s;
    top: -10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1), 0 20px 30px rgba(0, 0, 0, 0.1);
}

.prBox.prBigBox {
    height: 530px;
}

.prBox.prWideBox {
    margin-bottom: 30px;
}

.prBox.prWideBox, .prBox.prSmallBox {
    height: 250px;
}
/* Home Products End Css */
.homeAwards {
    padding: 60px 0;
}

.homeAwards .item img {
    width: unset !important;
}

.homeAwards .item p {
    max-width: 122px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
}

.homeAwards .owl-stage {
    margin: auto;
}

/* Home Testimonials Start Css */
.testimonials {}

.testimonials h3 {
    color: #101017;
    text-align: left;
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 52px;
    font-family: 'AvenirNextLTPro-Bold';
}

.testimonials .testimonialBox .tsDesc p {
    color: #57575c;
    margin: 30px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    font-family: 'AvenirNextLTPro-Regular';
}

.w-100.testimonialBox {
    padding: 0 17px;
}

.testimonials .testimonialBox .tsCustomerDetailBox .customerName {
    margin-bottom: 0;
    padding: 23px 0 0 0;
    color: #101017;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 6px;
    font-family: 'AvenirNextLTPro-Regular';
    position: relative;
}

.testimonials .testimonialBox .tsCustomerDetailBox .customerName img {
    margin: -5px 0 0 0;
    width: unset !important;
    display: unset;
}

.testimonials .testimonialBox .tsCustomerDetailBox .customerName span {
    color: #84849a;
}

.testimonialBox .tsAvatarBox img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 11px 20px 0 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonialBox .tsCustomerDetailBox .customerTitle {
    margin: 7px 0 0 0;
}

.testimonials .testimonialBox .tsCustomerDetailBox .customerTitle a {
    text-decoration: underline !important;
    color: #4353ff !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #4353ff !important;
    width: 20px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #4353ff !important;
}

.tsCustomNavigation {
    width: 100px;
    padding: 30px 0 65px 0;
    border-top: 2px solid #4353ff;
}

.tsCustomNavigation a {
    cursor: pointer;
}

.tsCustomNavigation a:first-of-type {
    margin-right: 10px;
}
/* Home Testimonials End Css */

.startProjectBox {
    height: 120px;
    background-color: #4353ff;
    padding: 34px 15px;
}

.startProjectBox h5 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
    font-family: 'AvenirNextLTPro-Medium';
}

.startProjectBox h5 img {
    margin: -10px 0 0 10px;
}

.startProjectBox .btn-outline-white {
    color: white !important;
    padding: 15px 55px;
    border: 2px solid white;
    border-radius: 27px;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    transition: all 1s ease;
    font-family: 'AvenirNextLTPro-Regular';
    margin-left: 10px;
}

.startProjectBox .btn-outline-white:hover {
    background-color: white;
    color: #4353ff !important;
    transition: all 1s ease;
}

footer {
    background-color: #101017;
}

footer .footerMenuTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 26px;
    font-family: 'AvenirNextLTPro-Regular';
}

footer ul li {
    margin: 0 0 10px 0;
}

footer ul li a {
    color: #9c9cb0 !important;
    font-size: 15px;
    line-height: 16px;
    font-family: 'AvenirNextLTPro-Regular';
}

footer ul li a span {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 9px;
    border-radius: 1px;
    background-color: #4353ff;
    padding: 4px;
    color: white !important;
}

footer ul li a:hover {
    color: #ffffff !important;
}

footer .footerContact p {
    color: #9c9cb0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 15px;
}

footer .footerContact p a {
    color: #9c9cb0 !important;
    font-family: 'AvenirNextLTPro-Medium';
}

footer .footerContact p a:hover {
    color: #ffffff !important;
}

footer .footerContact p img {
    margin-right: 20px;
    transition: all 1s ease;
}

footer .footerContact p img:hover {
    filter: brightness(0) invert(1);
    transition: all 1s ease;
}

footer .copyrightBox {
    height: 60px;
    background-color: #0c0c11;
    padding: 19px 0;
}

footer .copyrightBox.mb-hidden {
    border-top: 1px solid #1a1a1a;
}

footer .copyrightBox a, footer .copyrightBox p {
    color: #56566b !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

footer .copyrightBox .copyBox li {
    margin-right: 30px;
}

/* About Us Page Start Css */
.aboutUsFB-leftImg {
    left: -200px;
    bottom: 50px;
}

.aboutUsFB-box h5 {
    font-family: 'AvenirNextLTPro-Medium';
    color: #101017;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
}

.aboutUsFB-box p {
    font-family: 'AvenirNextLTPro-Medium';
    color: #57575c;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
}

.aboutUsSB h2 {
    font-family: 'AvenirNextLTPro-Medium';
    color: #101017;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}

.aboutUsSB p {
    font-family: 'AvenirNextLTPro-Medium';
    color: #57575c;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}

.aboutUsTB h2 {
    font-family: 'AvenirNextLTPro-Medium';
    color: #101017;
    text-align: center;
    font-size: 26px;
    width: 100%;
    font-weight: 700;
    margin: 98px 0 72px 0;
    display: inline-block;
}

.aboutUs-CrBox {
    padding: 40px;
    height: 100%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
}

.w-235 {
    width: 235px;
    max-width: 100%;
}

.aboutUs-CrBox .aboutUs-CrTitle {
    color: #4353ff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 20px 0;
}

.aboutUs-CrBox .aboutUs-CrDesc {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 30px;
}

.aboutUs-CrBox .aboutUs-CrLocation {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
/* About Us Page End Css */

/* Career Page Start Css */
.careerDetailBg p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 15px;
}

.careersSection h2 {
    color: #101017;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    margin: 110px 0 70px 0;
    text-align: center;
}

.careersSection .careers-box img {}
.careersSection .careers-box h5 {
    margin: 29px 0 15px 0;
}
.careersSection .careers-box p {
    color: #57575c;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: center;
}

.careersDtSectionInner {
    padding: 76px 60px;
    top: -100px !important;
    position: relative;
}

.careersDtSectionInner {
    padding: 76px 60px;
    top: -100px !important;
    position: relative;
}

.careersDtSectionInner p, .careersDtSectionInner li {
    color: #57575c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.careersDtSectionInner li {
    margin-bottom: 20px;
}

.careersDtSectionInner h5 {
    margin-bottom: 25px;
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: 300 !important;
}

.careersDtSectionInner .customSlider {
    margin-bottom: 80px;
}

.careersDtSectionInner .customSlider .owl-stage-outer {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
}


/* Career Page End Css */

.careerList {
    list-style: none; /* Remove default bullets */
}

.careerList li::before {
    content: "\2022";
    color: #4353ff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.form-control {
    border: none;
    border-bottom: 2px solid #e5e8ec !important;
    border-radius: 0;
    color: #101017 !important;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    margin-bottom: 50px;
    font-family: 'AvenirNextLTPro-Medium';
}

.form-control:focus {
    border-color: #4353ff !important;
    outline: 0 !important;
    box-shadow: unset;
}

textarea {resize: none;}

.cursor-pointer {
    cursor: pointer;
}

/* Service Page Css Start */
.servicesSection .serviceBox {
    margin-bottom: 140px;
}

.servicesBigImg p {
    font-family: 'AvenirNextLTPro-Regular';
}

.servicesSection .serviceBox:last-of-type {
    margin-bottom: 0;
}
.servicesSection .serviceBox h5 {
    font-family: 'AvenirNextLTPro-Bold';
    color: #101017;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
}
.servicesSection .serviceBox p {
    color: #57575c;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 22px 30px 30px 0;
    font-family: 'AvenirNextLTPro-Medium';
}
.servicesSection .serviceBox ul li {
    color: #57575c;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'AvenirNextLTPro-Medium';
}
.servicesSection .careerList li::before {
    width: 2em;
}
/* Service Page Css End */


/* Products Page Css Start */
.productsPage .prBigImg {
    margin-left: -100px;
    position: relative;
    right: -280px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.productsPage .pr-Desc {
    color: #101017;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0 30px 0;
}

.productsPage .btn-blue {
    padding: 15px 70px;
    border-radius: 27px;
}

.productsPage .prPageBox:nth-of-type(2) .prBigImg {
    margin-right: -100px;
    margin-left: unset;
    left: -150px;
    right: unset;
    box-shadow: unset;
}
/* Products Page Css End */

/* Projects Page Css Start */
.projectsPage .projectsPageTitle h2 {
    color: #101017;
    font-size: 46px;
    font-weight: 400;
    line-height: 55.2px;
    text-align: center;
    padding: 230px 0 17px 0;
}

.projectsPage .projectsPageTitle p {
    color: #101017;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 30px;
    font-family: 'AvenirNextLTPro-Medium';
}

.projectsPage .projectsPageTitle a {
    padding: 15px 55px;
    border-radius: 27px;
    margin-bottom: 150px;
}

.projectsPageProjects .container .combined_shape {
    position: absolute;
    left: -9px;
    top: -30px;
}
/* Projects Page Css End */


/* Projects Detail Mobile App Page Css Start */
.pdMobileBigImg img {
    bottom: 0;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.pdMobileFirstSection h2 {
    color: #101017;
    font-size: 46px;
    font-weight: 300;
    line-height: 54px;
    margin: 140px 0 25px 0;
    font-family: 'AvenirNextLTPro-Bold';
}

.pdMobileFirstSection p.shortDescText {
    color: #101017;
    font-size: 26px;
    font-weight: 500;
    line-height: 54px;
    margin: 0 0 45px 0;
    font-family: 'AvenirNextLTPro-Medium';
}

.pdMobileFirstSection p.technologiesText {
    color: #57575c;
    font-size: 13px;
    font-weight: 600;
}

.pdMobileFirstSection .projectUsedTechnologies {
    margin-bottom: 150px;
}

.projectTestimonial {
    max-width: 415px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    background-color: #ffffff;
    right: 0;
    padding: 40px;
    margin: 210px 0 0 0;
    position: absolute;
    z-index: 1;
}

.pdMobileFirstSection .testimonials .combined_shape {
    position: absolute;
    right: -30px;
    bottom: -74px;
    z-index: 1;
}

.pdMobileSecondSection .container {
    padding: 227px 0 0 0;
}

.pdMobileSecondSection .pdMobileFirstBox h3 {
    color: #101017;
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
    padding-top: 50px;
}

.pdMobileSecondSection .pdMobileFirstBox p {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    font-family: 'AvenirNextLTPro-Regular';
}

.pdMobileSecondSection .pdMobileSecondBox h6 {
    font-family: 'AvenirNextLTPro-Bold';
    color: #101017;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pdMobileSecondSection .pdMobileSecondBox p {
    font-family: 'AvenirNextLTPro-Regular';
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 35px;
}

.pdMobileSecondSection .combined_shape {
    position: absolute;
    left: -75px;
    transform: rotate(45deg);
    top: 275px;
}

.pdMobileSecondSection .pdMobileFourthBox {
    padding-left: 60px;
}

.pdMobileSecondSection .pdMobileFourthBox h5:first-of-type {
    color: #101017;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin: 40px 0 15px 0;
    font-family: 'AvenirNextLTPro-Bold';
}

.pdMobileSecondSection .pdMobileFourthBox h5:last-of-type {
    color: #101017;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: 'AvenirNextLTPro-Bold';
}

.pdMobileSecondSection .pdMobileFourthBox p {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: 22.5px;
    margin-bottom: 70px;
}


/* Projects Detail Mobile App Page Css End */

.pdDetailSecondSection .pdMobileFourthBox h5:last-of-type {
    font-weight: 600;
    font-family: 'AvenirNextLTPro-Regular';
}

/* Projects Detail Web App Page Css Start */
.pdWebThirdBox img {
    position: relative;
    left: -18%;
}

.pdWebFourthBox {
    padding-left: 0 !important;
}

.pdWebSlideSection .tsCustomNavigation {
    padding: 0;
    border: 0;
    position: absolute;
    margin-top: -25px;
    margin-left: 25px;
    z-index: 999;
}

.pdWebSlideSection .owl-dots {
    position: absolute;
    right: 16px;
    margin-top: -22px !important;
}
/* Projects Detail Web App Page Css End */


/* Product Detail Web App Page Css Start */
.prDetailFirstSection h2 {
    color: #101017;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 110px;
}

.prDetailFirstSection p {
    color: #101017;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.prDetailFirstSection p:first-of-type {
    margin-bottom: 30px;
}

.prDetailFirstSection .prFirstRightImageBox .combined_shape {
    position: absolute;
    right: 36px;
    top: -25px;
}

.prDetailFirstSection .prFirstRightImageBox .prFirstRightImage {
    position: relative;
}

.pdDetailSecondSection .pdWebThirdBox {
    text-align: right;
}

.pdDetailSecondSection .pdWebThirdBox img {
    left: unset;
}

.pdDetailSecondSection p {
    margin-bottom: 40px !important;
}

.left-shadow {
    position: absolute !important;
    left: 148px !important;
    z-index: 2;
    top: -180px;
}

.right-shadow {
    position: absolute !important;
    left: unset !important;
    z-index: 2;
    top: -180px;
}

.pdDetailThirdSection .pdWebThirdBox img {
    position: relative;
    right: -18%;
    left: unset !important;
}

.pdDetailThirdSection h5 {
    color: #101017;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

.pdDetailThirdSection p {
    color: #101017;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.pdProjects .hmTitle {
    padding: 120px 0 45px 0;
}

.pdProjects .hmTitle h3 {
    font-family: 'AvenirNextLTPro-Medium' !important;
    clear: both;
    line-height: unset !important;
    margin: 0;
}

.pdDetailThirdSection .pdMobileFourthBox {
    padding-left: 80px !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.pdWebBigImg .down-icon {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
/* Product Detail Web App Page Css End */

/* How Page Css Start */
.howSection {

}

.howSection .container {
    max-width: 930px;
}

.howSection .howBox h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    font-family: 'AvenirNextLTPro-Medium';
}

.howSection .howBox .numberBox {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 56%;
    margin-right: 10px;
    background-color: #4353ff;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: -11px;
}

.howSection .howBox p {
    color: #9c9cb0;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    font-family: 'AvenirNextLTPro-Medium';
    max-width: 550px;
    padding-left: 54px;
}


/* How Page Css End */

/* Contact Page Css Start */
.contactPage .contactRightBox .contactDesc {
    background-color: white;
    padding: 50px;
    border-radius: 3px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
}

.contactPage .contactRightBox .contactDesc h5 {
    color: #101017;
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: 'AvenirNextLTPro-Bold';
}

.contactPage .contactRightBox .contactDesc p {
    font-family: 'AvenirNextLTPro-Regular';
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 15px;
}

.contactPage .contactRightBox .contactDesc p.getDirection {
    margin-bottom: 60px;
    font-family: 'AvenirNextLTPro-Medium';
}

.contactPage .contactRightBox .contactDesc p.getDirection a {
    color: #4353ff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

.contactPage .contactRightBox .contactDesc .socialIcons a {
    color: #000 !important;
    margin: 0 25px 0 0;
}

.contactPage .contactLeftBox h5 {
    color: #101017;
    font-size: 30px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: 'AvenirNextLTPro-Bold';
}

.contactPage .contactLeftBox p {
    color: #57575c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    font-family: 'AvenirNextLTPro-Regular';
    margin-bottom: 50px;
}
/* Contact Page Css End */


/* Estimate Modal Css Start */
.estimateModal {
    background-color: #f5f5f8;
    z-index: 99999999;
    padding: 0 !important;
}

.estimateModal .modal-dialog {
    min-width: 100%;
    margin: 0;
}

.estimateModal .modal-content {
    min-height: 100vh;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    background-color: #f5f5f8;
}

.estimateModal .modal-content .close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 100;
    opacity: 1;
    cursor: pointer;
}

.estimateModal .pvCheckBox {
    margin-top: 42px;
    margin-bottom: 0;
}

.estimateModal .customSlider .item .testimonialBox {
    max-width: 415px;
    margin: auto;
    margin-top: 200px;
    background-color: white;
    padding: 40px;
    border-radius: 3px;
}

.estimateModal .owl-dots .owl-dot span {
    background-color: #2c2c34 !important;
}

.estimateModal .owl-dots .owl-dot.active span {
    background: #ffffff !important;
}

.estimateModal .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.estimateModal .modal-content .modal-body {
    padding: 0 !important;
}

.estimateModal .modal-content .modal-body .modalLeft, .estimateModal .modal-content .modal-body .modalLeft {
    height: 100vh;
}

.estimateModal .modalPartners p {
    margin-top: 80px;
    text-align: center;
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.estimateModal .modalPartners li {
    margin-right: 45px;
    opacity: .5;
}

.estimateModal .modalPartners li:last-of-type {
    margin-right: 0;
}

.estimateModal .modalLeft {
    padding: 50px 55px;
}

.estimateModal .modalLeft .modalLeftTitle {
    color: #101017;
    font-size: 30px;
    font-weight: 700;
    line-height: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-bottom: 15px;
}

.estimateModal .modalLeft .modalLeftDesc {
    color: #57575c;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 45px;
}

.estimateModal .modalLeft .projectTypes {
    margin-bottom: 80px;
}

.estimateModal .modalLeft .projectTypes .projectTypeBox {
    height: 95px;
    width: 95px;
    border-radius: 3px;
    border: 2px dashed #e9e9e9;
    margin-right: 20px;
    padding: 18px 0;
    cursor: pointer;
}

.estimateModal .modalLeft .projectTypes .projectTypeBox.active {
    background-color: #4353ff;
    border-color: #4353ff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: white;
}

.estimateModal .modalLeft .projectTypes .projectTypeBox h6 {
    margin: 7px 0 0 0;
    font-size: 12px;
    font-weight: 600;
}

.estimateModal .modalLeft .projectTypes h5 {
    font-family: 'AvenirNextLTPro-Medium';
    color: #101017;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.estimateModal .modalLeft .projectTypes .projectTypeBox:last-of-type {
    margin-right: 0;
}

.projectTypes .projectTypeBox.active img {
    filter: invert(1);
}

.projectTypes .projectTypeBox:first-of-type img {
    filter: brightness(0);
}

.projectTypes .projectTypeBox:first-of-type.active img {
    filter: unset !important;
}
/* Estimate Modal Css End */

/* Base for label styling */
.pvCheckBox [type="checkbox"]:not(:checked),
.pvCheckBox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.pvCheckBox [type="checkbox"]:not(:checked) + label,
.pvCheckBox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
.pvCheckBox [type="checkbox"]:not(:checked) + label:before,
.pvCheckBox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 1.25em; height: 1.25em;
    border: 2px solid #4353ff;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.pvCheckBox [type="checkbox"]:not(:checked) + label:after,
.pvCheckBox [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 2px; left: 2px;
    font-size: 1.3em;
    line-height: 0.8;
    color: #4353ff;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.pvCheckBox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.pvCheckBox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.pvCheckBox [type="checkbox"]:disabled:not(:checked) + label:before,
.pvCheckBox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.pvCheckBox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.pvCheckBox [type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
.pvCheckBox [type="checkbox"]:checked:focus + label:before,
.pvCheckBox [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid blue;
}

/* hover style just for information */
.pvCheckBox label:hover:before {
    border: 2px solid #4778d9!important;
}

.pvCheckBox label {
    font-size: 13px;
    font-weight: 500;
    color: #101017 !important;
}

.pvCheckBox label a {
    color: #4353ff !important
}

.font-weight-500 {
    font-weight: 500 !important;
}

form .form-group label {
    color: #4353ff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'AvenirNextLTPro-Medium';
    display: none;
    position: absolute;
    top: -20px;
}

form .form-group input:focus + label, form .form-group textarea:focus + label {
    display: block !important;
}

form .form-group input:valid + label {
    display: block !important;
}

.companyError {
    color: #f9584a;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    bottom: 25px;
}

.tsStars img {
    height: 16px;
    display: unset !important;
    width: unset !important;
}

.customerName a {
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    border-left: 1px solid #d8d8d8;
}

.nextArrowImg {
    transform: rotate(180deg);
}

.codeIconRight {
    margin: 23px 0 0 0;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.startProjectBox .codeIconRight {
    margin: 23px 0 0 -8px !important;
}

#homeAwards .item h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'AvenirNextLTPro-Medium';
    max-width: 120px;
    text-align: center;
    position: absolute;
    margin: 20px 0 0 30px;
}

#homeAwards .item .awardHero {
    position: absolute;
    top: 0;
    left: 0;
}

#homeAwards .item .awardHero p {
    margin: 21px auto 10px auto;
}

.footerContact i {
    font-size: 18px;
    margin-right: 20px;
}

footer .copyrightBox-mb .copyrigtMbFirstBox {
    padding: 50px 15px;
}

footer .copyrightBox-mb p {
    color: #56566b;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

footer .copyrightBox-mb .copyrigtMbSecondBox {
    padding: 23px 30px 20px 30px;
    background-color: #0c0c11;
}

.overflow-hidden {
    overflow: hidden;
}

footer .copyrightBox-mb .copyrigtMbSecondBox ul li a {
    color: #56566b !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-right: 30px;
}

.contactLeftBox .pvCheckBox {
    margin: 55px 0 0 0;
}

.pdDetailPageProjects .hmTitle h3 {
    font-family: 'AvenirNextLTPro-Medium' !important;
    margin: 70px 0 40px 6px;
}

.codeIconLeft, .codeIconRight, .codeIconRight, .projectBrand {
    width: unset !important;
}

.customSlider .item img {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
}