 
 
 
 /* navbar media codes starts here*/
  @media (min-width:768px) and (max-width: 1040px) 
      { 
   .headerimg
{
width:100%;
height:400px!important;
z-index: 1;
position:relative;

 background-image: url("../images/homebanner.jpeg");
  background-size: 100% 400px;
  background-repeat: no-repeat;
  margin-top:60px;
}
   .logo
    {
   margin-top:-12px!important;
   margin-left:15px;
   max-width:140px;
   min-height:50px;


    }
	
 nav ul li a {
      display: inline-block;
     margin-right: 2px!important;
	  margin-left: 2px!important;
}
	
 
   

  }
@media screen and (max-width: 991px) {
_::-webkit-full-page-media, _:future, :root .topleft
{
display:none;
}
_::-webkit-full-page-media, _:future, :root .topleft1
{
display:none;
}
_::-webkit-full-page-media, _:future, :root .topleft2
{
display:none;
}
_::-webkit-full-page-media, _:future, :root .topleft3
{
display:none;
}
}
@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .scrol{
overflow:visible!important;
}
.scrol
{
overflow:auto !important;
}
nav ul li a.scrolls{
 color:#0B75BB !important;
  text-shadow: none!important ;
}
.scrolleds  ul li a:hover {
  color: #F37032 !important;
}
.navbar-toggle {
	border-radius: none !important;
	background: transparent !important;
	border:none!important; /* add border to the buttons */
   
	
}

.navbar-toggle:hover {
	background: transparent !important;
	
	  
}
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
	   background-color:#0B75BB!important;
	  
	   
}

.navbar-toggle.active .top1 {
	 transform: translateY(6px) rotate(45deg)!important;
}

.navbar-toggle.active .top2 {
	  background-color: transparent;
	  
	   opacity: 0!important;
}

.navbar-toggle.active .top3 {

	 transform: translateY(-6px) rotate(-45deg) !important;
}
.fixed-container {
    display: inline-block !important;
}
.menu-bg {
    background-image: url(../images/logoars.png);
    width: 100% !important;
    height: 100px!important;
	background-size:50% 80px;
    background-repeat: no-repeat;
	
   
}
.menu-footer {
    position: relative;
    bottom: -20px;
    float:bottom;
    margin-bottom: 30px;
}

#social1 {
  margin: 20px 10px;
  text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none!important;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
}



.mobnav
{
margin-top:18%;
display:block!important;
}
   .side-collapse-container{
              width:100%;
              position:relative;
              right:0;
              transition:left .4s;
          }
          .side-collapse-container.out{
              right:200px;
          }
          .side-collapse {
              top:90px;
              bottom:0;
              right:0;
              width:100%;
              position:fixed;
              overflow:hidden;
              transition:width .4s;
          }
          .side-collapse.in {
              width:0;
          }
		.navbar-nav {
           margin-top:20px;
      display: inline-block;
      outline: none;
      color:0B75BB!important;
     	float:none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  width: 100%!important;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.6px;
      font-weight: 600;
	   text-decoration: none!important;
	  
        
	   
     }
.navbar {
      margin-bottom: 0;
      background-color:white!important;
      border: 0;
      font-size: 13px !important;
	  height:90px;
      letter-spacing: 3px;
	  font-weight: bold;
	  text-align:left;
	   
  }
.topleft {
 background-image: url("../images/whiteborder.png");
  position: absolute;
  top: 35px!important;
  left: 0px;
   background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

.fromCenter a:after {
  display:none!important;
  content: '';
  width:150px!important;
  margin-left:25%!important;
  padding-top:5px;
  border-bottom: solid 3px #F37032;  
  transform: scaleX(0);  
  transition: transform 800ms ease-in-out;
}

	.logo
     {
    margin-top:-8px!important;
    margin-left:20px; 
    max-width:140px;
    min-height:60px;

     }
	
	 nav ul li a {
      display: inline-block;
     margin-right: 8px;
	  margin-left: 8px;
	  float: none;
            width: 100%;
            text-align: center;
		  color: #0B75BB!important;	
} 
nav ul li a:hover
{
 color: #F37032 !important;
}  
  .headerimg
{
width:100%;
height:250px!important;
z-index: 1;
position:relative;
 background-image: url("../images/homebanner.jpeg");
  background-size: 100% 300px;
  background-repeat: no-repeat;
  margin-top:60px;
}

.topleft2 {
 background-image: url("../images/whiteborder.png");
  position: absolute;
  top: 10px!important;
  left: 0px;
   background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}
.topleft1
  {
background-image: url("../images/whiteborder.png");
  position: absolute;
  top: 90px!important;
  left: 0px;
   background-size: 100%;
  background-repeat: no-repeat;
  height: 6%;
  width: 100%;
  z-index:2;
  }
  
}



/* navbar media codes ends here*/




/*fotter media codes starts here */



@media screen and (max-width: 900px) {
.addresscontent1
{
padding:3px!important;
background-color:rgba(70, 129,200,1);
margin-top:10px;
}

}
@media only screen and (max-width: 1250px) {
.foothead
{
  color: white;
  font-size:30px;
  padding-left:0%!important;
  padding-top:0%!important;
  
  text-shadow: 2px 2px 4px #000000;
}
 .pt2 { 
padding-top:0px!important;
 margin-bottom:15px!important;
 }
.fotterbg
{
background-image:none;
   background-color:#0B75BB;
   background-size: 100%;
  background-repeat: no-repeat;
}
.fotterbgcolor
{
background-color:#4681C8;
margin-top:-35px!important;
padding:15px;
margin-bottom:0px;
}
.address1
{
padding:5px;
font-size:15px;
}

.addresscontent1
{
padding:15px;
background-color:rgba(70, 129,200,1);
margin-top:10px;
}
.flag
{
float:right;
height:30px;
width:50px;
}

}
@media screen and (max-width: 767px) {
.careerspecimg
 {
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%!important;
 
 }
  .careerspecimg1
 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%!important;
  margin-top:0px!important;
 
 }
  .clearfix
{
float:none!important;
padding-top:0px!important;
text-align:center;
}
.top-social-links
{
text-align:center;
padding-top:5px;
}
 .fotterbgcolor
{
background-color:#4681C8;
margin-top:15px!important;
padding:15px;
margin-bottom:0px;
}
.head
{
 font-weight: bold;
 margin-left:0px;
 margin-top:25px;
 font-size:16px!important;
 text-transform:uppercase!important;
 text-shadow: 0px 0px 0px #000000;
}
.footer1 { 
margin:3px ;
 list-style-type:none ; 
 padding:0px 0px 10px 10px !important;
   text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1.2px;
      font-weight: 550; 
	  
	  
}
.mobfot {
    padding-top: 30px;
    padding-left: 0px!important;
    padding-right: 0px!important;
	}
.padding-left
{
padding-top:8px;
padding-left:15px;
}

}

/*fotter media codes ends here */



/*about us media codes starts here */


@media (min-width:992px) and (max-width: 1200px){
.product-content
{
margin-top:-70px!important;
margin-bottom:10px;
 background-image: url("../images/homelatestworkbg.png");
  background-size: 100% 280px;
  background-repeat: no-repeat;
   z-index:1;
    padding: 36px;
    
	height:270px;
}
.post-slide {
    margin: -70px -54px 70px 24px !important;
    position: relative;
    background: #FFF;
	overflow:hidden;
}
.post-slide .post-content1 {
    padding: 36px;
    background-color: #0B75BB;
	height:auto!important;
	
}
.post-content .pavi1 {
  position: absolute;
  bottom: 310px!important;
   border-bottom: 51px solid #F5F5F6!important;
    border-left: 416px solid transparent!important;
  width: 100%;
  margin-left:-68px;
}
.post-content .pavi {
  position: absolute;
  bottom: 267px!important;
   border-top: 50px solid #F5F5F6!important;
    border-left: 430px solid transparent!important;
  width: 100%;
  padding-top: 43px;
  margin-left:-86px;
  z-index:1;
}
 
 .post-slide .post-content {
    padding: 25px!important;
    background-color: #F5F5F6;
	height:312px!important;
	 
}
.post-slide .post-title1 a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
	display:none;
}
.post-slide .read-more1:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #FF8B3D;
    transition: all 0.30s ease;
	
}
.post-slide .post-title2 {
    margin: -10px 0px 20px 0px ;
	display:block;
}
.post-slide .post-title2 a {
    font-size: 30px;
    font-weight: bold;
    color: #FFf;
    display: inline-block;
    transition: all 0.3s ease 0s;
	line-height:40px;
	display:block;
	padding-left:40%;
}
.post-slide .post-title2 a:hover {
    text-decoration: none;
    color: #FF8B3D;
}
.post-slide .post-description1 {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    padding: 2px 0px 10px 0px !important;
}
.post-slide .list{
	font-size: 16px;
	line-height: 2;
	color: #fff; 
	padding: 0px 0px 10px 15px !important;
}
}

@media (min-width:768px) and (max-width: 991px){
.post-slide {
    margin: -70px -54px 60px 24px !important;
    position: relative;
    background: #FFF;
	overflow:hidden;
}
.product-content
{
margin-top:-70px!important;
margin-bottom:10px;
 background-image: url("../images/homelatestworkbg.png");
  background-size: 100% 310px;
  background-repeat: no-repeat;
   z-index:1;
    padding: 36px;
    
	height:300px;
}
.post-slide .post-content1 {
    padding: 35px;
    background-color: #0B75BB;
	height:672px!important;
}
.post-content .pavi1 {
  position: absolute;
  bottom: 310px!important;
   border-bottom: 54px solid #F5F5F6!important;
    border-left: 530px solid transparent!important;
  width: 100%;
  margin-left:-91px!important;
}
.post-content .pavi {
  position: absolute;
  bottom: 260px!important;
   border-top: 55px solid #F5F5F6!important;
    border-left: 560px solid transparent!important;
  width: 100%;
  padding-top: 47px!important;
  margin-left:-127px!important;
  z-index:1;
}
 
 .post-slide .post-content {
    padding: 25px!important;
    background-color: #F5F5F6;
	height:312px!important;
	 
}
.post-slide .post-description1 {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    padding: 1px 0px 10px 0px !important;
	/*padding-bottom:60px !important;*/
}
.post-slide .list{
	font-size: 17px;
	line-height: 1.5;
	color: #fff; 
	padding: 1px 0px 10px 15px !important;
	padding-bottom:60px !important;
}
}

@media only screen and (max-width: 767px) {

.post-slide .post-img img {
    width: 100%;
    height:100%!important;
	  

}

.post-slide {
    margin: -70px 5px 0px 0px!important;
    position: relative;
    background: #FFF;
	margin-bottom:70px !important;
	
}
 .pt3
{
padding-right:29px!important;
padding-left:30px!important;
}
.pt
{
padding-right:25px!important;
padding-left:30px!important;
}
.post-slide .post-content1 {
    padding: 15px !important;
    background-color: #0B75BB;
	height:auto !important;
	 margin-bottom: 0px!important;
}
.post-content .pavi1 {
  position: relative;
  bottom: 0px !important;
   border-bottom: 0px solid #F5F5F6 !important;
    border-left: 0px solid transparent !important;
  width: 100%;
  margin-left:0px !important;
}
.post-content .pavi {
  position: relative;
  bottom: 0px !important;
   border-top: 0px solid #F5F5F6 !important;
    border-left: 0px solid transparent!important ;
  width: 100%;
  padding-top: 0px !important;
  margin-left:0px !important;
  z-index:0 !important;
}
 
 .post-slide .post-content {
    padding: 35px!important;
    background-color: #F5F5F6;
	height:auto!important;
	 
}
.post-slide .post-img img {
    width: 100%!important;
   height:400px!important ;
	  

}
.post-slide .post-title1 a {
    font-size: 22px;
    font-weight: bold;
    color: #FF8B3D;
    display: inline-block;
    transition: all 0.3s ease 0s;
	padding-left:32%;
	display:none;
}
.computer
{
display:none!important;
}
.mobile
{
display:block!important;
}
.post-slide .post-title2 {
    margin: 0px 0px -30px 0px!important;
	display:block;
}
.post-slide .post-title2 a {
    font-size: 25px;
    font-weight: bold;
    color: #FFf;
    display: inline-block;
    transition: all 0.3s ease 0s;
	line-height:40px;
	display:block;
	text-align:center;

}
.button {
  border-radius: 4px;
  background-color: transperent;
  border: 1px solid #FFf;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}

.post-slide .post-title2 a:hover {
    text-decoration: none;
    color: #FF8B3D;
}
.post-slide .post-description1 {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding: 0px 20px 0px 20px !important;
	/*font-weight:500!important;*/
	
}

.post-slide .list{
	font-size: 18px;
	line-height: 1.5;
	color: #fff; 
	padding: 0px 0px 10px 35px !important;
	/*font-weight:500!important;*/
}

}
@media (min-width: 1400px) and (max-width: 1680px){
  
 .post-content .pavi1 {
  position: absolute;
  bottom: 309px;
   border-bottom: 55px solid #F5F5F6;
    border-left: 600px solid transparent;
  width: 100%;
  margin-left:-175px;
}
.post-content .pavi {
  position: absolute;
  bottom: 271px;
   border-top: 42px solid #F5F5F6;
    border-left: 470px solid transparent;
  width: 100%;
  padding-top: 47px;
  margin-left:-89px;
  z-index:1;
}
  .welcomegif
{

position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%!important;

}
.welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%!important;
margin-top:30px;
}
.wcontent
{
  /*font-weight: 550;*/ 
  font-size: 15px;
      letter-spacing: 1.5px;
	  padding:40px;
	  margin:-8px;
	  color:#FFFFFF;
	  line-height:2.5!important;
       
}
.post-slide .post-description1 {
    font-size: 17px;
    line-height: 2 !important;
    color: #fff;
    padding: 15px 0 0px 0;
	/*padding-bottom:15px;*/
	/*font-weight:550;*/
	 letter-spacing: 1px;
}
.post-slide .list{
	font-size: 17px;
	line-height: 2 !important;
	color: #fff; 
	padding: 0px 0 0px 15px;
	padding-bottom:15px;
	/*font-weight: 550; */
	letter-spacing: 1px; 
	list-style-type: disc;
}
}
@media (min-width: 1681px) {
.post-content .pavi1 {
  position: absolute;
  bottom: 309px;
   border-bottom: 55px solid #F5F5F6;
    border-left: 620px solid transparent;
  width: 100%;
  margin-left:-175px;
}
.post-content .pavi {
  position: absolute;
  bottom: 271px;
   border-top: 42px solid #F5F5F6;
    border-left: 510px solid transparent;
  width: 100%;
  padding-top: 47px;
  margin-left:-89px;
  z-index:1;
}
  .welcomegif
{

position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%!important;

}
.welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%!important;
margin-top:30px;
}
.wcontent
{
  /*font-weight: 550; */
  font-size: 15px;
      letter-spacing: 1.5px;
	  padding:40px;
	  margin:-8px;
	  color:#FFFFFF;
	  line-height:2.5!important;
       
}
.post-slide .post-description1 {
    font-size: 17px;
    line-height: 2!important;
    color: #fff;
    padding: 15px 0 0px 0;
	/*padding-bottom:15px;*/
	/*font-weight:550;*/
	  letter-spacing: 1px;
}
.post-slide .list{
	font-size: 17px;
	line-height: 2 !important;
	color: #fff; 
	padding: 15px 0 0px 0;
	padding-bottom:15px;
	/*font-weight: 550; */
	letter-spacing: 1px; 
	list-style-type: disc;
}
}
/*about us media codes ends here */




/*product codes starts here */
@media only screen and (max-width: 400px) 
{
	.product-content2
{
padding-right:20px;
padding-top:65px;
}

.product-content
{
margin-top:-70px!important;
margin-bottom:-20px;
 background-image: url("../images/homelatestworkbg.png");
  background-size: 100% 550px!important;
  background-repeat: no-repeat;
   z-index:1;
    padding: 15px;
    
	height:540px;
}
.product3
{
margin-bottom:5px;
margin-top:-70px;
 background-image: url("../images/homeproductbgmob.png");
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
   z-index:1;
    text-align:center;
    padding-top:25px !important;
	height:auto !important;
	display:block!important;
}
}
@media  (min-width:401px) and (max-width: 550px) {
.porduct-description
{
 font-size: 14px;
    line-height: 22px;
    color:#333333;
    padding: 0 10 10px 10;
	/* font-weight: 550;*/
	 
	
}

.product-content
{
margin-top:-70px!important;
margin-bottom:-3px;
 background-image: url("../images/homelatestworkbg.png");
  background-size: 100% 465px!important;
  background-repeat: no-repeat;
   z-index:1;
    padding: 15px;
    
	height:450px;
}
.contenttitle
{
margin-top:10px!important;
 padding-bottom: 15px!important;
 text-transform:uppercase;
}
.product-content2
{
padding-right:0px!important;
padding-top:0px!important;
padding:5px!important;
margin-top:25px;
}
}
@media (min-width:551px) and (max-width: 767px) {
.product-content2
{
padding-right:0px!important;
padding-top:0px!important;
padding:5px!important;
}
.porduct-description
{
 font-size: 14px;
    line-height: 22px;
    color:#333333;
    padding: 0 10 10px 10;
	/* font-weight: 550;*/
	 
	
}
.phone
{
min-width:470px;
min-height:300px ;
margin-top:-25px;
margin-left:15px!important;
}
.product-content
{
margin-top:-70px!important;
margin-bottom:10px;
 background-image: url("../images/homelatestworkbg.png");
  background-size: 100% 352px!important;
  background-repeat: no-repeat;
   z-index:1;
    padding: 15px;
    
	height:340px;
}
.contenttitle
{
margin-top:10px!important;
 padding-bottom: 15px!important;
 text-transform:uppercase;
}

}


@media (min-width:992px) and (max-width: 1200px){

.lap
{


position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%!important;

}
.product-indicator
{
bottom:-20px;
}
.product-content2
{
padding-right:5px!important;
padding-top:45px!important;
}
}

@media (min-width:768px) and (max-width: 991px){
.product-font
{
font-size: 15px;
    line-height: 22px;
    color:#fff;
    padding: 0 30 10px 30!important;
	 /*font-weight: 550;*/

}
.product-title2 {
    font-size: 30px;
    font-weight: bold;
	text-transform:uppercase;
    color: #FFf;
	line-height:40px;
	padding-left:0px!important;

}
.lap
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%!important;
  
}
.product2
{
display:none!important;
}
.product3
{
margin-bottom:5px;
margin-top:-48px;
 background-image: url("../images/homeproductbgmob.png");
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
   z-index:1;
    text-align:center;
    padding-top:25px !important;
	height:auto !important;
	display:block!important;
}

.product-content2
{
padding-right:0px!important;
padding-top:0px!important;
padding:5px!important;
}
.slick-slide {
    margin: 10px 5px;
	height:120px;
}
}

@media only screen and (max-width: 767px) {
.bgsample
{
padding:10px;
padding-left:20px!important;
}
.lap
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%!important;
}

.product-indicator
{
bottom:-5px;
}
.product2
{
display:none!important;
}
.product3
{
margin-bottom:3px;
margin-top:-48px;
 background-image: url("../images/homeproductbgmob.png");
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
   z-index:1;
    text-align:center;
    padding-top:25px !important;
	height:auto !important;
	display:block!important;
}

.slick-slide {
    margin: 10px 5px;
	height:110px;
}
.product-font
{
font-size: 15px;
    line-height: 22px;
    color:#fff;
    padding: 0 20 10px 20!important;
	/* font-weight: 550;*/

}
.product-title2 {
    font-size: 25px!important;
    font-weight: bold;
	text-transform:uppercase;
    color: #FFf;
	line-height:40px;
	padding-left:0px!important;

}
}


/*product codes ends here */

/*contact us codes starts here */ 
	
@media screen and (max-width: 767px) {
 
.wcontent
{
  /*font-weight: 500!important; */
  }
.tech
{
font-size:25px!important;
}
.contenttitle
{
font-size:25px!important;
}
.welcometitle
{
font-size:25px!important;
margin-top:30px;
color:#0B75BB;
text-transform:uppercase;
font-weight: bold;
}

    .contactform:hover .user-icon {
        display: none;
    }

   .contactform.message {
        display: none;
    }

    .contactform form {
        padding-top: 15px;
    }
    .contactform{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
    }
	.contactform {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -364px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	display:none!important;
}
.mob-location-color{
	background-color:#0C76BC;
	padding:10px;
	margin-top:-15px!important;
}
}


/*contact us codes ends here */



/*welcome codes starts here */

@media (min-width:992px) and (max-width: 1190px)
 {
.bgsample
{
padding:15px;
padding-left:20px!important;
}
 .welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%!important;
margin-top:80px!important;
}
}
@media (min-width:768px) and (max-width: 991px)
 {
   .headerimg3
{
width:100%;
height:200px!important;
z-index: 1;
position:relative;
 background-image: url("../images/productbanner.png");
  background-size: 100% 200px!important;
  background-repeat: no-repeat;
  margin-top:85px!important;
}
 .headerimg4
{
width:100%;
height:200px!important;
z-index: 1;
position:relative;
 background-image: url("../images/services-banner.png");
  background-size: 100% 200px!important;
  background-repeat: no-repeat;
  margin-top:85px!important;
}
 .careerspecimg
 {
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%!important;
 
 }
  .careerspecimg1
 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%!important;
  margin-top:0px!important;
 
 }
 .bgsample
{
padding:15px;
padding-left:20px!important;
}
 .wcontent
{
  font-size: 15px;
      letter-spacing: 1.5px;
	  padding:45px!important;
	  margin:10px!important;
	  color:#FFFFFF;
        line-height:2.5!important;
}
.welcometitle1
{
margin-top:60px!important;
color:#0B75BB;
text-transform:uppercase;
}
 .welcomecontent
{
padding:10px;
 background-image: url("../images/homewelcomebg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
.welcomecontent2
{
padding:10px;
 background-image: url("../images/homewelcomebgmob.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:block!important;
}
 .welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%!important;
margin-top:155px!important;
}
.welcomecontent3
{
padding:10px;
 background-image: url("../images/homewelcomebgmob2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
}

@media (min-width:616px) and (max-width: 767px){

 .wcontent
{
  font-size: 15px;
      letter-spacing: 1.5px;
	  padding:40px;
	  margin:10px!important;
	  color:#FFFFFF;
        line-height:2.3!important;
}
.welcometitle1
{
margin-top:50px!important;
color:#0B75BB;
text-transform:uppercase;
}
.welcomecontent3
{
padding:10px;
 background-image: url("../images/homewelcomebgmob2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
 .welcomecontent
{
padding:10px;
 background-image: url("../images/homewelcomebg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
.welcomecontent2
{
padding:10px;
 background-image: url("../images/homewelcomebgmob.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:block!important;
}
 .welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%!important;
margin-top:140px!important;
}
}


@media (min-width:501px) and (max-width: 615px) {
 .wcontent
{
  font-size: 15px;
      letter-spacing: 1px;
	  padding:5px;
	  margin:10px!important;
	  color:#FFFFFF;
        line-height:2.5!important;
}
.welcometitle1
{
padding:8px!important;
margin-top:60px!important;
margin-bottom:25px;
color:#0B75BB;
text-transform:uppercase;
line-height:1.5;
}
.welcomecontent3
{
padding:10px;
 background-image: url("../images/homewelcomebgmob2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:block!important;
}
 .welcomecontent
{
padding:10px;
 background-image: url("../images/homewelcomebg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
.welcomecontent2
{
padding:10px;
 background-image: url("../images/homewelcomebgmob.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
 .welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%!important;
margin-top:250px!important;
}
}
@media only screen and (max-width: 500px) {
.wcontent
{
  font-size: 15px;
      letter-spacing: 0.5px;
	  padding:15px;
	  margin:-8px!important;
	  color:#FFFFFF;
	  line-height:2!important;
       
}
.welcometitle1
{
margin-top:60px!important;
color:#0B75BB;
text-transform:uppercase;
}
.welcomecontent3
{
padding:10px;
 background-image: url("../images/homewelcomebgmob2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:block!important;
}
 .welcomecontent
{
padding:10px;
 background-image: url("../images/homewelcomebg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
.welcomecontent2
{
padding:10px;
 background-image: url("../images/homewelcomebgmob.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
position:relative;
z-index:2;
display:none!important;
}
 .welcomerightimg
{
position:relative;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%!important;
margin-top:175px!important;
}
}




/*welcome codes ends here */


/*career codes starts here */
@media (min-width:992px) and (max-width:1180px){
.col-3{float: left; width: 41%; margin-top: 20px ;margin-bottom:10px;margin-left:30px;margin-right:8px; position: relative;}
.col-6{float: left; width: 90%; margin-top: 20px ;margin-bottom:10px;margin-left:33px;margin-right:10px; position: relative;} 
}
@media only screen and (max-width: 991px) {
.dump
 {
 height:0px!important;
 }
 
.topleft3 {
 background-image: url("../images/whiteborder.png");
  position: absolute;
  top: 8px!important;
  left: 0px;
   background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

.headerimg1
{
width:100%;
height:200px!important;
z-index: 1;
position:relative;
 background-image: url("../images/careerbanner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top:85px;
  display:none!important;
}
.headerimgmob
{
display:block!important;
width:100%;
height:200px!important;
z-index: 1;
position:relative;
 background-image: url("../images/careerbannermob.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top:85px;
}
.btn-primary
 {
     -webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
    box-shadow: none!important;
 }
.careerbtn
{
border:none!important;
float:right;
margin-top:25px;
display:block!important;
}
.carrer-form
{
display:none!important;
}
:focus{outline: none;}

.effect-17{border: 0;width:100%; padding: 4px 0; border-bottom: 1px solid #FFFF!important; background-color: transparent;}
.effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -16px; font-size: 13px; color: #bcfff3; transition: 0.3s;}
.effect-17 ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color:#bcfff3; transition: 0.4s;}
.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}
.effect-17 ~ label{position: absolute; left: 0; width: 100%; top: 2px; color: #fff; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.carrer-form input[type="text"]{ color: #FFFFFF; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
.carrer-form textarea{ color: #FFFFFF; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
.modal-header{border-bottom:none!important; overflow: hidden;
	}
 .modal-footer{ border-top:none!important;
 }
 .modal-content{
color:#FFFFFF;
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #35546f  0%, #35546f  100%);
  background: linear-gradient(to bottom right, #35546f 0%, #35546f 100%);
 }
 
 .close {
 z-index: 2;
 
    position: relative;
    right:10px;
	top:10px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
     color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1.2;
}
 .mobcheader
 {
 height:125px;
   
   background-image: url("../images/careerformtitleimg.png");  
  background-size: 100% 160px;
  background-repeat: no-repeat;
 }
 .mobc
 {
  display:block !important;
 }
 
 .pt8
 {
 margin-left:5px!important;
margin-right:5px!important;
 }
  .tab
	{
	display:block!important;
	}
	.pc
	{
	display:none!important;
	}
	.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  z-index: 0;
  overflow:hidden;
}
}
@media (min-width:601px) and (max-width:991px){
.col-3{float: left; width: 90%; margin-top: 20px ;margin-bottom:10px;margin-left:30px;margin-right:10px; position: relative;}
.col-6{float: left; width: 90%; margin-top: 20px ;margin-bottom:10px;margin-left:33px;margin-right:10px; position: relative;} 
}
@media only screen and (max-width: 600px) {
.col-3{float: left; width: 85%; margin-top: 20px ;margin-bottom:10px;margin-left:30px;margin-right:10px; position: relative;}
.col-6{float: left; width: 85%; margin-top: 20px ;margin-bottom:10px;margin-left:33px;margin-right:10px; position: relative;}  
}
/*career codes ends here */

/*CONTACT US CODE STARTS*/
/*MAP Section CODE STARTS*/
@media (max-width: 992px){
	.mob-map-content{
		    margin-top: 168px;
    position: absolute;
    z-index: 1;
    padding-left: 3px;
    display: block!important;
	}
	
.map-section {
 display:none!important;
  }
  .mob-map-section{
	  background-color:white;
  }
  .map-section .slider-bullets li:nth-child(1) {
    top: 0%;
    left:0%;
}
      .map-section .slider-bullets li:nth-child(2) {
     top: 0%;
    right: 0%;
}
 .map-section .slider-bullets li img {
          max-width: 250px; 
		      padding-top: 68px;}
}

@media (max-width: 992px) {
        .map-section .slider-bullets li img {
          max-width: 40px; } }
		  @media (max-width: 767px) {
      .map-section .slider-bullets {
        min-height: 500px; } }

		 @media (max-width: 767px) {
    .socialconnect {
      padding:0px; } }
	  
	  
      @media (max-width: 767px) {
        .socialconnect .featurelist > li {
          font-size: 16px;
          line-height: 26px; } }



@media all and (min-width: 860px) {
		#content {
				width: 70%;
				margin: 0 auto;
		}
}
 
 /*MAP Section CODE ENDS HERE*/
@media (max-width: 550px){
h1.title {
    color: white;
    font-size: 30px;
    display: inline;
    font-weight: 500;
}
}
@media (min-width:501px) and  (max-width: 991px){
.contact-large-address{
	display:none !important;
}
.contact-mob-address{
	display:block !important;
}
.well-contact{
    padding: 45px;
	padding-bottom: 25px;
	
	    margin-top: -1070px!important;
}
.contact-us-image{
	
	
	padding-right: 0px;
    padding-left: 0px;
    background: url(../images/contactform-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1010px!important;

    width: 100%;
    position: relative;
	
}
}
@media only screen and (max-width: 500px) {
.contact-large-address{
	display:none !important;
}
.contact-mob-address{
	display:block !important;
}
.well-contact{
    padding: 45px;
	padding-bottom: 25px;
	
	    margin-top: -1370px!important;
}
.contact-us-image{
	

	
	padding-right: 0px;
    padding-left: 0px;
    background: url(../images/contactform-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1310px!important;

    width: 100%;
    position: relative;
	
}
}

@media (min-width:992px) and (max-width:1165px){
	.pfs p{
		font-size:12px;
	}
	.contact-inside {
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    margin-top: -80px;
}
.pfs h4{
	font-size:15px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
}
@media (min-width:900px) and (max-width:991px){
	.pfs p{
		font-size:14px;
	}
	.contact-inside {
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    margin-top: -80px;
}
.alc{
	padding-left:75px;
}
}

@media (min-width:800px) and (max-width:899px){
	.pfs p{
		font-size:14px;
	}
	.contact-inside {
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    margin-top: -80px;
}
.alc{
	padding-left:75px;
}
}
@media (min-width:768px) and (max-width:799px){
	.pfs p{
		font-size:14px;
	}
	.contact-inside {
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    margin-top: -80px;
}
.alc{
	padding-left:75px;
}
}

@media (min-width:600px) and (max-width:767px){
	.pfs p{
		font-size:14px;
	}
	.contact-inside {
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    margin-top: -80px;
}
.well-contact {
    padding: 35px;
    padding-bottom: 25px;
}
.alc{
	padding-left:75px;
}
}
@media(max-width:599px){
	.pfs p{
		font-size:13px;
	}
	.contact-inside {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    margin-top: -80px;
}
.well-contact {
    /*padding: 15px;*/
    padding-bottom: 25px;
}
.pfs h4{
	font-size:17px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
}
@media (min-width:993px) and (max-width:1080px){
.map-section {
  background: url("../images/contact-map.png") no-repeat;
  background-size: 100% 350px!important;
  height:350px !important;
  }
  .map-section .slider-bullets li:nth-child(1) {
    top: 35%;
    left: 40.8%;
}
.map-section .slider-bullets li:nth-child(2) {
    top: 39.6%;
    right: 37.6%;
}
}
@media (min-width:1081px) and (max-width:1499px){
	.map-section .slider-bullets li:nth-child(1) {
      top: 37.8%;
    left: 41.8%;
}
}
@media (min-width: 1500px) and (max-width: 1680px)
{
	.map-section .slider-bullets li:nth-child(1) {
       top: 37%;
    left: 42.8%;
}
      .map-section .slider-bullets li:nth-child(2) {
    top: 42%;
    right: 39.1%;
}
}
@media only screen and (max-width: 991px){
.topreduce
{
padding-top:0px!important;
}
		.ddk2{
		display:block;
  width: 100%;
    height: 200px;
    position: relative;
    background-image: url(../images/contact-banner-s.png);
    background-size: 100% 200px;
    background-repeat: no-repeat;
    margin-top: 85px;
    overflow: hidden;
}
.ddk1{
	display:none;
}

}

/*CONTACT US CODES ENDS HERE*/
 
 
 @media only screen and (max-width: 767px){


.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 5%!important;
	top: 40%;
	 background: url(../images/ios-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position:center;
	-webkit-transf: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	 -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 15%!important;
	top: 30%;
	 background: url(../images/androidios.png);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position:center;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%!important;
	top: 50%;
	 background: url(../images/jquery.png);
    background-repeat: no-repeat;
    background-size: 80%;
	background-position:center;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 45%!important;
	top: 90%;
	 background: url(../images/hexphp.png);
    background-repeat: no-repeat;
    background-size: 80%;
	background-position:center;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	 -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 55%!important;
	top: 70%;
	 background: url(../images/dotnet.png);
    background-repeat: no-repeat;
    background-size: 70%;
	background-position:center;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 65%!important;
	top: 80%;
	 background: url(../images/word.png);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position:center;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	 -webkit-animation-delay: 6s;
          animation-delay: 6s;
	
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 75%!important;
	top: 75%;
	 background: url(../images/joomlas.png);
    background-repeat: no-repeat;
    background-size: 80%;
	background-position:center;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	 -webkit-animation-delay: 8s;
          animation-delay: 8s;
	
}





/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 130px!Important;
	position: absolute;
	width: 130px!Important;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 100px!Important;
	left: 10px;
	position: absolute;
	width: 100px!Important;
}
@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -50%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -50%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -50%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:15px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:15px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:15px;
    }
}

}





/*Product US CODES STARTS HERE8*/



 @media only screen and (max-width: 1050px){
 
 .pt5
{
padding-right:0px !important;
padding-left:0px !important;

}
  .description ,.description1,.description2 ,.description3,.description4{
    display:flex;
    flex-direction: column;
   
    }
  .description__image,.description__image1{
      padding: 1.5em;
	  }
	  
      .description h1,.description1 h1,.description2 h1,.description3 h1,.description4 h1{
      text-transform: capitalize;
      font-size: 2.5rem;
      margin-bottom: 0.7rem!important;
	  padding:10px!important;
    }
    
    .description p,.description1 p,.description2 p,.description3 p,.description4 p{
      font-size: 1.2rem;
      margin-bottom: 1em!important;
	  padding:10px!important;
    }
    
  
    .description__text{
      padding: 1.5em;
    }
	.description__text1{
      padding: 1.5em;
    }
    .description__text-content{
      max-width: 600px;
      margin: 0px!important;
      margin-bottom: 3em;
	    padding: 1.5em!important;
      
    }
  .description__text-content1{
      max-width: 600px;
      margin: 0px!important;
      margin-bottom: 3em;
         padding: 1.5em!important;
    }

  
}



@media  (min-width: 992px) and (max-width: 1200px){
.topreduce
{
padding-top:0px!important;
}
.hide{
display:block!important;
}
.hide1{
display:none!important;
}
.leftimgbg
{
 width: 280px;
  height: 75%;
 background-image: -webkit-linear-gradient(left, #6bbdff, #6c5ad4);
      background-image: linear-gradient(90deg, #0b75bb, #0b75bb);
  position: relative;
  z-index: 1;
 left: 15px;
    top: -50px;
 
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 1;
}
.leftimgbg img
{
 width: 100%;
  height: 100%;
 padding:10px;
}
.box {
  position: relative;
 margin-top:-110px;
  margin-bottom:70px;
  float:right;
z-index:2;
  background-image: -webkit-linear-gradient(left, #292b2a, #222222);
  background-image: linear-gradient(90deg, #292b2a, #222222);
  color: #fff;
  padding:40px 0px 40px 50px;
  max-width: 350px!important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
 
}
.box .cat {
  font-family: sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0px 40px!important;
}
.box h2 {

  font-size: 40px;
  line-height: 1.1;
  background-image: -webkit-linear-gradient(left, #6bbdff, #6c5ad4);
  background-image: linear-gradient(90deg, #6bbdff, #6c5ad4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0px 20px!important;
}
.box .cta .btn {
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin-left:30px!important;
  border-radius: 20px;
  color:#FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #006bd5, #2faaf0);
  background-image: linear-gradient(0deg, #006bd5, #2faaf0);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.2), 0 5px 15px rgba(108, 90, 210, 0.4);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
}
@media (min-width:  871px) and (max-width:  991px){
.leftimgbg
{
 width: 250px!important;
  height: 75%;
 background-image: -webkit-linear-gradient(left, #6bbdff, #6c5ad4);
      background-image: linear-gradient(90deg, #0b75bb, #0b75bb);
  position: relative;
  z-index: 1;
 left: -20px!important;
    top: -40px !important;
  
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 1;
  
}
}
@media (min-width:  768px) and (max-width:  870px){
.leftimgbg
{
 width: 250px!important;
  height: 75%;
 background-image: -webkit-linear-gradient(left, #6bbdff, #6c5ad4);
       background-image: linear-gradient(90deg, #0b75bb, #0b75bb);
  position: relative;
  z-index: 1;
 left: -25px!important;
    top: -40px!important;
  
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 1;
  
}
}
@media (min-width:  768px) and (max-width:  991px){
.leftimgbg img
{
 width: 100%;
  height: 100%;
 padding:10px;
}
.boxmob1
  {
  display:block!important;
  }
  .boxpc1
  {
  display:none!important;
  }

.lefttext {
    padding: 40px!important;
	padding-top:0px!important;
	padding-left:15px!important;
}

}
@media  only screen and (max-width:  767px){

.leftimgbg
{
 width: 280px;
  height: 75%;
 background-image: -webkit-linear-gradient(left, #6bbdff, #6c5ad4);
        background-image: linear-gradient(90deg, #0b75bb, #0b75bb);
  position: relative;
  z-index: 1;
 left: 0px!important;
    top: 0px!important;
	padding:10px!important;
  margin-left:auto;
  margin-right:auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 1;
  margin-bottom:10px;
  
}
.leftimgbg img
{
 width: 100%;
  height: 100%;
 padding:10px;
}
.boxmob1

  {
  display:block!important;
  }
  .boxpc1
  {
  display:none!important;
  }

.lefttext {
    padding: 40px!important;
	padding-top:0px!important;
	padding-left:15px!important;
	padding-right: 15px!important;
}
}




 @media  (min-width: 1200px) and (max-width: 1300px)
 {
.des
{
    margin-top: 120px!important;
	width:100%;
	
    
}
.des1
{
    margin-top: 150px!important;
	width:100%;
	
    
}
 
 }
 @media  (min-width: 1051px) and (max-width: 1201px)
 {
 .des
{
    margin-top: 130px!important;
	width:100%;
	
    
}
.des1
{
    margin-top: 200px!important;
	width:100%;
	
    
}

 
 }
@media  (min-width: 992px) and (max-width: 1050px)
{
.des
{
    margin-top: 150px!important;
	width:100%;
	
    
}
.des1
{
    margin-top: 230px!important;
	width:100%;
	
    
}

}
@media  (min-width: 767px) and (max-width: 991px)
{
.des
{
    margin-top: 200px!important;
	width:100%;
	
    
}
.des1
{
    margin-top: 250px!important;
	width:100%;
	
    
}


}


@media  only screen  and (max-width: 767px)
{
  .headerimg3
{
width:100%;
height:150px!important;
z-index: 1;
position:relative;
 background-image: url("../images/productbanner.png");
  background-size: 100% 150px!important;
  background-repeat: no-repeat;
  margin-top:85px!important;
}
 .headerimg4
{
width:100%;
height:150px!important;
z-index: 1;
position:relative;
 background-image: url("../images/services-banner.png");
  background-size: 100% 150px!important;
  background-repeat: no-repeat;
  margin-top:85px!important;
}
.des
{
  
	  width: 80%!important;
    margin-left: 40px!important;
    
}
.des1
{
   
	  width: 80%!important;
    margin-left: 50px!important;
    
}

 .boxmob
  {
  display:block!important;
  }
  .boxpc
  {
  display:none!important;
  }
  }
  
  
  /*Product US CODES ENDS HERE8*/
  
  
  
  /*service codes starts here*/
  /*services banner section starts here*/

@media only screen and (max-width: 782px){
	
	.banner-service{
		display:none !important;
	}
	.non-overlay{
		display:none !important;
	}

}

 /*services banner section ends here*/
 /*services header content section starts here*/
@media (min-width:768px) and (max-width: 991px)
{
	.service-header {
    width: 100%;
    height: 200px!important;
    z-index: 1;
    position: relative;
    background-image: url(../images/sbf3.png);
    background-size: 100% 200px!important;
    background-repeat: no-repeat;
    margin-top: 85px!important;
}
.mid-align {
    max-height: 200px;
    margin-top: -90px;
	    z-index: 3;
    position: relative;
}
}

@media only screen and (max-width: 767px){
.service-header {
    width: 100%;
    height: 150px!important;
    z-index: 1;
    position: relative;
    background-image: url(../images/sbf3.png);
    background-size: 100% 150px!important;
    background-repeat: no-repeat;
    margin-top: 85px!important;
}
.header-below .hide-main{
	display:block;
}
.header-below .hide-mob{
	display:none;
}
.pos-1{
	margin-top:10px;
}

}

 /*services header content section ends here*/
  /*services main content section starts here*/
@media only screen and (max-width: 1050px){
		 /*services content icon code only for ie starts here*/ 
	_:-ms-fullscreen, :root .service-img1{margin-top: -118px}
	/*services content icon code only for ie ends here*/
	.sci1{
width: 100%;
    height: 539px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	display:block !important;
}
	.servicebgf{
	height:500px;
}
		.ctl h1{
		font-size:30px;
	}
	.ctl p{
		font-size:12px;
	}
	.ctl{
		    margin-top: -540px;
    padding-left: 40px;
	}
	.carousel-position {
    right: 5%;
    left: 5%;
    top: 10%;
    bottom: 10%;
	padding-top: 0px; 
}
	.header-below .lefttext1 {
    padding: 0px;
}
	.sim1{
	 margin-top: -151px;
    margin-left: 116px;
}
.sim2{
	      margin-top: 31px;
    margin-left: 156px;
}
.sim3{
	  margin-left: 114px;
    margin-top: 77px;
}
	.s-mid {
        position: absolute;
    margin-top: -289px;
    margin-left: 22px;
}
.tooltiptext1 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-top: -22px;
    margin-left: 97px;
}
.tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-top: 110px;
    margin-left: 131px;
}
.tooltiptext3 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-top: 156px;
    /* margin-right: 53px; */
    margin-left: 86px;
}
.header-below .pt5{
	    padding-right: 0px;
    padding-left: 0px;
}
.header-below .lefttext {
    padding: 0px;
}
.pa-content {
    margin-top: 0px;
}
.leftSvg svg {
    width: 250px;
    margin-top: 0px;
    z-index: 10;
}
.service-img1 {
       margin-top: -103px;
    position: absolute;
    margin-left: 113px;
}
.service-img2 {
  margin-top: 27px;
    position: absolute;
    margin-left: 153px;
}
.service-img3 {
        margin-top: 73px;
    position: absolute;
    margin-left: 111px;
}
#particles-js {
    width: 100%;
    height: 520px;
    background: linear-gradient(180deg,#0b4b71,#104769);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}
.ctl {
    margin-top: -529px;
	padding-left: 40px;
}
}

@media (min-width:521px) and (max-width: 767px){
.mid-align {
      max-height: 120px;
    margin-top: -58px;
    padding-left: 60px;
	    z-index: 3;
    position: relative;
}	
.header-below .servicetitle {
   
       margin-top: 30px;
    width: 125px;
    font-size: 20px;
    border-bottom: 2px solid #29aafe;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    text-transform: capitalize;
    color: #242424;
}
}
@media only screen and (max-width: 520px){
	.mid-align {
    max-height: 100px;
    margin-top: -46px;
    padding-left: 20px;
    padding-right: 20px;
	    z-index: 3;
    position: relative;
}
.header-below .servicetitle {
       margin-top: 30px;
    width: 125px;
    font-size: 20px;
    border-bottom: 2px solid #29aafe;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    text-transform: capitalize;
    color: #242424;
}
}
  /*services main content section ends here*/
 @media (min-width:768px) and (max-width: 1050px) {
	   .socialconnect1 {
  /*background-image: linear-gradient(rgba(15, 71, 105, 0.52), rgba(152, 210, 232, 0.64));*/
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0 !important;
  color:#184e4c;
  box-shadow:none!important;
  height: 600px;
 }
 
 }
 @media (min-width:768px) and (max-width: 1080px) {
	
#serd
{
    margin-top:0px!important;
    z-index: 2;
    position: relative;
}
     .map-section1 .slider-bullet li:nth-child(1) {
        top: 10%;
        left: -15%; 
		 animation-delay:.2s;}
		   .map-section1 .slider-bullet li:nth-child(2) {
        top: 8%;
            left: 72%;
		 animation-delay:.22s;}
      .map-section1 .slider-bullet li:nth-child(3) {
          top: 40%;
    left: -40%;
    animation-delay: .18s;}
		  .map-section1 .slider-bullet li:nth-child(4) {
            top: 71%;
       left: 74%;
		 animation-delay:.12s;}
		   .map-section1 .slider-bullet li:nth-child(5) {
        top: 40%;
           left: 95%; }
		 
		 .map-section1 .slider-bullet li:nth-child(6) {
        top: 40%;
        left: 10%;
		 animation-delay:.9s; }
		 .map-section1 .slider-bullet li:nth-child(7) {
        top: 70%;
        left: -15%; 
		 animation-delay:.14s;}
		 .map-section1 .slider-bullet li:nth-child(8) {
        top: 40%;
        left: 50%; 
		 animation-delay:.6s;}
      
		}
		
		 @media (max-width: 992px) {
        .map-section1 .slider-bullet li img {
          max-width: 60px; } }
		  
		    @media (max-width: 767px) {
			.socialconnect1
			{
				display:none !important;
			}
			
		   .mobscroll
           {
		   	 /*background-image: linear-gradient(rgba(15, 71, 105, 0.52), rgba(152, 210, 232, 0.64));*/
			  background-repeat: no-repeat;
			  background-size: cover;
			  overflow: hidden;
			  padding: 50px 0;
			  color:#184e4c;
			  box-shadow:none!important;
			  display:block!important;
			}
			.quote {
    color: rgba(15, 40, 66, 0.48);
    text-align: center;
    margin-bottom: 30px;
}


#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
		   transition: all 1s ease;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
		   transition: all 1s ease;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
  display:none!important;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	color:#184e4c;
	padding:40px;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
	 background-color:#FFFFFF;
   border: 3px solid #f37032;
   box-shadow: 0px 0px 10px 1px #FFFF00;
   margin-bottom:20px;
}
  .profile-circle-img
  {
  width:90px;
  height:90px;
     padding: 15px;
    margin: 0 auto;
  }     
	 #fade-quote-carousel .carousel-control.left 
{
  left: -30px !important;
    top: 110px;

}
/* Next button  */
#fade-quote-carousel .carousel-control.right 
{
 right: -30px !important;
    top: 110px;

}
	
   #fade-quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}    
 #fade-quote-carousel .featurelist {
    padding: 20px 0 30px; }
     #fade-quote-carousel .featurelist > li {
      color:#184e4c;
      line-height: 36px;
      font-size: 18px; 
	   text-align: center;
    border: none;
	
	  
	  }
      
      #fade-quote-carousel .featurelist > li:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px; }
  #fade-quote-carousel h3 {
    color:#184e4c;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
	 text-align: center;
    border: none; }
   #fade-quote-carousel list-inline li {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; } 
	    #serd
{
    margin-top:0px!important;
    z-index: 2;
    position: relative;
}
		   }
		   /*services content icon code only for mozilla starts here*/
@media all and (min--moz-device-pixel-ratio:0) and (max-width: 1050px){
              .sim1 {
   margin-top: -110px;
    margin-left: 116px;
}
            } 
/*services content icon code  only for mozilla ends here*/
/*service codes ends here*/


