@font-face {
    font-family:'Poppins'; font-weight:400 !important; 
    src: url('../eot/poppinsregular-2.eot');
    src: url('../eot/poppinsregular-2.eot') format('embedded-opentype'),
         url('../woff2/poppinsregular-2.woff2') format('woff2'),
         url('../woff/poppinsregular-2.woff') format('woff'),
         url('../ttf/poppinsregular-2.ttf') format('truetype'),
         url('../svg/poppinsregular-2.svg#PoppinsRegular') format('svg');
}
@font-face {
  font-family:'Poppins'; font-weight:700 !important; 
  src: url('../404.html');
  src: url('../404.html?#iefix') format('embedded-opentype'),
       url('../404.html#PoppinsBold') format('svg'),
       url('../404.html') format('truetype'),
       url('../404.html') format('woff'),
       url('../404.html') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'GothamRoundedBook';
    src: url('../eot/gothamroundedbook.eot');
    src: url('../eot/gothamroundedbook.eot') format('embedded-opentype'),
         url('../woff2/gothamroundedbook.woff2') format('woff2'),
         url('../woff/gothamroundedbook.woff') format('woff'),
         url('../ttf/gothamroundedbook.ttf') format('truetype'),
         url('../svg/gothamroundedbook.svg#GothamRoundedBook') format('svg');
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../eot/gothamrounded-bold.eot');
  src: url('../eot/gothamrounded-boldd41d.eot?#iefix') format('embedded-opentype'),
       url('../svg/gothamrounded-bold.svg#GothamRounded-Bold') format('svg'),
       url('../ttf/gothamrounded-bold.ttf') format('truetype'),
       url('../woff/gothamrounded-bold.woff') format('woff'),
       url('../woff2/gothamrounded-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'rainydays';
    src: url('../eot/rainydays.eot');
    src: url('../eot/rainydays.eot') format('embedded-opentype'),
         url('../woff2/rainydays.woff2') format('woff2'),
         url('../woff/rainydays.woff') format('woff'),
         url('../ttf/rainydays.ttf') format('truetype'),
         url('../svg/rainydays.svg#rainydays') format('svg');
}


body,p,ul li{
	 font-family:'Poppins'; font-weight:400 !important; 
}
h1,h2,h3,h4,h5,h6{
	font-family:'Poppins'; font-weight:700 !important; 
}
.dev-banner {
    text-align: center;
    padding:60px 0px 0px 0;
    /*background: url(../new-images/devops/banner-clr.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:0px 50px;
	height:660px;	*/
}
/*.dev-banner img{
	width:100%;
}*/
.dev-banner-left {
    width: 40%;
    float: left;
    padding-top:135px;
    text-align: left;
}
.dev-banner-left h2 {
    font-size: 70px;
    color: #525798;
    line-height: 80px;
	/*font-family: 'rainydays' !important;*/
}
.dev-banner-left h3 {
    font-size: 35px;
    color: #525798;
    padding-right: 115px;
    line-height: 43px;
    text-transform: uppercase;
}
.dev-banner-left p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}
.get-quote-btn{
	border: none;
    background-color: #ef8b21;
    color: #fff;
	display: inline-block;
	font-family:'Poppins'; font-weight:700 !important; 
    text-decoration: none;
    font-weight: normal;
    padding: 8px 32px;
    text-transform: uppercase;
	font-size: 13px;
    border-radius: 50px;
	transition: 0.3s;
	cursor:pointer;
}
.get-quote-btn:hover{
	background-color:#f1c600;
	color:#000;
}

.dev-support {
    float: left;
    width: 100%;
    padding: 0px;
}

.dev-sup-left {
    width: 45%;
    float: left;
	padding-top:40px;
}

.dev-sup-right {
    width: 52%;
    float: right;
    text-align: right;
    padding-top: 60px;
}

.dev-sup-right h5 {
    font-size: 35px;
    color: #333;
    padding-right: 115px;
    line-height: 43px;
}

.dev-sup-right h5 span {
    color: #6c63ff;
}

.dev-sup-right p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 27px;
}

.dev-sup-left img {
    width: 100%;
}
.dev-benefits {
    float: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
        overflow: hidden;
}

.dev-head {
    text-align: center;
    width: 87%;
    margin: 0 auto;
}

.dev-head h4 {
    font-size: 35px;
    color: #333;
    margin-bottom: 20px;
}

.dev-head h4 span {
    color: #6c63ff;
}

.dev-head p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 25px;
}

.dev-sub {
    color: #5f2fa7;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 55px;
    display: inline-block;
	text-align: center;
    width: 100%;
}

.devtab {
    float: left;
    width: 20%;
    border-right: 1px solid #5f2fa7;
    padding-right: 15px;
}


.dev-tabs .tabcontent {
  float: left;
    padding: 0px 12px;
    width: 80%;
    border-left: none;
}

.devtab button {
    width: 100%;
    background: transparent;
    border: none;
    padding: 13px 10px;
    display: inline-block;
    margin: 11px 9px 0px 0px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    outline: none !important;
    font-family:'Poppins'; font-weight:700 !important; 
}

.devtab button.tablinks.active {
    border-radius: 23px;
    box-shadow: 0 19px 37px 0 rgba(0, 0, 0, 0.16);
    color: #5f2fa7;
}
.tab-cnt {
    width: 55%;
    float: left;
    padding-right: 46px;
    padding-left: 13px;
}

.tab-img {
    /*width: 51%;*/
    float: left;
    text-align: right;
    padding-top: 100px;
	position: absolute;
    right: 0;
}

.tab-img img {
    /* width: 100%; */
}

.dev-tabs h3 {
    font-size: 30px;
    color: #5f2fa7;
    margin-bottom: 14px;
     font-family: 'GothamRoundedBook';
}

.dev-tabs h3 span {
    color: #333333;
}

.dev-tabs p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}
.dev-step {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.dev-benefits:before {content: '';position: absolute;background: url(../png/bene-1.png);width: 22%;height: 26%;background-repeat: no-repeat;filter: brightness(0.7);top: 75px;left: -31px;}

.dev-benefits:after {
    content: '';
    position: absolute;
    background: url(../png/bene-2.png);
    width: 22%;
    height: 26%;
    background-repeat: no-repeat;
    filter: brightness(0.7);
    top: 11px;
    right: -24px;
}
.dev-step h5 {
    font-size: 35px;
    color: #333;
    text-align: center;
    margin-bottom: 66px;
}

.dev-step h5 span {
    color: #6c63ff;
}

.step-dev {
    margin-bottom: 52px;
    display: inline-block;
}

.step-dev .left-dev {
    width: 40%;
    float: left;
    position: relative;
    margin-top: 12em;
}

.step-dev .right-dev {
    float: left;
    width: 60%;
    text-align: right;
}

.step-dev .right-dev img {
    width: auto;
	display: inline-block;
}

span.small-let {
    font-size: 171px;
    color: #f8f8f8;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    top: -135px;
    left: -46px;
    z-index: -1;
    font-family: 'GothamRounded-Bold';
}

.step-dev  h2 {
    font-size: 35px;
    color: #6c63ff;
}

.step-dev p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.step-dev-list .step-left:nth-child(2) .left-dev {
    margin-top: 8em;
}

.step-dev h2 span {
    color: #333;
}
.step-dev.step-right .right-dev {
    text-align: left;
}

.step-dev.step-right .left-dev {
    text-align: right;
}

.step-dev.step-right .left-dev span.small-let {
    right: 0;
}
.dev-tools {
    float: left;
    width: 100%;
}

.dev-tools .dev-head {
    width: 100%;
}

.dev-tools .dev-head h6 {
    font-size: 35px;
    color: #333333;
}

.dev-tools .dev-head h6 span {
    color: #6c63ff;
}

.tooltab {
    text-align: center;
}

.tooltab button {
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 6px 18px;
    color: #000000;
    outline: none !important;
}

button.links.activ {
    border-radius: 38px;
    box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.16);
    background-color: #5f2fa7;
    color: #fff;
}

.tab-cnt-sec ul {
    padding: 0;    text-align: center;
}

.tab-cnt-sec ul li {
   list-style: none;
    float: none;
    width: 13%;
    height: 83px;
    border-radius: 20px;
    box-shadow: 0 5px 37px 0 rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    margin: 15px 19px;
}

.tab-cnt-sec ul li img {
        width: 100%;
    padding: 14px 6px;
}

.pipeline-sec {
    float: left;
    width: 100%;
    clear: both;
    margin: 66px 0 20px 0px;
}

.pipeline-sec h2 {
    color: #333333;
    font-size: 35px;
	margin-bottom: 20px;
}

.pipeline-sec h2 span {
    color: #6c63ff;
}

.news-event {
    float: left;
    width: 100%;
    background-color: #1492e6;
}

.news-event h3 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 35px 0;
}
.dev-event {
    display: inline-block;
    width: 100%;
}

.dev-event .dev-event-list {
    width: 31%;
    float: left;
    position: relative;
    margin-right: 26px;
    overflow: hidden;
}

.dev-event-list p {
    position: absolute;
    bottom: 37px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: CENTER;
    color: #fff;
    font-size: 20px;
    font-family:'Poppins'; font-weight:700 !important; 
    transition: 0.3s;
}

.dev-cnt {
    position: absolute;
    bottom: -104px;
    width: 89%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 16px 0;
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s;
}

.dev-cnt span {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 0 15px;
}

span.eve-left {
    width: 48%;
}

span.eve-right {
    width: 50%;
}

span.dev-plus {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #73a1ff;
    font-size: 35px;
    width: 60px;
    height: 38px;
    background: #fff;
    border-radius: 30px 30px 0px 0px;
    padding: 0;
}

.dev-cnt span img {
    margin-right: 8px;
}

.dev-event .dev-event-list:hover .dev-cnt {
    bottom: 0;
    transition: 0.3s;
}
.dev-event-list:hover p {
    bottom: 50%;
    font-size: 30px;
    width: 50%;
    transition: 0.3s;
}
.dev-viwe-all {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.dev-viwe-all a {
    color: #000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 3px #ffffff;
	background: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
	cursor:pointer;
}

.dev-viwe-all a:hover {
    background: #f1c600;
	border: solid 3px #f1c600;
    color: #000;
    transition: 0.3s;
}
.tab-cnt-sec {
    display: inline-block;
    margin-top: 30px;
}
.dev-event .dev-event-list:before {content: '';position: absolute;width: 100%;background: #00000052;height: 0;border-radius: 10px;-webkit-transition: 0.3s;transition: 0.3s;}

.dev-event .dev-event-list:hover:before {
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

img.new-img {
    width: 100%;
}

/*-------------------Header--------------------*/


/*.logo_wrapper img {
    filter: brightness(0) invert(1);
}*/
.menu_wrapper ul li a{
	color: #333;
}
.header-phone span a{
	color: #333 !important;
}
.header-phone span.phn.aft::before{
	top: 4px;
	background: #333;
}
/*li.project_estimates{
	border: 1px solid #5e6fd9;
	background-color: #5e6fd9;
}*/
li.project_estimates a {
    color: #333 !important;
}
/*.menu_wrapper ul li.project_estimates a img{
	filter: brightness(0) invert(1);
}*/

.menu_wrapper ul li .service_img a{
	color:#000;
}
.header_wrapper.fixed .logo_wrapper img {
    filter: inherit;
}
.header_wrapper.fixed .menu_wrapper ul li a {
    color: #333;
}
.header_wrapper.fixed li.project_estimates {
    border: none;
    background-color: #f1c600;
    color: #000;
}
.header_wrapper.fixed li.project_estimates a {
    color: #333 !important;
}
.header_wrapper.fixed .menu_wrapper ul li.project_estimates a img {
    filter: inherit;
}
.header_wrapper.fixed .header-phone span a {
    color: #333 !important;
}
.header_wrapper.fixed .header-phone span.phn i {
    color: #333;
}
.header_wrapper.fixed .header-phone span.phn.aft::before {
    top: 4px;
    background: #333;
}


/*---------------isotope-----------------*/

.dev-tools .button {
    display: inline-block;
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 6px 16px;
    color: #000000;
    outline: none !important;
}
.dev-tools .button:hover {
   border-radius: 38px;
    box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.16);
    background-color: #5f2fa7;
    color: #fff;
}

.dev-tools .button:active,
.dev-tools .button.is-checked {
      border-radius: 38px;
    box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.16);
    background-color: #5f2fa7;
    color: #fff;
}

.dev-tools .button.is-checked {
    border-radius: 38px;
    box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.16);
    background-color: #5f2fa7;
    color: #fff;
}

.dev-tools .button:active {
      border-radius: 38px;
    box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.16);
    background-color: #5f2fa7;
    color: #fff;
}



.dev-tools .element-item {
  position: relative;
  float: left;
  margin: 10px 6px;
  padding: 0px;
  width:150px;
  height:150px;
}

.dev-tools .element-item > * {
  margin: 0;
  padding: 0;
  list-style:none;
}
.dev-tools .element-item img{
	width:100%;
}
.dev-tools .grid{
	position:relative;
}
.dev-tools .grid li{
	list-style:none;
}


/*--------------------------Header----------------*/

/*--------------------------News & Events----------------*/


#excerpt{
	text-align:center;
}
section.posts {
    width: 31%;
    float: none;
    position: relative;
    margin-right: 26px;
    overflow: hidden;
	border-radius:10px;
	display:inline-block;
}
section.posts:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #00000052;
    height: 0;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	left:0px;
}
section.posts:hover:before {
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	left:0px;
}
section.posts h5 {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: CENTER;
    color: #fff;
    font-size: 14px;
    font-family:'Poppins'; font-weight:700 !important; 
    transition: 0.3s;
	background: #00000075;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0px;
}
section.posts:hover h5 {
    bottom: 50%;
    font-size: 14px;
    width: 90%;
    transition: 0.3s;
	background: none;
}
section.posts .post-content {
    position: absolute;
    bottom: -104px;
    width: 89%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s;
	text-align: center;	
}
section.posts .post-content p{
	height: 60px;
    overflow: hidden;
	font-size:13px;
	line-height: 20px;
	padding: 0px;
    margin: 0;
}
section.posts:hover .post-content a{
    color: #f1c600;
    font-weight: 600;
    font-size: 13px;
}
section.posts:hover .post-content{
    bottom: 0px;
    transition: 0.3s;
}
section.posts img {
    display: block;
    width: 100%;
	height:200px;
	border-radius:10px;
}

@media screen and (max-width:767px){
	
section.posts{
	width: 100%;
    margin-bottom: 20px;
}
.dev-tools{
	display:none;
}
	
	
}



/*--------------------------News & Events----------------*/


/*-------------------Live-devops-page----------------*/



#services {
    background: #fff !important;
    display: inline-block;
    width: 100%;
}
.our-feature-five.devops_features .text .title, .top_overal_steps h2{
	color: #6c63ff;
}
.our-feature-five.devops_features .text p, .top_overal_steps p{
	color:#000 !important;
}


@media screen and (max-width:767px){
	.dev-img img {
    width: 100%;
}
.dev-sup-left {
    width: 100%;
}
.dev-sup-left h5 {
    font-size: 28px;
    padding-right: 0;
    line-height: 34px;
}
.dev-sup-right {
    width: 100%;
    text-align: center;
    padding-top: 0;
}
.dev-head h4 {
    font-size: 28px;
}
.devtab {
    width: 100%;
    padding-right: 0;
    border: none;
}
.tab-cnt {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.dev-tabs .tabcontent {
    padding: 0px 0px;
    width: 100%;
}
.dev-tabs h3 {
    font-size: 28px;
}
.tab-img {
    width: 100%;
    text-align: center;
}

.tab-img img {
    width: 100%;
}
.dev-step h5 {
    font-size: 21px;
    margin-bottom: 26px;
}
.step-dev .left-dev {
    margin-top: 0px;    width: 100%;
}
.step-dev-list .step-left:nth-child(2) .left-dev{
	margin-top: 0px;    
}
.pipeline-sec{
	margin: 0;
}
.step-dev{
	    margin-bottom: 0;
}
.step-dev {
    width: 100%;
}
.step-dev .right-dev {
    width: 100%;
    text-align: center;
}
.step-dev .right-dev img {
    width: 100%;
}
.step-dev.step-right .left-dev {
    text-align: left;
}
.step-dev h2,.dev-tools .dev-head h2,.pipeline-sec h2,.news-event h3 {
    font-size: 22px;
}
.our-feature-five.devops_features h1{
	    line-height: 28px;
}
.awards img{
	display: inline-block;
}
.tooltab button {
    width: 100%;
    margin-bottom: 10px;
}
.tab-cnt-sec ul li {
   width: 45%;
    height: auto;
    margin: 10px 5px;
}
.tab-cnt-sec ul li img {
    width: 100%;
}
.pip-img img {
    width: 100%;
}
.dev-event .dev-event-list {
    width: 100%;
    margin-right: 0;    margin-bottom: 20px;
}
img.new-img {
    width: 100%;
}
.dev-cnt span {
    font-size: 11px;
    padding: 0 8px;
}

span.dev-plus {
    font-size: 35px;
}
.dev-benefits:before,.dev-benefits:after{
	display: none;
}

}

@media screen and (min-width: 568px) and (max-width:767px){
	.devtab button {
    width: 47%;
}
.tooltab button {
    width: 49%;
}
.tab-cnt-sec ul li {
    width: 30%;
}
.dev-event .dev-event-list {
    width: 60%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

}

@media screen and (min-width: 768px) and (max-width:1023px){
.dev-img img {
    width: 100%;
}
.dev-benefits:before,.dev-benefits:after{
	display: none;
}
.tab-img img {
    width: 100%;
}
.devtab button {
    font-size: 12px;
}
.dev-tabs p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 17px;
}
.step-dev .right-dev img {
    width: 100%;
}
.step-dev .left-dev {
    margin-top: 5em;
}
.step-dev.step-right .left-dev {
    word-break: break-word;
}
.step-dev h2 {
    font-size: 29px;
}
.tab-cnt-sec {
    display: inline-block;
    width: 100%;
}
.tab-cnt-sec ul li {
    width: 24%;
}
.pip-img img {
    width: 100%;
}
.dev-event .dev-event-list {
    margin-right: 16px;
}
.dev-cnt img {
    width: 14px;
}
.dev-cnt span {
    padding: 0 6px;
}
.dev-cnt span {
    font-size: 10px;
}
span.dev-plus {
    font-size: 35px;
}
.tab-cnt-sec ul li img {
    width: 100%;
}

span.small-let {
    font-size: 142px;
    top: -117px;
    left: -26px;
}

}

@media screen and (min-width: 1024px) and (max-width:1200px){
.dev-img img {
    width: 100%;
}
.dev-benefits:before {
    width: 28%;
    top: 18px;
    left: -21px;
}
.dev-benefits:after {
    width: 28%;
    top: 11px;
    right: 18px;
}

.tab-img img {
    width: 100%;
}
.step-dev .right-dev img {
    width: 100%;
}
.step-dev .left-dev {
    margin-top: 6em;
}
.tooltab button {
    font-size: 13px;
    padding: 6px 9px;
}
.tab-cnt-sec ul li img {
    width: 100%;
}
.tab-cnt-sec ul li {
    width: 20%;
}
.pip-img img {
    width: 100%;
}

.dev-event .dev-event-list {
    width: 31%;
    margin-right: 21px;
}
img.new-img {
    object-fit: cover;
    display: inline-block;
    width: 100%;
}
.dev-cnt span {
    font-size: 12px;
    padding: 0 9px;
}

}


/*----------------dev-benefits-section--------------*/

.dev-benefits-section{
	display:inline-block;
	padding:10px 20px 10px 0px;
	width:33%;
	vertical-align:top;
}
.dev-benefits-section:last-child{
	padding-right:0px;
}
.dev-benefits-section h3{
	color: #333333;
	font-family:'Poppins'; font-weight:700 !important; 
	font-size: 25px;
	padding-left:15px;
	position:relative;
	text-align: left;
	margin-bottom: 15px;
	line-height:36px;
}
.dev-benefits-section h3:before {
    content: '';
    position: absolute;
    width: 6px;
    background: #5f2fa7;
    height:34px;
    border-radius: 10px;
	left:0px;
}
.dev-benefits-section p {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    margin-bottom: 20px;
	text-align: left;
}
.padd-zero{
	padding-top: 0;
}

/*------------------Who-is-engineer------------------*/

.who-engineer-banner{
	background:none;
	height:auto;
	padding-bottom: 0;
}
.dev-banner-right {
    float: right;
    width: 550px;
    text-align: right;
    margin: 0 auto;
    margin-left: 28px;
	margin-top: 30px;
}
.dev-banner-right img{
	display:inline-block;
}
.engineer-left {
	margin-top: 6em !important;
}
.engineer-right{
	margin-top: 3em;
}
.step-dev .left-dev.engineer-left.engineer-text{
	width: 55%;
}
.step-dev .right-dev.engineer-right.engineer-img{
	width: 45%;
}

@media screen and (max-width:767px){

.dev-benefits-section {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    width: 100%;
    vertical-align: top;
}
.dev-banner-left{
	padding-top: 0;
	width: 100%;
}
.dev-banner{
	padding: 53px 0px 20px 0;
	height: auto;
	background:none;
}
.dev-banner-left h3{
	padding-right: 0;
    line-height: 36px;
	font-size: 28px;
}
.dev-sup-left{
	padding-top: 0;
}
.dev-support{
	padding:0px;
}
.dev-tabs{
	display:none;
}

/*------------------Who-is-engineer------------------*/

.dev-banner-right{
	width: 100%;
}
.engineer-left {
    margin-top: 2em !important;
}
.dev-benefits.engineer-benefits{
	padding: 0;
}
.dev-step.enigineer-steps{
	padding: 0;
}
.step-dev .right-dev.engineer-right.engineer-img {
    width: 100%;
}
.step-dev .left-dev.engineer-left.engineer-text {
    width: 100%;
}

}



/*------------------industry-5-0-----------------*/


.industry-banner {
    text-align: center;
    padding:60px 0px 0px 0;
    background: url(../png/banner-3.png) #180d5b;
    background-repeat: no-repeat;
	height:567px;
	background-position: top center;
}
/*.dev-banner img{
	width:100%;
}*/

.dev-banner-right.industry-right {
    float: right;
    width: 430px;
    text-align: right;
    margin: 0 auto;
    margin-left: 28px;
    margin-top: 184px;
}
.dev-banner-right.industry-right h3{
	font-size: 32px;
    color: #6c63ff;
    padding-right: 0;
    line-height: 37px;
    text-transform: unset;
    padding-bottom: 0px;
	margin-top:0px;
	margin-bottom:0px;
}
.dev-banner-right.industry-right span {
    font-size: 15px;
    color: #888888;
    line-height: 28px;
    margin-bottom: 10px;
	text-align:right;
	font-weight:bold;
}
.dev-banner-right.industry-right p {
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
	text-align:right;
}
.step-dev .right-dev.indu-left {
    float: left;
    width: 50%;
    text-align: left;
}
.step-dev .left-dev.indu-content{
	width: 50%;
    float: left;
}
.step-dev .left-dev.indu-left{
	width: 50%;
    float: left;
}
.step-dev .right-dev.indu-content {
    float: left;
    width: 50%;
    text-align: right;
}
.dev-benefits.indus-benefits{
	padding: 0;
}
.marg-30 {
    margin-top: 3em !important;
}
.marg-80 {
    margin-top: 8em !important;
}
.padd-full-zero{
	padding: 0px !important;
}
.mar-bottom-zero{
	margin-bottom: 0 !important;
}
.dev-head.ind-head{
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

/*----------------------New Changes---------------------*/

.contact-banner-text {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
	margin-top:40px;
}
.contact-text-box {
    background: #f1c60075;
    padding: 35px 100px 40px 100px;
    box-shadow: 1px 2px 15px #e4dede;
    display: inline-block;
    width: 75%;
    margin-bottom: 50px;
    text-align: left;
	position: relative;
}
.contact-text-box:before {
    position: absolute;
    content: '';
    background: url(../png/contact.png) !important;
    height: 232px;
    width: 150px;
    right: -80px;
    top: -135px;
}
.contact-text-box p {
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0px;
	font-family:'Poppins'; font-weight:400 !important; 
	padding-left: 2px;
}
.contact-text-box h3 {
    font-size:25px;
    color: #333333;
	font-family: 'Poppins' !important;
    font-weight: 700 !important;
	line-height: 35px
}
.contact-text-title{
    display: inline-block;
    width: 70%;
	vertical-align: middle;
	margin-right: 20px;
}
.contact-text-btn{
    display: inline-block;
	vertical-align: middle;
	    width: 25%;
}
.contact-text-btn a{
    border: none;
    background-color: #f1c600;
    color: #000;
	padding: 8px 25px!important;
    border-radius: 50px;
    margin-left: 10px;
	font-family:'Poppins'; font-weight:400 !important; 
	display: inline-block;
	font-weight: bold;
    box-shadow: 1px 2px 0px #8a7308;
	cursor:pointer;
}

.devops-faqs {
    float: left;
    width: 100%;
}
.devops-faqs h4 {
    color: #333333;
    font-size: 30px;
    text-align: center;
    position: relative;
}
.devops-faqs p {
    text-align: center;
    line-height: 24px;
    padding: 15px 0px 0px 0px;
}
.devops-faqs h4:after {
    content: '';
    position: absolute;
    width: 182px;
    height: 41px;
    opacity: 0.17;
    border-radius: 38px;
    background-color: #599af2;
    left: 251px;
    right: 0;
    margin: 0 auto;
}
.faq-section .card-body p {
    font-size: 14px;
    line-height: 23px;
    color: #000;
    text-align: left;
    padding: 10px 0px 10px 0px;
}
.faq-section .faq-lists li {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    color: #333;
    padding: 5px 0px 5px 25px;
    width: 100%;
    position: relative;
    margin-left: 25px;
	font-family: 'Poppins';
    font-weight: 400 !important;
}
.faq-section .faq-lists li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #1d202a;
    transform: rotate(45deg) translate(-10px,25px);
}


.contact-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
.contact-form-title h3 {
    color: #333333;
    font-size: 30px;
    text-align: center;
    position: relative;
}
.contact-form-title h3:after {
    content: '';
    position: absolute;
    width: 227px;
    height: 41px;
    opacity: 0.17;
    border-radius: 38px;
    background-color: #599af2;
    left: 637px;
    right: 0;
    margin: 0 auto;
}
.devops-faqs .card-body li {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    color: #333;
    padding: 5px 0px 5px 25px;
    width: 100%;
    position: relative;
    margin-left: 25px;
}
.devops-faqs .card-body li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #1d202a;
    transform: rotate(45deg) translate(-10px,25px);
}

.container-width {
    width: 1300px;
    position: relative;
	margin: 0 auto;
}

@media screen and (max-width:1200px){

.container-width {
    width: 100%;
    position: relative;
}	
	
}

@media screen and (max-width:767px){
	
.contact-text-box{
	padding: 15px;
	width: 100%;
}
.contact-text-title{
	margin-right: 0;
	width: 100%;
}
.contact-text-box h3{
	font-size: 21px;
}
.contact-text-box p{
	padding-bottom: 15px;
}
.contact-text-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.contact-text-box:before{
	right: -54px;
}
.devops-faqs .whole_faq .left_faq {
    width: 100%;
    float: left;
    margin-right: 0;
}
.devops-faqs .whole_faq{
	margin-top: 15px;
	margin-bottom: 0;
}
.devops-faqs h4{
	font-size: 23px;
}
.devops-faqs h4:after{
	left: 157px;
}
.devops-faqs .card-header a{
	line-height: 19px;
    font-size: 13px;
}
.devops-faqs .whole_faq .right_faq {
    width: 100%;
    float: left;
}
.devops-faqs .card-body li{
	width: auto;
}



	
}


/*-----------------Contact-form--------------*/

section.message_sect{
	width: 100%;
    float: left;
    background: url(../png/cont-bac.png) !important;
    background-repeat: no-repeat;
}
.inner_message_form .have_contact{
	margin-bottom: 50px;
}
.inner_message_form {
    width: 75%;
}
.contant_message_form_part .info_col li {
    float: left;
    width: 47%;
	padding:0px;
    padding-right: 15px;
    position: relative;
}
.whatsup-clone-form li.two_sect_contact input.form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dedede;
    color: #343434 !important;
    font-size: 14px !important;
    font-family:'Poppins'; font-weight:400 !important; 
    text-shadow: 0px 0px 0px;
    padding: 7px 0;
    outline: none !important;
	box-shadow: none;
	border-radius: 0;
	height: 39px;
	text-indent: 0;
	position:relative;
}
.whatsup-clone-form li.two_sect_contact input.form-control:after {
    content: '';
    position: absolute;
    width: 59px;
    left: 0;
    border-bottom: 2px solid #9c9c9c;
    bottom: 0;
}
.whatsup-clone-form li.one_sect_contact textarea.form-control {
    width: 100%;
    height: 100px;
    border: none;
    margin-top: 18px;
    border-bottom: 1px solid #dedede;
    outline: none !important;
    color: #343434;
    font-size: 14px;
    font-family:'Poppins'; font-weight:400 !important; 
    text-shadow: 0px 0px 0px;
    padding: 7px 0;
    resize: none;
	box-shadow: none;
	border-radius: 0;
}
textarea#comments_val {
    text-indent: 0!important;
	font-size: 14px !important;
}

input.btn.btn_send_msg {
    float: left;
    border-radius: 22px;
    background-color: #6c63ff;
    color: #fff;
    border: none;
    padding: 10px 47px;
    font-size: 14px;
    font-family:'Poppins'; font-weight:400 !important; 
}
.whatsup-clone-form .flag-container{
	height: 41px;
	width: 93px;
	border: none;
    border-radius: 0px;
	background: none !important;
	border-bottom: 1px solid #d9d9d9;
}
.selected-flag{
	background:none !important;
}
.contant_message_form_part div#g-recaptcha {
    margin-top: 0;
}


/*-----------------Contact-form--------------*/


/*-----------------Kubernetes--------------*/

.kubernetes{
	display: inline-block; 
	padding:0px;
	background:#ffffff;
}
.kubernetes .single-feature{
	margin-bottom:10px;
}
.kubernetes-head h2 {
    font-size: 35px;
    color: #333333;
	line-height: 50px;
}
.list-content{
	color: #000;
    display: inline-block;
    padding: 0;
    margin: 0;
	width:100%;
}
.list-content li{
	color: #000;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    vertical-align: top;
    width: 45%;
    margin-left: 40px;
}
.icon-box-img{
	display: inline-block;
    width: 90px;
	margin-right: 10px;
}
.list-content li label{
	color: #000;
    display: inline-block;
	width:75%;
	vertical-align: top;
	padding-top: 15px;
}
.step-dev .right-dev.kubernetes-left{
	width: 50%;
}
.step-dev .left-dev.kubernetes-right{
	width: 50%;
}
.m-tzero{
	margin-top:0px !important;
}
.m-bzero{
	margin-bottom:0px !important;
}
.pzero{
	padding:0px !important;
}
.kubernetes-banner{
	background:#326ce5;
}
.kubernetes-banner .dev-banner-left h3{
	color: #fff;
}
.kubernetes-banner .dev-banner-left h2{
	color: #fff;
}
.kubernetes-banner .dev-banner-left p{
	color: #fff;
}
.kubernetes-banner .dev-banner-right{
	margin-top: 80px;
    margin-bottom: 80px;
}
.dev-tabs.kubernetes-tab {
    display: inline-block;
    width: 100%;
}
.dev-tabs.kubernetes-tab .kubtab-title h4{
	font-size: 35px;
    color: #333;
    text-align: center;
}
.dev-tabs.kubernetes-tab .kubtab-title h4 span {
    color: #6c63ff;
}
.dev-tabs.kubernetes-tab .kubtab-title p {
    font-size: 14px;
    line-height: 27px;
    width: 90%;
    margin: 0px auto;
    text-align: center;
	margin-bottom:20px;
}
.kubernetes-tab .devtab {
    float: left;
    width: 100%;
    border-right: none;
    padding-right: 0px;
	min-height: 200px;
}
.kubernetes-tab .devtab button {
    width: 111px;
    padding: 15px 10px;
    transition: 0.5s;
    margin: 15px 0px;
}
.kubernetes-tab .devtab button .icon-box{
	display: inline-block;
    width: 100%;
}
.kubernetes-tab .devtab button .icon-box img{
	width: 85px;
	display: inline-block;
}
.kubernetes-tab .devtab button.tablinks.active{
	border-radius: 23px;
    box-shadow: 0 19px 37px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
	padding: 15px 10px;
	background-image: linear-gradient(180deg, #5f2fa7 0%, #8849e6 100%);
	transform: translateY(-15px);
}

.dev-tabs.kubernetes-tab .tabcontent {
    float: left;
    padding: 22px 0px;
    width:100%;
    border-left: none;
}
.dev-tabs.kubernetes-tab .tab-cnt {
    width: 70%;
    float: none;
    padding-right: 0;
    padding-left: 13px;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
}

.dev-banner.kubernetes-banner .dev-banner-left h2 span{
	font-size: 35px;
    color: #ffffff;
    padding-right: 115px;
    line-height: 43px;
    text-transform: uppercase;
	display:block;
	font-family:'Poppins'; font-weight:700 !important; 
}
.dev-banner.kubernetes-banner .dev-banner-left{
	padding-top: 105px;
}

.dev-banner.who-engineer-banner .dev-banner-left h2 span{
	font-size: 35px;
    color: #525798;
    padding-right: 115px;
    line-height: 43px;
    text-transform: uppercase;
	display:block;
	font-family:'Poppins'; font-weight:700 !important; 
}


#loading {
		-webkit-animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}


/*-----------------Contact Us--------------*/

.check-opt span{
	color: #343434 !important;
    font-size: 15px !important;
}
li.two_sect_contact label{
	    color: #343434 !important;
    font-size: 15px !important;
    font-family: 'Poppins';
    font-weight: 400 !important;
}
.check-opt input{
	margin-top: 6px;
}


/*-----------------Kubernetes--------------*/


@media screen and (max-width:767px){
	
.step-dev .right-dev.indu-left {
    float: left;
    width: 100%;
    text-align: left;
}
.step-dev .left-dev.indu-content {
    width: 100%;
    float: left;
}
.step-dev .left-dev.indu-left {
    width: 100%;
    float: left;
}
.step-dev .right-dev.indu-content {
    float: left;
    width: 100%;
    text-align: right;
}
.marg-80 {
    margin-top: 0em !important;
}	
.marg-30 {
    margin-top: 0em !important;
}
.dev-banner-right.industry-right{
	margin-top: 20px;
	width: 100%;
}
.industry-banner{
	height: auto;
    padding: 0;
    background:#180d5b;
}
.dev-banner-right.industry-right p{
	padding: 0px 0px 0px 25px;
	    color: #fff;
}

/*-----------------Kubernetes--------------*/

.kubernetes-banner .dev-banner-left h2{
	font-size: 35px;
	line-height: 50px;
}
.kubernetes-head h2 {
    font-size: 21px;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
}
.step-dev .right-dev.kubernetes-left {
    width: 100%;
}
.step-dev .left-dev.kubernetes-right {
    width: 100%;
}
.list-content li{
	width: 100%;
    margin-left: 0;
    text-align: center;
}
.list-content li label{
	width: 95%;
}
.kubernetes .theme-title h2 {
    font-size: 24px;
    line-height: 41px;
}
.dev-tabs.kubernetes-tab{
	display:none;
}
.dev-banner.kubernetes-banner .dev-banner-left {
    padding-top: 0;
}
.dev-banner.kubernetes-banner .dev-banner-left h2 span{
	font-size: 26px;
}

/*-----------------Kubernetes--------------*/	
}


.devops-clients{
	display: inline-block;
    width: 100%;
	margin-bottom: 60px;
}
.devops-slider .devops-img{
	display:inline-block;
	/*margin:0px 16px;*/
}
.devops-img {
    background: url(../png/client-logos-3.png);
}
.ride-share-logo {
    width: 320px;
    height: 123px;
    background-position: 0px -25px;
    display: inline-block;
}
.pdqpickup-logo {
    width: 320px;
    height: 123px;
    background-position: -316px -25px;
    display: inline-block;
}
.handypro-logo {
    width: 320px;
    height: 123px;
    background-position: -631px -25px;
    display: inline-block;
}
.evmobility-logo {
    width: 320px;
    height: 123px;
    background-position: 0px -176px;
    display: inline-block;
}
.blinkmobility-logo {
    width: 320px;
    height: 123px;
    background-position: -317px -176px;
    display: inline-block;
}
.blackmaria-logo {
    width: 320px;
    height: 123px;
    background-position: -632px -176px;
    display: inline-block;
}
.devops-clients .contact-form-title h3:after{
	width: 131px;
    height: 41px;
	top: -2px;
	left: 77px;
}