* {
    outline: none!important;
}
body,html{
  font-family: 'Lato', sans-serif!important;
}
.hero>img{
  width:100%;
}
.hero{

  overflow-y: hidden;
  padding:0;
  height: 100vh;


background:  url(../images/hero.jpg) no-repeat center center fixed;
  background-size: cover;
}
.heroText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff;
  text-align:center;
}
.hero>h1{
  font-size: 52px;
}
.hero>p{
  font-size: 17px;
}
.section{
  text-align: center;
  background: url("../images/web.png") no-repeat;
  background-size:contain;
  background-position: right;
  padding:0;
  width: 100%;
}
.section>div{
  padding: 100px 75px;
  color:#1c1c1c;


}
.orangeDivider{
  padding: 45px 0;
  text-align: center;
  margin: 0 auto;
}
.orangeDivider>div{
  width:60px;
  height:5px;
  background-color: #ff7f00;
  text-align: center;
  margin: 0 auto;
}
.whiteDivider>div{
  width:45px;
  height:5px;
  background-color: #fff;
}
.whiteDivider{
  padding: 25px 0;
  text-align: center;
  margin: 0 auto;
}
.whiteDividerCenter>div{
  width:45px;
  height:5px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.whiteDividerCenter{
  padding: 25px 0;
}
.button{
	display: inline-block;
  color:#00aeef;
  border: 3px solid #00aeef;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.button:hover{
  color:#fff!important;
  border: 3px solid #00aeef;
  background-color: #00aeef!important;
  text-decoration: none;


}

.buttonAlt{
  color:#fff;
  border: 3px solid #fff;
  padding: 12px 40px;
  text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.buttonAlt:hover{
  color:#00aeef!important;
  border: 3px solid #fff;
  background-color: #fff!important;
  text-decoration: none;


}
.navSolid{
  background-color: #434343;
  height: 89px;
}
.navSolidHome{
  position: absolute;
  height: 89px;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.nav{
  position: absolute;
  z-index: 50;
  padding: 25px 0;
  width: 100%;

}
.nav>a>img{
  height: 39px;
  width: 180px;

}
.navMenu{
  position: relative;
  width: 100%;
}
.navMenu>ul{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navMenu li{
  display: inline-block;
  padding:0 25px;
  color:#fff;
  font-size: 14px;
  transition: color 0.3s ease;
}
.navMenuItem{
  border-right: 1px solid #fff;
}


.navMenu>ul>a:last-child li{
  border-right: none;
}
.navMenu li:hover{
  color:#00aeef!important;

}
.navMenu>ul>a{
  text-decoration: none!important;
}
.navMob{
  background-color: #000;
  position: absolute;
  z-index: 101;
  right:-360px;
  width: 340px;
  display: none;
}
.navMob>ul{
  font-size: 20px;
  padding-left:0;
}
.navMob>ul>a>li{
  padding:20px 0px 20px 50px;
  list-style-type: none;
  color:#fff;
  transition: background-color 0.2s ease;
}
.weAre{
  color: #fff;
      text-align: center;
  background-color: rgba(0, 174, 238,0.95);
}
.profile{
  padding: 15px;
  overflow: hidden;
  cursor: pointer;
}
.navbar-fixed-Home{
  top: -90px;
  z-index: 100;
position: fixed;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #434343;
}
.navbar-fixed {
    top: -90px;
    z-index: 100;
  position: fixed;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}
.timeLine .timeTop > div {
	display:block;
	content:'';
	width:25%;
	float:left;
	height:102px;
	background-repeat:no-repeat;
	background-image:url(../images/whoWeAre/timelineStart.png);
}
.timeLine .timeTop:after {
	content:'';
	display:block;
	clear:both;
}
.timeLine .timeTopLeft {
	background-position:bottom left;
}
.timeLine .timeTopRight {
	background-position:bottom right;
}
.timeLine .timeElem .timeItem .title {
	font-size:1.5rem;
	text-transform:uppercase;
	color:#2babe1;
	margin-bottom:10px;
}
.timeLine .timeElem .timeItem .title strong {
	display:inline-block;
	color:#f47f29;
	margin-right:5px;
	border-bottom:2px solid #f47f29;
}
.timeLine .timeElem:nth-child(even) .timeItem {
	height:134px;
    background-image:url(../images/whoWeAre/timelineOdd.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.timeLine .timeElem .line {
	display:block;
	content:'';
	width:50%;
	height:3px;
	background-repeat:no-repeat;
}
.timeLine .timeElem:nth-child(even) .line.timeBottomLeft {
	float:left;
	background-image:url(../images/whoWeAre/timelineOddLine.png);
	background-position:bottom left;
}
.timeLine .timeElem:nth-child(even) .line.timeBottomRight {
	float:right;
	background-image:url(../images/whoWeAre/timelineOddLine.png);
	background-position:bottom right;
}
.timeLine .timeElem:after {
	content:'';
	display:block;
	clear:both;
}
.timeLine .timeElem:nth-child(odd) .timeItem {
    height:135px;
    background-image:url(../images/whoWeAre/timelineEven.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
}
.timeLine .timeElem:nth-child(odd) .line.timeBottomLeft {
	float:left;
	background-image:url(../images/whoWeAre/timelineEvenLine.png);
	background-position:bottom left;
}
.timeLine .timeElem:nth-child(odd) .line.timeBottomRight {
	float:right;
	background-image:url(../images/whoWeAre/timelineEvenLine.png);
	background-position:bottom right;
}
.timeLine .timeElem:last-of-type .line.timeBottomLeft,.timeLine .timeElem:last-of-type .line.timeBottomRight {
	display:none;
}
.timeLine .timeElem:last-of-type:after {
	background-image:url(../images/whoWeAre/timelineEnd.png)!important;
	width:50%;
	height:3px;
}
.timeLine .timeElem .timeItem .timeLogo {
	float:left;
	width:114px;
	height:114px;
	background:#3f3f44;
	border-radius:114px;
	margin:10px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.timeLine .timeElem:nth-child(odd) .timeItem .timeLogo {
	float:right;
}
.timeLine .timeElem .timeItem .timeDesc {
	padding:25px 0 0;
}
.timeLine .timeElem .timeItem .timeLogo {

	background-position:center center;
	background-repeat:no-repeat;
	background-size:81px 81px;
}
.profileName{
  background-color: #fb801c;
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  padding: 5px 30px 5px 30px;
  text-align: left;
}
.profileName>p{
  margin: 0;
}
.navMob>ul>a>li:hover{
  background-color: #555555;

  text-decoration: none;
}
.navMob>ul>a{
  text-decoration: none;
}
.navMob>h3{
  color:#fff;
  font-size: 20px;
  padding:32px 0px 32px 50px;
  font-weight: 400;
}
.mobMenuBut{
  display: none;
  position: absolute;
  right: 25px;
  z-index: 102;
  color:#fff;
  padding: 35px 0;
}
.colRight{
  background-color:#0db2f0;
  text-align:right;
  color: #fff;

}
.colRightImg{
  position: absolute;
   right: 0;
}
.colRight>div{
  padding: 0 60px 0 140px;
}
.colLeft{
  background-color:#0db2f0;
  text-align:left;
  color: #fff;
}
.colLeft>div{
  padding: 0 140px 0 60px;
}
.clientSec{
  padding: 100px 0;
}
.clientSec>h3{
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
}
.clieSlide{
  overflow: hidden;
  height: 175px;
  position: relative;
}
.clientSlider{
  margin: 0 auto;
  text-align: center;
  width: 950px;
}
.slide{
  position: absolute;
  width: 250px;
  height: 175px;
}
.clieSliding{
  position: absolute;
}
.slide>img{
  padding: 25px 0;
}
.activeSlide>img{
  padding: 0!important;
  transform: scale(1); /* you need a scale here to allow it to transition in both directions */
  transition: 0.3s all ease;
}
.arrow{
  position: absolute;
  cursor: pointer;
  margin: 67px 0;
  z-index: 50;
}
.altBanner{
  background-image: url("../images/footerBG.png");
  text-align: center;
  padding: 100px 0;
  color: #fff;
  background-size:cover;
}
.footer{
  background-color: #4a4a4a;
  color:#fff;
  padding: 20px 0;
}
.insightSection{
  background-image: url("../images/web2.png");
  background-size:cover;
  text-align: center;
}

.partnerSection{
  background-image: url("../images/web3.png");
  background-size:cover;
  text-align: center;
}
.threeCol{
  padding: 35px 30px;
  color: #fff;
}
.insideInsights{
  background-color: rgba(13, 178, 240, 0.95);
  height: 100%;
  min-height: 435px;
}
.hoverSize{
  padding:50px;
  transform: scale(1); /* you need a scale here to allow it to transition in both directions */
  transition: 0.3s all ease;
}

.plusIcon{
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.plusIcon:hover{
    transform: scale(1.1) rotateZ(45deg);

}
.hoverSize:hover > .insideInsights >.threeCol>.crossDiv{
  bottom: 25px!important;
}
.crossDiv{
  margin: 30px 0 0;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
@media screen and (max-width: 765px) {
  .companyKeep{
    background-position: 0 0!important;
  }
  .sectionClient>div{
      padding:50px 20px!important;
      width: 100%!important;
  }
  .insightSection>.container>.blockMobile{
    height: auto!important;
  }

  .colRight>div>.whiteDivider>div{
    text-align: center!important;
    margin: 0 auto!important;
  }
  .colLeft>div>.whiteDivider>div{
    text-align: center!important;
    margin: 0 auto!important;
  }
  .colRight{
    text-align: center!important;
  }
  .colLeft{
    text-align: center!important;
  }
  .colRightImg{
    position: initial;
    float: none;
  }
  .footer>.container>.row>.col-3{
    display: none!important;
  }

    .socialLinks{
      float: none!important;
      margin: 0 auto!important;
      padding-top: 10px;
    }
    .footer{
      text-align: center;
    }

    .heroText>h1{
      font-size: 25px;
    }
}
@media screen and (min-width: 765px) {
  .hoverSize:hover{
    padding:0!important;
  }

}
@media screen and (max-width: 550px) {
  .section>div{
    padding:50px 20px!important;
  }



}

@media screen and (max-width: 991px) {
  .arrow{
    margin: 60px 0!important;
  }
  .clieSlide{
    height: 160px!important;
  }
  .slide>img{
    height: 160px!important;
  }
  .slide{
    width: 200px!important;
    height: 160px!important;
  }
  .clientSlider{
    width: 700px!important;
  }
  .hoverSize {
    padding: 20px!important;
  }
  .insightSection>div{
    width: 100%!important;
  }
  .partnerSection>div{
    width: 100%!important;
  }


  .heroText{
    width: 100%;
    padding: 0 30px;
  }
  .navMenu{
    display: none!important;
  }
  .mobMenuBut{
    display: block!important;
  }
  .navMob{
    display: block!important;
  }

  .colLeft>div{
    padding: 20px 30px!important;
  }
  .colRight>div{
    padding: 20px 30px!important;
  }

}
@media screen and (max-width: 767px) {
  .arrow{
      height: 30px!important;
      margin: 45px 0!important;
  }
  .clieSlide{
    height: 120px!important;
  }
  .slide>img{
    height: 120px!important;
  }
  .slide{
    width: 150px!important;
      height: 120px!important;
  }
  .clientSlider{
    width: 500px!important;
  }
}
@media screen and (max-width: 529px) {
  .arrow{
      height: 20px!important;
      margin: 40px 0!important;
  }
  .activeSlide>img{
    padding:15px 0!important;
  }
  .clieSlide{
    height: 100px!important;
  }
  .slide>img{
    height: 89px!important;
  }
  .slide{
    width: 75px!important;
    height: 89px!important;
  }
  .clientSlider{
    width: 250px!important;
  }
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon {
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.igWrap{
  width: 100%;
  overflow: hidden;
  height: 100px;

  background-color: white;
background-size: cover;
background-repeat: no-repeat;
background-position: center;

    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}
.captionIG{
  background-color: rgba(33, 33, 33, 0.72);
  position: absolute;
  bottom: -150px;
  z-index: 9;
  width: 100%;
  display: none;
}
.captionIG >p{
  color: #fff!important;
  padding: 10px;
}
.contactForm>p{
  display: inline-block;
  font-size: 25px;
}
.contactForm>span{
  display: none;
  font-size: 25px;
}
.blueClient{
  background-color: #18b5f0;
  color: #fff;
  padding: 30px;
  text-align: left!important;
}

.blueClient a{
  color: #474747;
  text-decoration: underline;
  }

.contactForm>input{
  border: none;
  display: inline-block;
  color: #ff7f00;
  border-bottom: 1px solid #ff7f00;
  width: 70px;
  min-width: 20px;
  font-size: 25px;
}
.contactForm{
  padding: 0 100px;
}
.popupProfile{
  position: absolute;
  z-index: 20;
}
.profilePop{
  background-color: #00aeef;
  padding: 60px;
  text-align: left!important;
}

.profilePopUpSec{
  background-color: rgba(0, 0, 0, 0.86);
  height: 100vh;
  padding: 125px;
}
.activePage{
  color: #00aeef!important;
}
.checkbox input {
  margin-right: 25px;
      vertical-align: top;
}
.checkbox label {
  margin-right: 25px;
  font-size: 15px;
  cursor: pointer;
}
.checkbox input:before {
  content: '';
  background: #fff;
  display: block;
  width: 25px;
  height: 25px;
  border: 3px solid #ff7f00;
  cursor: pointer;

}
.checkbox{
  text-align: left;
}
textarea{
  border: 3px solid #ff7f00;
  background: #fff;
  width: 100%;
}
.checkbox input:checked:before {
  background-color: #ff7f00;
}

.officeSec{
  background-color: rgba(0, 174, 238, 0.95);
  text-align: center;
  color: #fff;
}
.topLocationLay{
  position: absolute;
  top: 50%;
     transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
}
.navFix{
  position: fixed!important;
}
.weatherIcon{
  width: 50px;
}
@media screen and (max-width: 991px) {
  .weatherIcon{
    width: 30px;
  }
  .locaIcon{
    width: 25px;
  }
  .topLocationLay>h2{
    font-size: 25px;
  }
  .topLocationLay>h4{
    font-size: 30px;
  }
  .topLocationLay h1{
    font-size: 50px;
  }
  .topLocationLay p{
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .removePadMob{
    padding: 0px!important;
  }
  .profileName>p{
    font-size: 10px!important;
  }
  .topLocationLay>h2{
    font-size: 15px!important;
  }
  .topLocationLay>h4{
    font-size: 20px!important;
  }
  .topLocationLay h1{
    font-size: 45px!important;
  }
  .topLocationLay p{
    font-size: 13px!important;
  }
}
.profile>img{
  width: 100%!important;
}
@media screen and (max-width: 767px) {
  .profileName>p{
    font-size: 16px!important;
  }

  .weatherIcon{
    width: 50px!important;
  }
  .locaIcon{
    width: 30px!important;
  }
  .topLocationLay>h2{
    font-size: 40px!important;
  }
  .topLocationLay>h4{
    font-size: 45px!important;
  }
  .topLocationLay h1{
    font-size: 120px!important;
  }
  .topLocationLay p{
    font-size: 30px!important;
  }
}

@media screen and (max-width: 508px) {
  .locaIcon{
    width: 20px!important;
  }
  .weatherIcon{
    width: 40px!important;
  }
  .topLocationLay>h2{
    font-size: 20px!important;
  }
  .topLocationLay>h4{
    font-size:25px!important;
  }
  .topLocationLay h1{
    font-size: 70px!important;
  }
  .topLocationLay p{
    font-size: 20px!important;
  }
}


.companyKeep{
  text-align: center;
  background: url("../images/web6.png") no-repeat;
  background-size:contain;
  background-size: 100% auto;
  padding:0;
  width: 100%;
  background-position: 0 -150px;
}
.companyKeep>div{
  padding: 100px 75px;



}

.blueBoxText{
  background-color: #0db2ef;
  padding: 15px 30px;
  color: #fff;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.blueBoxText h3{
  margin: 0;
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}


  .col-xs-15 {
      width: 50%;
      float: left;
  }

@media (min-width: 768px) {
    .col-sm-15 {
        width: 33.3333333%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.lineBC{
  height: 5px;
  background-color: #fb801c;
  width: 100%;
}
.float{
  float: left;
}

.sectionClient{
  text-align: center;
  background: url("../images/web5.png") no-repeat;
  background-size:contain;
  background-position: right;
  padding:0;
  width: 100%;
}
.sectionClient>div{
  padding: 100px 75px;



}

.blueWeDo{
  padding: 60px 30px;
  color: #fff;
  background-color: rgba(0, 174, 238,0.95);
}
.weDoLabel{
  background-color: #ff7f00;
  color:#fff;
  padding: 10px 20px;
  width: fit-content;
  display: inline-block;
  margin: 15px 0;
}
.hiddenWeDo{
  display: none;
}

.whiteWeDo{
  padding: 60px 30px;
  color: #000000;

}
.formField{
  height: 50px;
	width: 100%;
  border: 2px solid #555555;
}
.blackWeDo{
  padding: 60px 30px;
  color: #fff;
  background-color: rgba(61, 60, 60, 0.95);
}

.popupNew{
  display: block!important;
  overflow-y: hidden!important;
  width: 50%!important;
}


.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.87);
z-index: 500;
opacity: 0;
display: none;

}


.popup {
margin: 70px auto;
padding: 50px;
background-color: #00aeef;
display: inline-block;
position: relative;
max-width: 60%;
width: 60%;
height: 80%;
overflow-y: scroll;
overflow-x: hidden;
}
.popup:after {
	display:block;
	content:'';
	clear:both;
}
.closeCross{
  cursor: pointer;
}

.popup .closeCross {
position: absolute;
top: -50px;
right: -30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #f16623;
}
.popup .closeCross:hover {
color: #00aeef;
}
.popup .content {
max-height: 30%;
overflow: auto;
}
@media screen and (max-width:1200px){
.popup>img{
  width: 200px!important;
}
}
@media screen and (max-width:850px){
  .popup>p{
    line-height: 120%!important;
  }
}
@media screen and (max-width:700px){
  .popup>img{
  float: none!important;
  }
  .popup{
    max-width: 90%!important;
    width: 100%!important;
  }
}
@media screen and (max-width:530px){


  .popup{
    max-width: 100%!important;
  }
  .closeCross{
    top: 10px!important;
    right: 20px!important;
    font-size: 30px!important;
  }
  .popup>p{
    font-size: 14px!important;
  }
  .popup{
    padding: 10px!important;
  }

}
@media screen and (max-width: 700px){
.box{
	width: 70%;
}
.popup{
	width: 70%;
}
.popup>img{
  width: 200px!important;
}
}
.popup>img{
  width: 390px;
}
.subMenu{
      position: relative;
      line-height: 50px!important;
          padding: 0!important;
}
.subMenu>a{
      transition: color 0.3s ease;
  color: #fff;
  text-decoration: none;
  padding: 1.2px 25px!important;

}
.subMenu>a:hover{
  color: #00aeef!important;
  text-decoration: none;
}
.subMenu:hover{

  -webkit-box-shadow:inset 0px 0px 0px 2px #0db2f0;
  -moz-box-shadow:inset 0px 0px 0px 2px #0db2f0;
  box-shadow:inset 0px 0px 0px 2px #0db2f0;
}
.weDoSubMenu{
  background-color: #0db2f0;
  color: #fff;
  position: absolute;
  display: none;
      left: 0px;
      width: 100%;

}
.weDoSubMenu>ul{
  line-height: 20px!important;
  padding: 0!important;
  margin: 0;
}
.weDoSubMenu li{
  padding: 15px 8px;
  list-style-type: none;
  cursor: pointer;
  width: 100%;
  text-align: center;


}
.weDoSubMenu li:hover{

  background-color: #fff!important;
  color: #0db2f0!important;

}
.weDoSubMenu a{
  text-decoration: none;
  color: #fff;
}
.weDoSubMenu a:hover{

  color: #0db2f0;
}
