
*,
*:before,
*:after {
  box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.aos-item {
  
  width: 100%;
  padding: 0px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
 
}
.establishment {
	width: 100%;
	padding-top: 20px;
	background: #fff;
	float:left;
	
}
.timeline-carousel {
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #fff;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50pd;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #1d1d1e;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #1d1d1e;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
  text-transform: uppercase;
  color: #b38c52;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: #010000;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #b38c52;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #b38c52;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #b38c52;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #b38c52;
  border-color: #b38c52;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #b38c52;
  border-color: #b38c52;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}




/* slidertransition */

/* page structure */
#wearehirings { width: 880px; margin: 0 auto; }

#page { 
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  background: #fff; 
  box-sizing: border-box;
  /* -webkit-box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9); */
  /* -moz-box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9); */
  /* box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9); */
  
}


/* inner page layouts */
#content-login { display: block; position: relative; width: 100%;padding:20px;height:600px; }
#content-register { display: none; width: 100%; position: absolute; top: 0; left: 880px; padding:20px;height:600px;}
#content-register2 { display: none; width: 100%; position: absolute; top: 0; left: 880px; padding:20px;height:600px;}





/* tabshomepage */



.switcher-box {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  text-align: center;
}
.switcher-box a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding: 3px;
  cursor: pointer;
  background: #FFF;
  
  -webkit-border-radius: 50%;
          border-radius: 50%;

  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.switcher-box a span {
  display: block;
  width: 100%;
  height: 100%;

  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15) inset, 0 5px 20px rgba(255, 255, 255, 0.4) inset;
          box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15) inset, 0 5px 20px rgba(255, 255, 255, 0.4) inset;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
  
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.switcher-box a.active {
  background: #000;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) inset;
}
.switcher-box a.active span {
  border-color: #BBB;
}

.switcher-box a.skin-turquoise span {
  background: #1ABC9C;
}

.switcher-box a.skin-gray-black span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.switcher-box a.skin-black-glass span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlNzc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}


/* Tabbed Styles */
.tabbed {
  width:70%;
  min-width: 400px;
  margin: 0 auto;
  margin-bottom: 16px !important;
  border-bottom: 4px solid #1734e9;
  overflow: hidden;
  transition: border 250ms ease;
}
.tabbed ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 72px;
  list-style-type: none;
}
.tabbed ul * {
  margin: 0px;
  padding: 0px;
}
.tabbed ul li {
  display: block;
  float: right;
  padding: 10px 24px 8px;
  background-color: transparent;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #050404;font-size:20px;
  text-transform: uppercase;
  transition: all 250ms ease;
}
.tabbed ul li:before,
.tabbed ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;  
  background-color: transparent;
  transition: all 250ms ease;
}
.tabbed ul li:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  /* box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0; */
}
.tabbed ul li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  /* box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0; */
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: #F4F7F9;
  color: #444;
}
.tabbed ul li.active {
  z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
  background-color: #0c5991;
  color: #fff;transition: all 0.4s linear;
}

/* Round Tabs */
.tabbed.round ul li {
  border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
  border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
  border-radius: 8px 0 0 0;
}

/* Skins */
.tabbed[class*="skin-"] ul li {
  color: #FFF;
  text-shadow: rgba(0,0,0,.1) 0 1px;
}

.tabbed.skin-turquoise {
  border-bottom-color: #1ABC9C;
}
.tabbed.skin-turquoise ul li,
.tabbed.skin-turquoise ul li:before,
.tabbed.skin-turquoise ul li:after {
  background-color: #34D6B6;
}



/* technology */

.phpappbannersinner{width: 100%;}
.phptech{margin-bottom: 35px;margin-top: 35px;}

.phpapptexts ul li p{
    display: block;
    padding-bottom: 10px;
    font-size:22px;
	line-height: normal;
}
.textbelows{margin-bottom:50px;}

.globalcustomerphp	h2{font-size: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.phpappimages img{margin-top:20px;}
.testapscnts2{margin-bottom: 20px;}
.globalcustomerphp p{font-size:28px;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    margin-top: 35px;margin-bottom: 70px;}
.topphp{padding: 30px 20px;display: flex;
    align-items: center;justify-content: center;}
.topphpnew{padding: 30px 30px;}
.phptech p {
    font-size:26px;
    line-height: normal;
    text-align: center;
    font-weight: 400;
   }
.globalcustomerphp{padding-top: 30px;
    padding-bottom: 30px;width:100%;}
.globalcustomerphp	h2{font-size: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;} 

.testapscnts2 h5{font-size:20px;text-align:left;text-transform:uppercase;}
.testapscnts3 h5{font-size:20px;text-align:end;text-transform:uppercase;}
.testapscnts3 p {
    font-size: 17px;
    text-align: end;
    margin-top: 12px;
	line-height: normal;
    margin-bottom: 12px;
}	
.newsolutions{display:flex;align-items:center;justify-content:center;}
.testapscnts2 p {
    font-size: 16px ;
    text-align: left;
    line-height: normal;
    
}
.newphptech ul li{height: 160px;} 
.newphptech {padding:0 40px;float: left;display: flex;
    align-items: center;justify-content: center;}
.sideprogram{padding:30px 40px;float: left;}
.sideprogram h2{font-size: 30px;text-transform: uppercase; margin-bottom: 20px;text-decoration: underline;color:#1734e9;}
.sideprogram ul li{display:block;padding-top: 10px;font-size:20px;}
.sideprogram ul li p{line-height:normal;}
.sideprogramweb{padding:30px 40px;float: left;}
.sideprogramweb h2{font-size: 30px;text-transform: uppercase; margin-bottom: 20px;text-decoration: underline;color:#1734e9;}
.sideprogramweb ul li{display:block;padding-top: 10px;font-size:20px;}
.sideprogramweb ul li p{line-height:normal;}
.phbservicein{font-size: 28px;line-height: normal;margin-top: 30px;}
.phbservice{font-size: 28px;line-height: normal;margin-top: 30px;}
.whychoosedscntsphp {color: #fff;}
.whychoosedscntsphp h2{font-size:33px;width:100%;text-transform:uppercase;margin-bottom: 15px;}
.whychoosedscntsphp ul{margin-bottom:20px;}
.whychoosedscntsphp ul li{padding-top:10px;font-size: 18px;
    line-height: normal;}
.whychoosedsphp {
   background: linear-gradient(270deg, rgba(57,2,96,1) 0%, rgba(64,2,101,1) 0%, rgba(8,22,130,1) 0%, rgba(8,29,134,1) 0%, rgba(8,32,136,1) 0%, rgba(57,3,97,1) 0%, rgba(58,3,97,1) 53%, rgba(0,169,188,1) 100%);
    padding: 40px 30px;
}
/*android*/
.custom-techology-section .androidapptexts {
    padding-top: 12px;
}
.androidappimages img{height: 500px;
    object-fit: contain;}
    
.framewalls{padding:0 25px;}
.andriodappbanners{padding-bottom:30px;padding-top:30px;}

.androidapptexts ul li {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 35px;
}



.androidappimages{padding-top:20px;}

.globalcustomer{padding-top: 30px;
    padding-bottom: 30px;width:100%;}
.globalcustomer	h2,.endtoend h2,.Prominent h2{font-size: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;}
.globalcustomer p,.endtoend p,.Prominent p{font-size: 31px;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    margin-bottom:70px;
    margin-top: 35px;}	
 .testaps{margin-bottom: 90px;display: flex;
    align-items: center;justify-content: center;} 
.testapscnts h5{font-size:22px;text-align: end;text-transform:uppercase;}
.testapscnts p{font-size:18px;text-align: end;margin-top:12px;margin-bottom:12px;}
.enterpriseandroid ul li{display:block;}
.enterpriseandroid {width: 33%;float:left;}
.testapscnts1 h5{font-size:22px;text-align:left;text-transform:uppercase;}
.testapscnts1 p{font-size:18px;text-align:left;margin-top:12px;margin-bottom:12px;}
.customizdbg{width:100%;padding-bottom:30px;padding-top:30px;float: left;}
.customizdbgin{background-image: url(../images/technology/custombg.png);height:373px;background-position: center;position:relative;}
.customizdbgin h2{ text-align: center;
    font-size: 61px;
    text-transform: uppercase;
    color: #fff;width: 85%;
    margin: auto;
    }
	

.formativetext{text-align:center;position:absolute;top: 17%;width:100%; }
.formativenbtn	{margin-top:50px;margin-bottom:30px;text-align: center;}
.endtoend{width:100%;padding-top:30px;padding-bottom:30px;float: left;}
.sportivesplit h6{text-align:left;font-size:27px;text-transform: uppercase;}
.sportivesplit p{text-align:left;font-size:27px;margin-bottom:35px;margin-top: 20px;}
.sportivesplit ul li{display:inline-block;padding-right:40px;font-size: 22px;
    color: #4a51ff;text-transform: uppercase;font-family: 'Oswald', sans-serif;}
.sportivesplit ul{margin-bottom:5px;}	
.sportivesplit ul li a{text-decoration:underline !important;font-family: 'oswald';cursor: pointer;}
.perspectives{border: 2px solid #4a51ff;width:80%;padding:50px;margin:auto;}
.comprehend{margin-right: -57px;}
.strageyprocess img{height: 175px;object-fit: contain;width: 175px;}
.staybe1{margin-left: -136px;}
.staybe2{margin-right: -136px;}
.perspectivesin{margin-left: 60px;}
.perspectivesins{    margin-left: 14px;}
.sportivesplit{display: flex;align-items: center;justify-content: center;}
.doublearrows img{height:55px;object-fit:contain;position: relative;left: -70px;}
.doublearrows{margin-top: 30px;margin-bottom: 30px;}
.developpartners{width:100%;padding-top:30px;padding-bottom:30px;float: left;}
.whychooseds{background:#1734e9;padding: 40px 30px 20px;}
/*.whychoosedscnts{color:#fff;}*/
/*.whychoosedscnts h2{font-size:36px;margin-top: 0;width:85%;text-transform:uppercase;}*/
.formativenbtn1{padding-bottom: 20px;padding-top: 20px;}
/*.whychoosedscnts p{font-size: 22px;line-height: normal;margin-top:20px;margin-bottom:20px;}*/

.whychoosedscnts ul li{display: inline-block;
    width: 45%;padding-bottom: 7px;font-family: 'EB Garamond';font-size: 20px;}	
.whychoosedsimg	img{object-fit:cover;}
.Prominent{width:100%;padding-top:30px;padding-bottom:50px;float: left;}
.sdkstools ul li{display: inline-block;width: 19%;padding-left: 20px;padding-right: 20px;}
 .sdkstools a img{height: 140px;object-fit: contain;} 
.sdkstools{text-align:center;}
.mobend{font-size: 32px;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 56px;}
.gcloudparts{text-align:center;}	
.gcloudparts ul li{display: inline-block;padding-left: 5px;
    padding-right: 12px;}
.gcloud ul li {
    display: block !important;
    width: 100%;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 21px;
	font-family: 'EB Garamond';}
.gcloud	span{font-family: 'Wingdings';font-weight: normal;
    font-style: normal;padding-right: 5px;}

    
    
    
    
    
    
    

/* javatech */
.andriodappbannersinner{padding: 30px 30px 50px 50px;background-size:cover;background-image: url(../images/technology/techbg1.png);width: 100%;background-position: center;}
.javatechs {
	width: 100%;
	padding:30px;
	text-align: center;
}
.javatechs h1 {
	font-size: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	text-transform: uppercase;letter-spacing: 1px;
}

.javatechs p {
    text-align: center;
    font-weight: 400;    font-size: 30px;
    line-height: normal;

    font-family: 'EB Garamond', serif;
    margin-bottom: 35px;
    margin-top: 35px;
}
.dexterous{margin-bottom: 50px;}
.javaapptexts p{line-height: normal;font-size: 35px;margin-bottom: 40px;}
.javatechimg img{height: 494px;object-fit: contain;} 
.developjavas p{margin-bottom:0 !important;}
.whychoosedsjava {background: #0d0353;padding: 40px 30px;}
.javaframeworks{width:100%;padding-top:30px;padding-bottom:30px;float: left;}
.javaframeworks h2{font-size: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
   letter-spacing: 1px;}
.javaframeworks p{ font-size: 31px;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    margin-bottom:30px;
margin-top: 35px;  }

.workframesdesign p{text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}
.whychoosedscnts {
    color: #fff;
    margin-top: 10px;
}
.whychoosedscnts h2 {
    font-size: 36px;
    margin-top: 0;
    width: 85%;
    text-transform: uppercase;
}
.whychoosedscnts p {
    font-size: 24px;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 35px;
}
.whychoosedscnts ul{margin-bottom: 40px;}
.testapsweb{margin-bottom: 30px;display: flex;
    align-items: center;justify-content: center;}   
.robust{margin: 0;font-size: 32px;}  
.whychoosedsjavaimg img{height: 482px;object-fit: contain;}
.testapscntsjava h5{font-size: 24px;text-align: left;text-transform: uppercase;}
.testapscntsjava p{font-size: 19px !important;text-align: left !important;margin-top: 12px !important;margin-bottom: 12px !important;
}
/* iostechnology */
.iosapptexts p {
    line-height: normal;
    font-size: 45px;
    width: 92%;text-align:left;
}
.iosdevs{display: flex;
    align-items: start;
    justify-content: start;
}
.dexterousios{margin-bottom: 54px;}
.testapsios{display: flex;align-items: center;justify-content: center;}
.javatechnology ul li{margin-bottom: 70px;}
.javatechnology ul li:last-child{margin-bottom:0;}
.formativetextios{text-align: center;color: #ffffff;padding: 0 30px;}
.formativetextios p{font-size: 23px;line-height: normal;margin-bottom: 30px;}
.formativetextios h2{text-align: center;
    font-size: 50px;text-transform: uppercase;color: #fff;width: 100%;padding: 30px 0;}
.formativetextios h6{font-size: 27px;margin-bottom: 30px;}	
.whychoosedsios {
    background: #f0f0f1;
    padding: 40px 30px;
}
.whychoosedsiosimg{position: absolute;bottom: -41px;}
.whychoosedsiosimg  img{height:560px;object-fit:contain;}
.whychoosedscntsios{color:#4a51ff;width:85%;margin:auto;}
.whychoosedscntsios h2 {
    font-size: 31px;
    margin-top: 8px;
    text-transform: uppercase;}
.whychoosedscntsios p{font-size: 27px;line-height:normal;}
.conception	{margin-top:20px;margin-bottom:20px;}
.iosdeveloptools ul li{width: 31%;display: inline-block;padding-left: 25px;padding-right: 25px;}
.iosdeveloptools ul li h5{font-size: 24px;text-transform: uppercase;}

.privacysecurity img{height: 160px;
    object-fit: contain;
    margin-bottom: 30px;
}	
.iosdeveloptools{text-align:center;}
.privacysecurity p{font-size:25px !important;margin-top:35px !important;margin-bottom:20px !important;padding:0 !important;}
.opticalcharacter ul li p{font-size:23px;margin:0 !important;text-align:left;padding:0 !important;}
.opticalcharacter ul li{display:block;padding-bottom: 10px;padding-top: 10px;}
.opticalcharacter ul li span{margin-left:20px;}
.opticalcharacter{margin-bottom: 60px;}
.ioste p{width: 90%;
    margin: auto;
    font-size: 34px;
    padding-top: 35px;
    padding-bottom: 40px;}

.iosappimages img{height: 580px;object-fit: contain;margin-top: 10px;}




/* apachetechnology */
.makesmapp img{height:35px;object-fit:contain;width:35px;}

.makesmapp p{font-size:28px;font-weight: lighter;margin-left: 20px;margin-top: 8px;display:inline;}
.mapreduces p{
   
	font-size: 37px;
    line-height: normal;
    text-align: center;
    font-weight: 400;
}
.mapreduces h2{font-size: 53px;
    margin-bottom:40px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;}
.mapreduces{padding-top: 30px;padding-bottom: 30px;width: 100%;}
.pigframe ul  {text-align: left !important;
    padding: 0px 40px;margin-bottom: 30px;}
.pigframe ul li{padding: 10px 0;}	

.appacheipigimages img {
    height: 573px;
    object-fit: contain;
    margin-top: -25px;
}
.customizdbgapache {
    background-image: url(../images/technology/custombg.png);
    height:285px;
    background-position: center;
    position: relative;
}
.formativetextapache{text-align: center;
    color: #ffffff;}
.formativetextapache h2 {
    text-align: center;
    font-size: 65px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding:53px 0;
}	
.formativenbtnpig{margin-bottom: 30px;text-align: center;}
.pigthemedevlop ul li{display:block !important;width:100%;}
.pigthemedevlop ul li p{margin: 0;text-align:left;
    font-size: 25px;color: #6167ff;text-transform: none;padding-bottom: 10px;}
.whychoosedspigimg	img{height: 400px;
    object-fit: contain;}
.whychoosedspigs {
    background: #1734e9;
    padding: 40px 30px;
}	
.pigdevappache{color:#fff !important;}	
	



/* success */

.successsteps{padding-top:30px;padding-bottom:30px;width:100%;}
.yearbymaking p{font-size: 25px;line-height: normal;padding:5px 0;}
.yearbymaking{margin-top: 30px;}
.chooseadrone h2{text-transform: uppercase;margin-bottom: 20px;font-size: 35px;}
.chooseadrone p{font-size: 23px;margin-bottom: 30px;line-height: normal;}	
.chooseadrone{padding: 60px 0;width: 100%;float: left;}
.dronepilot{display: flex;align-items: center;justify-content: center;}
.learnrules h2{text-transform: uppercase;margin-bottom: 20px;font-size: 30px;}
.learnrules p{font-size: 23px;margin-bottom: 30px;line-height: normal;}
.drawbacks{width: 100%;float: left;padding: 50px 0;}
.drawbacksexplore {width: 100%;float: left;padding: 60px 0;}
.buyingsmall p{font-size: 23px;margin-bottom: 30px;line-height: normal;}
.realtedsuccessstories h2{font-size:45px;text-transform:uppercase;text-align:center;margin-bottom: 55px;}
.realtedsuccessstories h6{margin-top: 20px;
    text-transform: uppercase;font-size: 23px;}
.realtedsuccessstories{width: 100%;
    padding: 40px 0;float: left;}   
    
  /* successpage	 */
  
.platformdrones{width:100%;padding-bottom:30px;}
.platformdrones .sliders .carousel-indicators {position: absolute;left:0;bottom:20px;}
.platformdrones .sliders .carousel-indicators li {border-radius: 100%;width:8px;opacity: 0.9;height:8px;border: 1px solid #ffffff;background:#ffffff;
}
.platformdrones .carousel-indicators li.active {border-radius: 100%;padding: 0;opacity: 0.9;background:#000000;border: 1px solid #ffffff;}
.dronesimgs img{position:relative;object-fit:cover;}
.dronesimgscnts{position:absolute;left: 60px;bottom: 18%;color:#ffffff;width:50%;}
.dronesimgscnts h2{font-size: 60px;text-transform: uppercase;margin-bottom: 20px;}
.dronesimgscnts p{font-size: 25px;line-height: normal;}
.nextbest{width:100%;padding-top:30px;padding-bottom:30px;}
.nextbest h2{font-size:50px;text-transform:uppercase;text-align:center;margin-bottom: 35px;}
.nextbest p{font-size:30px;text-align:center;line-height: normal;margin-bottom: 50px;}
.offstory{display:flex;align-items:center;justify-content:center;margin-bottom: 50px;}
.readersreal {text-align:left !important;}
.readersreal h4{font-size: 40px;text-transform: uppercase;margin-bottom: 20px;}
.readersreal p{text-align: left !important;font-size: 26px !important;margin-bottom: 30px;}
.readersreal h6{font-size: 28px;text-transform: uppercase;}
.readersreal ul li p{font-size: 25px !important;margin: 0 !important;padding-top: 3px;padding-bottom: 3px;}
.featuredcasestudies{width:100%;padding-bottom:30px;text-align:center;}
.featuredcasestudies h2 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}
.featuredcasestudies p {
    font-size: 40px;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
    padding: 0 35px;
}
.vestibsin{margin-top: 35px;}
.readsuchus {
    cursor: pointer;
    padding:11px 20px;
    font-size:16px;
    font-weight: 300;
    background: #5258ff;
    border: none;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #ffffff !important;
}

/* Tabbed Styles */
.tabbed {
  width:70%;
  min-width: 400px;
  margin: 0 auto;
  margin-bottom: 68px;
  border-bottom: 4px solid #0c5991;
  overflow: hidden;
  transition: border 250ms ease;
}
.tabbed ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 72px;
  list-style-type: none;
}
.tabbed ul * {
  margin: 0px;
  padding: 0px;
}
.tabbed ul li {
  display: block;
  float: right;
  padding: 10px 24px 8px;
  background-color: transparent;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #050404;font-size:20px;
  text-transform: uppercase;
  transition: all 250ms ease;
}
.tabbed ul li:before,
.tabbed ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;  
  background-color: transparent;
  transition: all 250ms ease;
}
.tabbed ul li:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  /* box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0; */
}
.tabbed ul li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  /* box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0; */
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: #0c5991;
  color: #fff;
}
.tabbed ul li.active {
  z-index: 3;
} 
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
  background-color: #0c5991;
  color: #fff;transition: all 0.4s linear;
}

/* Round Tabs */
.tabbed.round ul li {
  border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
  border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
  border-radius: 8px 0 0 0;
}

/* Skins */
.tabbed[class*="skin-"] ul li {
  color: #FFF;
  text-shadow: rgba(0,0,0,.1) 0 1px;
}

.tabbed.skin-turquoise {
  border-bottom-color: #1ABC9C;
}
.tabbed.skin-turquoise ul li,
.tabbed.skin-turquoise ul li:before,
.tabbed.skin-turquoise ul li:after {
  background-color: #34D6B6;
}
  
    



