/*	Custom style for 3d wala site goes here	*/


.main-center{
    margin: auto;
    width: 60%;
}
/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/01-progress.gif') 50% 50% no-repeat rgb(249,249,249);
}*/

.blog-thumbnail{border-radius: 10px; border-width: 5px}
.robotban1 {
    width: 1%;
    height: 75px;
    border-right: 1px solid #484745;
    -ms-transform: skew(-27deg,10deg);
    -webkit-transform: skew(-27deg,10deg);
    transform: skew(-27deg,0deg);
    position: relative;
    left: 99px;
    float: left;
}

.client-holder{
    padding-left: 20%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #EDEDED;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    



@font-face {
    font-family: kgHappySolid;
    src: url(../fonts/kghappysolid.ttf);
}
@font-face {
    font-family: oriyaSangamMn;
    src: url(../fonts/oriya.ttf);
}
@font-face {
    font-family: sathu;
    src: url(../fonts/sathu.ttf);
}
@font-face {
    font-family: myriad;
    src: url(../fonts/myriad.0tf);
}

body{
	/*background-color : #f8f8f8;*/
}




/* Underline Menu From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #43BDAD;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
   display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #97969B;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.my-active a:after{content: '';width: 60px;height: 2px;background: #43BDAD;display: block;left: 50%;transform: translateX(-50%);position: relative;margin-top: 8px;}
.my-activeforservice #onlyservices:after{content: '';width: 60px;height: 2px;background: #43BDAD;display: block;left: 50%;transform: translateX(-50%);position: relative;margin-top: 8px;}



#site-logo{
	width: 70%;
    /*border: 1px solid red;*/
    float: right;
}

#header-container{
	padding:0 0 0 0;
    margin-top:-15px;
    margin-left: auto;
    margin-right: auto;
	/*overflow: -webkit-paged-x;*/
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.nav{
   
	position: absolute;
	top: 5em;
}

.nav li {
	/*padding-left: .2em;*/
	font-size: 1.5em;
}
.nav li a{
	font-family: oriyaSangamMn;
	color: #000 !important;
}
#nav-container{
	width: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    /*border: 1px solid #97969B;*/
    margin: 0 0 0 0;
    padding: 0;
 }

 .dropdown-menu li{
 	/*border: 1px solid #46B9A8;*/
	padding-left: 0 !important;
 }

 .dropdown-menu li a {
	font-family: oriyaSangamMn;
 	font-size: .6em;
 	color: #97969B !important;
 }

 .dropdown-menu > li > a:hover {
 	color: #fff !important;
    background-color: none;
    background-image: none;
}




#site-slider{
	margin-top: 100px;
}


.glyphicon-menu-left{
	margin-left: -10px;	
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
	left: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    color: #000;
}

.glyphicon-menu-right{
	margin-right: -10px;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    right: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    color: #000;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
}

.carousel-indicators li {
    background-color: #97969B;
    border: 1px solid #97969B;
}




.headname{
    margin-left: 30%;
}


#section-one{
	margin-top: 45px;margin-bottom: 30px;
}
#section-one-new{
    margin-top: 45px;margin-bottom: 30px;
}
.left-dash {
    width: 2%;
    height: 125px;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(24deg,0deg);
    border-left: 5px solid #9b9b9b;
    position: relative;
    right: -9px;
    float: left;
}

.opp-dash {
    width: 2%;
    height: 100px;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(24deg,0deg);
    border-left: 2px solid #9b9b9b;
    position: relative;
    right: -9px;
    float: left;
    margin-top: 1.5em;
}

.mydivh2{

	float: left;
	text-align: center;
}
.mydivh2 h1{
    font-size: 30px;
}

.mydivh3{
    margin-top: -1.3em;
    margin-left: 3em;
    font-family: sathu;
    text-align: center;
}
.mydivh4{
    float: left;
    text-align: center;
}
.mydivh4 h1{
    font-size: 30px;
    padding-left: 1em;
}
.mydivh4 h4{
    padding-left: 1em;
}
.mydivh5{
    float: left;
    text-align: center;
}
.mydivh5 h1{
    font-size: 30px;
    padding-left: 1em;
    color: #46B9A8;
}

.right-dash {
    width: 2%;
    height: 125px;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(24deg,0deg);
    border-right: 5px solid #9b9b9b;
    position: relative;
    right: -19px;
    float: left;
}

#process-section{
    margin: 4em 0 0 0;
    height: 500px;
    background-color: #f8f8f8;
}

#technology-section{

}

.green-left-dash{
    width: 2%;
    height: 100px;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(24deg,0deg);
    border-left: 5px solid #fbd696;
    position: relative;
    right: -9px;
    float: left;
    position: relative;
    top:10px;
}
.no-padding{
	padding: 0 !important;
}

.left-column{
    right: 0px;
    /*left: 150px;*/
    z-index: 1;
    bottom: 25px;
}
.left-column-two{
    text-align: right;
    padding-right: 50px;
    /*
    right: 0px;
    left: 250px;*/
    z-index: 1;
}

.right-column{
    right: 0px;
    left: -20px;
}
.wall{
    /*margin-right: -200px !important;*/

}
h1:before{content: '';width: 75px;height: 5px;background: #fbd696;display: block;left: 0%;position: relative;margin-bottom: 5px;}
#section-one-new h1:before{ display: none; }
.robotban h1:before{ display: none; }
#section-three-message-print{ color: #9b9b9b;font-family: sathu;bottom: 18%;text-align: left; }
#section-three-message-print h1{ text-align: left;font-size: 30px;color: #46B9A8;font-family: "sathu"; }
#section-three-message{
	color: #9b9b9b;
	font-family: sathu;
	position: absolute;
	bottom: 18%;
	text-align: left;
}
.section-three-text{
	position: relative;
	margin-top: 3em;
	font-size: 1.2em;
	font-family: oriyaSangamMN;
	/*width: 70%*/
}


.hero1 {     
    position:relative;
    /*background-color:#ededed;*/
    height:auto !important;
    width:100% !important;
    padding-bottom: 4em;
    margin-top: 3em;


}


/*.hero1:before,
.hero1:before {
    z-index: 2;
    position: absolute;
    top: -28px;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
   border-bottom: solid 50px #EDEDED;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}*/

.hero2 {     
    position:relative;
    background-color:#fff;
    height:auto !important;
    width:100% !important;
    padding-bottom: 4em;
    padding-top: 3em;


}


.hero2:before,
.hero2:before {
    z-index: 2;
    position: absolute;
    top: -28px;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
   border-bottom: solid 50px #fff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}



.tech{margin-left: 35%;}
/*small headders */
.myDivt {
    width: 2%;
    height: 80px;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(24deg,0deg);
    border-left: 5px solid #fbd696;
    position: relative;
    right: -9px;
    float: left;
}

.mydivt1{
	float: left;
	padding-left: 21px;
	padding-right: 5px;
	text-align: center;
}
.mydiv2{
    font-family: sathu;
    font-size: 2.5em;
    float: left;
    padding-left: 21px;
    padding-right: 5px;
    text-align: center;
    color: #46B9A8 !important;
}

.mydivt2 {

    width: 1%;
    height: 80px;
    border-right: 5px solid #fbd696;
    -ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(24deg,0deg);
    position: relative;
    right: -19px;
    float: left;
}

.bordered{
	padding: 1em .5em 1em .5em;
}



#thumbnail-slider {

     max-width: 100%; 
    background-color: transparent;
    box-shadow: none;
}













.robotban{
/*background-color: #e4e4e4;*/
/*background-image: url("images/to-find-about-us.png");*/
height: auto;
/*padding-left: 0;*/
}



#blog{
    height: auto;
      padding: 3em 0 3em 0;
}


/*.footer{
	height: 75px;
	background-color: #51a3b8;
}

.footer a{
    color: #191041;
    text-decoration: none;
}
.footer a:hover{
    color: #fff;
}*/
/*#footericon{
    text-align: center;
}*/









.pb-bigicon
{
    padding-top: 10px;
    font-size: 40px;
    color: #44C1B6;
}



.pad-me{
    padding: 15px;
}


/* services rapid-prototyping page */
#rapid-prototyping-container{ text-align: -webkit-center; }

.fa-circle{ color: #46B9A8;font-size: 5px;position: relative;display: block;padding: 0px 0px;top: 20px; }


#footer {background-color: #E6E7E9;color: #666;padding: 2em 2em 1em 2em;}
#footer ul li{list-style: none;}
#footer a{color: #666;}
#footer a:hover{color: #333!important;}
/*#footer a:visited{color: #333;}*/

#sitemap{padding-bottom: 2em;}
#copyrights{color: #999;text-align: center;text-transform: uppercase;}
#footericon i{ color: #46B9A8;border-color:#46B9A8; }
#legal span:last-child{ float: right; }

.nav{/*left: 25%;*/ }
#imgrobot{ height: 250px;position: absolute;left: 40%;bottom: 20%; }
#imgdownload{height: 250px;position: absolute;left: 60%;bottom: 20%;}
.mydivh3 h1{ font-size: 30px;color: #46B9A8; }
.mydivh3 h3{ color: #333;margin-top: 0px; }
#robot-content{right: 120px;bottom: 75px;}
.navbar-right .dropdown-menu{ left: 15%; }
.dropdown-menu{ min-width: 280px; }
#industries-served-container .padleft{ padding-left:4em; }
#industries-served-container img,.carousel-inner img, #site-slider img, #img-tech img{ margin-left: auto;margin-right: auto;display: block; }
#industries-served-container .img-title {
  /*display: none;*/
  color: #3AADB0;
  font-family: sathu;
  font-size: 1.3em;
  padding-top: 1em;
  text-align: center;
  /*padding-right: 2.5em;*/
}
.text-center{ color: #3AADB0;font-family: "sathu":font-size:30px; }
.text-center h1:before{ left: 35%;}
.left36 h1:before{ left: 36%;}
.left38 h1:before{ left: 38%;}
.left5 h1:before{ left: 40%;}
.left42 h1:before{ left: 42%;}
.leftsm h1:before{ left: 26%;}
/*.leftprint h1:before{ left: 26%;}*/
#industries-served-container{ padding-bottom: 4em; }
.mycontainer{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#blog img{ max-height: 240px;width: 100%;min-height: 240px; }






























































