
@import url("../fontStyle.css?v1.1");
@import url("header.css?1.1");
@import url("menus.css?1.1");
@import url("footer.css?v1.1");
@import url("formsStyle.css");
@import url("sliders.css");
@import url("popup.css");

* {
    box-sizing: border-box;
}

html {
  font-family: 'Assistant', 'Arial', sans-serif;
  line-height: 1.15;
  direction: rtl;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
   height: 100%;  
}

body {
    font-family: 'Assistant', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: 300;
    height: auto;
    text-align: right;
    background-color: #ebebeb;
}

  /* Preloader */
  
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 101;
}
  
#status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/startitup/siu_preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 280px;
    width: 250px;
    height: 263px;
    margin: auto;
}

:focus {
    outline: 0px solid #000;
}

a {
    text-decoration: none;
    color: #3591d0;
}

a:hover, a:focus {
    color: #66b9f2;
    text-decoration: none;
}

a, button, input, select, textarea {
    transition: all .3s ease-in;
    
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0px solid #000;
}

p {
    font-size: 1.250em;
    margin-bottom: 9px;
    line-height: 26px;
    font-weight: 300;
}

strong, b {
    font-family: 'Assistant', 'Arial', sans-serif;
    font-weight: 500;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    width: 100%;
}

.outline {
    outline: 2px solid #000000 !important;
}

header .outline {
    outline: 2px solid #ffffff !important;
}

/* start global styles */

.bgColor0 {
    background-color: #051d4d; 
}

.bgColor1 {
    background-color: #264275; 
}

.bgColor2 {
    background-color: #EA1E63; 
}

.bgColor3 {
    background-color: #1195E7; 
}

.bgColor4 {
    background-color: #7469bd; 
}

.bgColor5 {
    background-color: #ebebeb; 
}

.bgColor6 {
    background-color: #ebebeb;
}

.bgColor7 {
    background-color: #ffffff; 
}

.bgColor8 {
    background-color: #ffffff; 
}

section.main-formSection {    
    background-color: #ffffff;
}

a.ancourLink {
    position: relative;
    top: -50px;
}

.buttonCleanStyle {
    background-color: transparent;
    font-family: inherit;
    border: none;
}


/* end global styles */

/* start backTo top Styles */

.backToTop {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: #ffffff;
    font-size: 30px;
    z-index: 100;
    overflow: hidden;
    background: #7469bd;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.backToTop span {
    font-size: 0px;
    position: absolute;
}

.backToTop:hover, .backToTop:focus {
    background-color:  #c55fbc;
}

.backToTop.backToTop-is-visible {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in;
}

.backToTop.backToTop-fade-out {
    opacity: .5;
    transition: all .3s ease-in;
}

/* end backTo top Styles */

/* start breadcrums */

#breadcrumbs {
    position: relative;
    max-width: 1148px;
    color: #707070;
    padding: 30px 0px;
    width: 100%;
}


#breadcrumbs a {    
    color: #707070;
    font-size: 20px;
}

#breadcrumbs i {
    padding: 0px 5px 0px 5px;
    font-size: 20px;
}

#breadcrumbs span {
    color: #000000;
    font-size: 20px;
}

/* end breadcrums */

body.innerPage {
    padding-top: 125px;

}

body.innerPage .sectionContainer {
    padding: 0;
}

.aboutinner .aboutUs-section, .innerPage .services-section {
    max-width: 1148px;
    margin: auto;
    padding: 35px 130px 35px 130px;
    background-color: #ffffff;
}


main {
    width: 100%;
}


article ul {
    margin: 15px 0px 15px 0px;
    padding: 0px 15px 0px 0px;
    list-style: none;
    font-size: 1.210em;
}

article ul li {
    line-height: 25px;
    position: relative;
}

article ul li::before {
    content: '';
    position: absolute;
    right: -22px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-image: url(../../images/startitup/Bullet.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.heddingLevel-Style-centerd {
    text-align: center;
    font-family: 'Assistant', 'Arial', sans-serif;
    font-size: 1.3em;
    max-width: 670px;
    margin: 40px auto;
}

a.goBack-btn {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.250em;
    font-family: 'Assistant', 'Arial', sans-serif;
    background-color: #3591d0;
    padding: 10px 25px 10px 30px;
    margin: auto;
    color: #ffffff;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    border-radius: 2px;
}

a.goBack-btn.rmArrow::after {
    left: 15px;
}

a.goBack-btn.rmArrow:hover::after, a.goBack-btn.rmArrow:focus::after {
    left: 6px;
}

a.goBack-btn:hover, a.goBack-btn:focus {
    background-color: #51a9e5;
}

.servicesList-item {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0px;
    border-bottom: 6px solid #ddd;
    max-width: 911px;
    margin: 0 auto;
}

.introImage {
    background-image: url(../../images/startitup/Solutions/Magn_glass.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    min-width: 150px;
    height: 150px;
    margin: 5px 0px 0px 65px;
    z-index: 1;   
    position: relative;
}

.ImgSmallWrap {
    position: absolute;
    height: 108px;
    width: 108px;
    top: 6px;
    right: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ImgSmall{
    width: 90px;
}

.gridRowMedia {
    display: none;
}

.introImage.testing::before {
    background-image: url(../../images/startitup/Solutions/continues_testing_1b.png);
    background-color: #7681c4;
}

.introImage.pservices::before {
    background-image: url(../../images/startitup/Solutions/proffesionals1b.png);
    background-color: #ea3701;
}

.introImage.DevOps::before {
    background-image: url(../../images/startitup/Solutions/devops_1b.png);
    background-color: #009900;
}

.introImage.IoT::before {
    background-image: url(../../images/startitup/Solutions/iot_1b.png);
    background-color: #3895e5;
}

.introImage.agile::before {
    background-image: url(../../images/startitup/Solutions/agile_1b.png);
    background-color: #cf4c7c;
}

.introImage.coding::before {
    background-image: url(../../images/startitup/Solutions/coding_2.png);
    background-color: #ea3701
}


.introImage.rd::before {
    background-image: url(../../images/startitup/Solutions/yoatzim_1b.png);
    background-color: #f76500
}

.introImage.cloud::before {
    background-image: url(../../images/startitup/Solutions/bi_analylics_1b.png);
    background-color: #e1145f;
}

.introImage.automation::before {
    background-image: url(../../images/startitup/Solutions/automization_1b.png);
    background-color: #7681c4;
}

.introImage.support::before {
    background-image: url(../../images/startitup/Solutions/product_support_1b.png);
    background-color: #009900;
}

.introImage.uxui::before {
    background-image: url(../../images/startitup/Solutions/ux1b.png);
    background-color: #3895e5;
}

.introImage.distribution::before {
    background-image: url(../../images/startitup/Solutions/coding_2.png);
    background-color: #cf4c7c;
}

.introImage.services::before {
    background-image: url(../../images/startitup/Solutions/continues_testing_1b.png);
    background-color: #f76500;
}

.introImage.analytics::before {
    background-image: url(../../images/startitup/Solutions/devops_1b.png);
    background-color: #e1145f;
}

.introImage.mobile::before {
    background-image: url(../../images/startitup/Solutions/iot_1b.png);
    background-color: #7681c4;
}

.introImage.dev::before {
    background-image: url(../../images/startitup/Solutions/coding_2.png);
    background-color: #009900;
}

.introImage.development::before {
    background-image: url(../../images/startitup/Solutions/agile_1b.png);
    background-color: #009900;
}

.introImage.solution::before {
    background-image: url(../../images/startitup/Solutions/agile_1b.png);
    background-color: #3895e5;
}

.introImage.validation::before {
    background-image: url(../../images/startitup/Solutions/product_support_1b.png);
    background-color: #cf4c7c;
}

.introImage.hana::before {
    background-image: url(../../images/startitup/Solutions/devops_1b.png);
    background-color: #ea3701;
}

.introImage.cyber::before {
    background-image: url(../../images/startitup/Solutions/bi_analylics_1b.png);
    background-color: #f76500;
}

.introImage.verification::before {
    background-image: url(../../images/startitup/Solutions/agile_1b.png);
    background-color: #e1145f;
}

.introImage.broker::before {
    background-image: url(../../images/startitup/Solutions/bi_analylics_1b.png);
    background-color: #7681c4;
}




.innerArticleStyle h2 {
    margin: 0px;
    font-family: 'Assistant', 'Arial', sans-serif;
    font-size:24px;
    line-height: 28px;
    color: #000000;
}

.gradientColorStyle {
    background-color: #2f2d6d;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.thankYouMassage h1 {
    color: #ffffff;
    font-size: 1.4em;
    font-family: 'Assistant', 'Arial', sans-serif;
    margin: 15px 0px;
}

img.nessLogotp {
    width: 50px;
    margin: auto;
    display: block;
}

.pic1, .pic2, .pic3, .pic4, .pic5 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pic1 {
    background-image: url(../../images/startitup/HP/IMG1.jpg);
}

.pic2 {
    background-image: url(../../images/startitup/HP/IMG2.jpg);
}

.pic3 {
    background-image: url(../../images/startitup/HP/IMG5.jpg);
}

.pic4 {
    background-image: url(../../images/startitup/HP/IMG4.jpg);
}

.pic5 {
    background-image: url(../../images/startitup/HP/IMG3.jpg);
}

.searchBox {
    display: none;
}

.picContainer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 0;
}

section.grid-container {
    max-width: 1920px;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.gridCell a > span {
    transition: all .3s ease-in;
}

.gridCell a:hover > span, .gridCell a:focus > span {
    bottom: 15px;
}

.gridRow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 16px;
    flex: 1;
}

.row2 {
    margin-bottom: 0px;
}

.gridCell {
    display: flex;
    justify-content: center;
    margin: 0px 8px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.gridCell.DubleCell {
    flex: 2 16px;
}

.gridCell a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gridCell a .gridCell-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    font-size: 2.4em;
    height: 150px;
    width: 250px;
    color: #ffffff;
    font-family: 'mixtape';
    z-index: 3;
    padding: 20px;
    text-align: center;
    font-size: 44px;
    transition: all .5s ease;
    opacity: 0;
}
.gridCell:hover a {
    width: 100%;
}

.gridCell:hover a .gridCell-text {
    height: 290px;
    width: 390px;
    }

.gridCell a .smallText {
    font-size: 34px;
}

.gridCell a .gridCell-text.green {
    background-color: #54A435;
    height: 200px;
}

.gridCell:hover a .gridCell-text.green{
    background-color: rgba(84, 164, 53, 0.5);
}

.gridCell a .gridCell-text.pink {
    background-color: #ea1e63;
}

.gridCell:hover a .gridCell-text.pink  {
    background-color: rgba(234, 30, 98, 0.356);
}

.gridCell a .gridCell-text.yellow {
    background-color: #d47f05;
}

.gridCell:hover a .gridCell-text.yellow:hover  {
    background-color: rgba(212, 126, 5, 0.5);
}

.gridCell a .gridCell-text.blue {
    background-color: #14999e;
}

.gridCell:hover a .gridCell-text.blue:hover  {
    background-color: rgba(20, 153, 158, 0.5);
}

a.gridLink.outline:focus span {
    outline: 2px solid #000000;
}

.header-socialIcons-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 35px;
}

.header-socialIcons-container ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.header-socialIcons-container ul li {
    width: 55px;
    margin: 0 5px;
}

.header-socialIcons-container ul li a{
    width: 55px;
}

.gridCell:hover .header-socialIcons-container ul li a {
    width: 55px; 
}


.scrollDown {
    display: block;
    position: relative;
    width: 28px;
    height: 49px;
    padding: 0px;
    background-color: transparent;
    border: none;
    background-image: url(../../images/startitup/HP/SCROLL.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.scrollDown span {
    font-family: 'mixtape';
    display: block;
    font-size: 1.4em;
    color: #ffffff;
    position: absolute;
    top: -60px;
    right: -31px;
    width: 90px;
    transform: rotate(-90deg);
}

.arrowDown-anim {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -7px;
    right: 0;
    margin: auto;
    width: 16px;
    height: 19px;
    background-image: url(../../images/startitup/HP/arrowDown.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-10px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.scrollDown-container {
    position: absolute;
    left: 49%;
    bottom: 46px;
    z-index: 2;
}

.sectionContainer {
    padding: 60px 0px;
}

.sectionInner-container {
    margin: auto;
    padding: 0px 15px;
}

.headingStyle1 {
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    text-align: center;
    font-family: 'mixtape';
    font-size: 60px;
    font-weight: normal;
    color: #000000;
}

img.aboutUs-img {
    display: block;
    margin: auto;   
    max-width: 1314px;
}

.aboutUs-imgStartitup {
    width: 400px;
    height: 180px;
}

.sectionHeader {
    padding: 15px 0px;
}

.centerBlockText {
    max-width: 795px;
    margin: auto;
    text-align: center;
}

.blockText {
    max-width: 795px;
    margin: auto;
}

.readMore-container {
    text-align: center;
    padding: 15px 0px;
}

.readMore-container a.readMore-link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: inherit;
    font-weight: 500;
    display: block;
    margin: auto;
    font-size: 22px;
    color: #0f96e7;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    line-height: 50px;
    transition: all .3s ease-in;
}

.readMore-container a.readMore-link:hover, .readMore-container a.readMore-link:focus {
    text-decoration: underline;
}

a.all-solutions {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    width: 208px;
    font-family: inherit;
    border: 4px solid #0f96e7;
    display: block;
    margin: auto;
    font-size: 24px;
    color: #0f96e7;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    line-height: 50px;
}

a.all-solutions:hover {
    background-color: #0f96e7;
    color: #fff;
}

a.rmArrow:hover::after, a.rmArrow:focus::after {
    left: -10px;
}


.headingStyle2 {
    margin: 0px;
    font-size: 3.4em;
    font-family: 'mixtape';
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    font-weight: 100;
}


#teammembers {
    max-width: 1920px;
}

#ourteam h2 {
    font-family: 'mixtape';
    font-size: 60px;
    text-align: center;
    margin-top: 0;
    color: #000000;
}

#ourteam .col.clear_col {
    margin-left: 0;
}

.group:before, .group:after {
    content: "";
    display: table;
}

#ourteam .span_1_of_3 {
    width: 31.73%;
    text-align: center;
}

#ourteam .teammember {
    padding: 30px 0px;
    width: 222px;
    height: 222px;
    position: relative;
    text-align: center;
    margin: auto;
    transform: scale(1);
    transition: all .5s ease;
}

#ourteam .teammember:hover {
    transform: scale(1.3);
}

#ourteam .teammember img {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 222px;
    height: 222px;
}

#ourteam .teammember .info {
    opacity: 0;

    color: #fff;
    height: 222px;
    width: 222px;
    background-color: rgba(0,0,0,.3);
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .5s ease;
}

#ourteam .teammember:hover .info{
    display: block;
    opacity: 1;
    height: 222px;
    width: 222px;
    top: 0px;
    right: 0px;
    left: 0;
    right: 0;
    transform: scale(1);
}

.icon-linkedin2 {
    background-color: url(../../images/startitup/)
}


.serviceContent a {
    color: #0000EE;
    font-size: 20px;
    line-height: 26px;
}

.info h3 {
    display: none;
    opacity: 0;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 20px;
    font-family: 'Assistant', 'Arial', sans-serif;
    box-sizing: border-box;
    transition: all .5s ease;
    transition-delay: 5s;
}

.info h4 {
    display: none;
    opacity: 0;
    width: 70%;
    font-size: 0;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 10px;
    box-sizing: border-box;
    transition-delay: 5s;
    transition: all .5s ease;
    font-weight: 300;
   

}

.personalsocialicons {
    display: none;
    opacity: 0;
    font-size: 0;
    position: relative;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    transition: all .5s ease;
    transition-delay: 5s;
}


#ourteam .teammember:hover .info h3{
    display: block;
    opacity: 1;
    width: 80%;
}

#ourteam .teammember:hover .info h4 {
    display: block;
    opacity: 1;
    width: 70%;
}

#ourteam .teammember:hover .info .personalsocialicons {
    display: block;
    opacity: 1;
}


a {
    border: 0;
}

.personalsocialicons a span {
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background-color: rgba(0,0,0,.4);
}

.personalsocialicons span {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    padding: 6px;
    margin: 0px 5px;
    width: 40px;
    height: 40px;
    line-height: 25px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
}

.section.group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 25px;
}


.icons-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 470px 0px 470px;
}

.icons-row img {
    width: auto;
}
.team-row {
    display: flex;
    justify-content: space-between;
}


.headingStyle3 {
    margin: 0px;
    font-size: 2.8em;
    font-family: 'mixtape';
    color: #2b6298;
    line-height: 46px;
    font-weight: 100;
    position: relative;
    top: -7px;
}

.mailAddres {
    color: #2b6298;
    font-size: 1.5em;
    line-height: 15px;
    font-weight: 400;
    display: block;
}

a.mailLink:hover .mailAddres {
    color: #12395f;
    text-decoration: underline;
}

.dubleContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sectionBox-header {
    padding-bottom: 15px;
}

.sectionBox {
    
    padding: 10px;

}
.dataSlider-container {
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.13);
    border-radius: 10px;
    padding: 40px 35px 25px 35px;
    height: calc(100% - 120px);
    position: relative;
}

.readLinks {
    background-image: url(../../images/startitup/Reading/ReadingIllustration-01.svg);
    background-repeat: no-repeat;
    background-position: right 25px bottom;
    background-size: 280px;
    padding-bottom: 170px;
}

.articledLinks {
    padding-bottom: 80px;
}

#uxAnimLogo {
    display: block;
    width: 170px;
    height: 47px;
    position: relative;
    bottom: -6px;
}

.for-screenReader {
    position: absolute;
    width: 0;
    font-size: 0 !important;
    pointer-events: none;
    top: 0;
  }  

span.forScreenReaders {
    font-size: 0px;
    position: absolute;
}

p.credit a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    line-height: 28px;
    font-size: 1em;
    flex-direction: row-reverse;
    color: #ffffff;
}

.jobs-section {
    background-image: url(../../images/startitup/Jobs/Job_BG.png);
    background-position: top center;
    background-size: cover;
}

.jobsContent {
    max-width: 600px;
    margin: auto;
    padding-top: 30px;
}

.jobsContent p {
    color: #ffffff;
    font-size: 1.350em;
    text-align: center;
    font-weight: 300;
}

a.jobsLink {
    height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 290px;
    margin: 80px auto 40px auto;
    font-size: 1.4em;
    font-family: 'Assistant', 'Arial', sans-serif;
    background-color: #ffffff;
    border: none;
    padding: 5px 15px;
    color: #000000;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
}

a.jobsLink:hover, a.jobsLink:focus {
    background-color: #917ae4;
}

.socialGallery-section .gridCell a {
    color: #ffffff;
}

.albumName {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 35px 20px 35px 100px;
    color: #ffff;
    font-size: 1.6em;
    font-family: 'Assistant', 'Arial', sans-serif;
    background-image: url(../../images/startitup/Photo&Community/OpenAlbumImages.png);
    background-repeat: no-repeat;
    background-position: left 25px center;
    pointer-events: none;
    transition: all .3s ease-in;
}

.gridCell a:hover .albumName {
    background-color: rgba(0, 0, 0, 0.70);
}

.galleryPic1 {
    background-image: url(../../images/startitup/Photo&Community/1.jpg);
}

.galleryPic2 {
    background-image: url(../../images/startitup/Photo&Community/2.jpg);
}

.galleryPic3 {
    background-image: url(../../images/startitup/Photo&Community/3.jpg);
}

.galleryPic4 {
    background-image: url(../../images/startitup/Photo&Community/4.jpg);
}

.galleryPic5 {
    background-image: url(../../images/startitup/Photo&Community/5.jpg);
}


.events-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.events-container > div {
    background-image: url(../../images/startitup/events/Lecture_BG.png);
    background-position: top center;
    border-radius: 15px;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.13);
    padding: 140px 25px 85px 25px;
    position: relative;
    margin: 10px;
    margin: 10px;
    flex: 1;
    max-width: 360px;
}


.events-container > div::before {
    content: '';
    position: absolute;
    height: 100px;
    right: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.eventList1::before {
    background-image: url(../../images/startitup/events/Icon01-01.svg);
    width: 110px;
    top: 45px;
}

.eventList2::before {
    background-image: url(../../images/startitup/events/Icon02.svg);
    width: 80px;
    top: 36px;
}

.eventList3::before {
    background-image: url(../../images/startitup/events/Icon03.svg);
    width: 80px;
    top: 36px;
}


a.eventLink {
    position: absolute;
    right: 25px;
    bottom: 0px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    margin: 80px auto 40px auto;
    font-size: 1em;
    font-family: 'Assistant', 'Arial', sans-serif;
    background-color: #7357bb;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
}

a.eventLink:hover, a.eventLink:focus {
    background-color: #917ae4;
}

.events-container h3 {
    color: #2f2d6d;
    font-family: 'mixtape';
    font-size: 1.8em;
    line-height: 30px;
    margin: 10px 0px 10px 0px;
}

.events-container p {
    font-family: 'Assistant', 'Arial', sans-serif;
    font-size: 1.1em;
    line-height: 24px;
}

video.videoHome {
    width: 100%;
    filter: blur(5px);
}

.videoColor-filter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 0, 105, 0.56);
    z-index: 1;
}

.BGimgBottom .top{
    background-image: url(../../images/startitup/Footer_illustration-min.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 490px;
}

.BGimgBottom .bottom{
    background-image: url(../../images/startitup/Footer_Illustration_2.png);  
    width: 100%;
    min-height: 60px;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ShareUsBtnWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px 50px 0px;
}

.ShareUsBtnWrap .ShareUsImg1 {
    width: 326px;
    height: 83px;
}

.ShareUsBtnWrap .ShareUsImg {
    width: 312px;
    height: 86px;
}

.ShareUsBtnWrap .ShareUsBtn {
    cursor: pointer;
    font-family: inherit;
    border: none;
    background-color: #1096e6;
    color: #fff;
    font-size: 34px;
    font-weight: 200;
    display: inline-block;
    line-height: 68px;
    width: 272px;
    height: 68px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    margin: 0;
}

.ShareUsBtnWrap .ShareUsBtn:hover, .ShareUsBtnWrap .ShareUsBtn:focus{
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.sectionInner-container-ourteam2 {
    display: none;
 }

@media (max-width: 1440px) { 

    .icons-row {
        display: flex;
        justify-content: space-between;
        padding: 0px 320px 0px 320px;
    }
}

@media (max-width: 1180px) { 

    video.videoHome {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 150%;
        width: inherit;
    }

    
    .innerPage .sectionInner-container {
        max-width: 100%;
        width: 100%;
        margin: auto;
        padding: 35px 20px 35px 20px;
    }
    

}

@media (max-width: 960px) {

    .headingStyle1 {
        padding-top: 20px;
}

}

@media (max-width: 800px) {

    .gridCell a span {
        width: 140px;
    }
    
    .serviceContent h2 {
        text-align: center;
    }

    .serviceContent p {
        font-size: 1.15em;
    }

    .dataSlider-container {
        padding: 40px 15px 25px 15px;
    }

    .readLinks {
        background-size: 170px;
        padding-bottom: 130px;
    }

    .articledLinks {
        padding-bottom: 64px;
    }

    body.innerPage {
        padding-top: 75px;
    }

    .pic3 {
        background-position: right;
    }

    video.videoHome {
        display: none;
    }

    .ShareUsBtnWrap {
        justify-content: center;
    }    

    .ShareUsBtnWrap .ShareUsImg {
        display: none;
    }

    .BGimgBottom .top {
       display: none;
    }
    
    .servicesList-item {
        flex-direction: column;
        align-items: center;
    }    

    .sectionInner-container-ourteam1 {
        display: none;
    }

    .sectionInner-container-ourteam2 {
        display: flex;
        justify-content: center;
        display: block;
        width: 100%;
        padding-top: 25px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .sectionInner-container-ourteam2 ul {
        display: block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .sectionInner-container-ourteam2 ul li .OurteamImg {
        width: 214px;
        height: 214px;
        margin: 0px auto;
    }

    .sectionInner-container-ourteam2 ul li h3 {
        color: #000000;
        font-size: 22px;
        margin: 0px auto;
        font-weight: 500;
        text-align: center;
        padding: 5px 0px 10px 0px;
    }

    .sectionInner-container-ourteam2 ul li h4 {
        color: #000000;
        font-size: 20px;
        font-weight: 300;
        margin: 0px auto;
        max-width: 214px;
        text-align: center;
    }

    .sectionInner-container-ourteam2 ul li .soshWrap {
       display: flex;
       justify-content: center;
       align-items: center;
    }

    .sectionInner-container-ourteam2 ul li a {
        color: #ffffff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 22px;
        background-color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 10px;
    }

    .slyderourteam-next, .slyderourteam-prev {
        position: absolute;
        height: 65px;
        width: 34px;
        font-size: 20px;
        color: #000000;
        top: 0px;
        bottom: 0px;
        left: 5px;
        margin: auto;
        z-index: 2;
        background-color: transparent;
        border: none;
    }

    .slyderourteam-next i, .slyderourteam-prev i{
        font-size: 90px;
    }

    .slyderourteam-prev {
        left: inherit;
        right: 5px;
    }

    section.grid-container {
        height: auto;
    }

    .socialGallery-section .gridRow {
        display: block;
    }

    .socialGallery-section section.grid-container {
        height: 100%;
        display: block;
    }

    .socialGallery-section .gridCell a {
        height: 300px;
    }

    #preloader {
        margin: 0px auto;    
    }

    .socialIcons a {
        width: 25px;
        height: 25px;
    }

    .contactBox a, .cvtBox button {
        padding: 10px 10px;
        font-size: 15px;
        width: 85px;
    }

    .gridRow {
        display: none;
     }
 
     .gridRowMedia {
         display: block;
         width: 100%;
         height: 400px;
         margin: 0 auto;
         overflow: hidden;
         position: relative;
     }
     .slyderGridMedia ul {
         position: relative;
         list-style-type: none;
         padding: 0px;
         margin: 0px;
     }
 
     .slyderGridMedia-next, .slyderGridMedia-prev {
         position: absolute;
         height: 65px;
         width: 34px;
         font-size: 20px;
         color: #ffffff;
         top: 0px;
         bottom: 0px;
         left: 5px;
         margin: auto;
         z-index: 2;
         background-color: transparent;
         border: none;
     }
 
     .slyderGridMedia-next i, .slyderGridMedia-prev i{
         font-size: 90px;
     }
 
     .slyderGridMedia-prev {
         left: inherit;
         right: 5px;
     }
}

@media (max-width: 736px) {

    .sectionContainer {
        padding: 45px 0px;
    }

    .row2, .cell2 {
        display: none;
    }

    .gridRow {
        margin: 0px;
    }

    section.grid-container {
        padding: 15px 5px;
    }

    .contactTeam-container {
        padding: 25px 90px 25px 15px;
        background-size: 40px;
        background-position: right 15px center;
    }

}

@media (max-width: 600px) {

    section.grid-container {
        height: 340px;
        padding: 0px;
    }

    .scrollDown-container {
        display: none;
    }

    .linksSlider, .articlelider {
        width: 280px;
        margin: auto;
    }

    .articleLink-item {
        flex-direction: column;
    }

    .articleIntro-link img {
        margin-bottom: 15px;
        margin-right: 2px;
    }

    .events-container {
        flex-direction: column;
    }

    .aboutUs-imgStartitup {
        width: 100%;
        height: auto;
    }

}


@media (max-width: 414px) {
    
    
}

@media (max-width: 320px) {
    
    
}

