
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  background-color: #ffffff;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }
  textarea {
      resize: none;
  }
  .bg-2 { 
      background-color: #49a7ff; 
      color: #ffffff;
  }
  .bg-3 { 
  background-color: #ededed; 
      color: #555555;
  }
  .bg-4{
  background-color: #383838; 
      color: #ffffff;
  }
  .container-fluid1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-1 { 
    background-color: #2f2f2f;
    color: #ffffff;
}
/*here*/.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1;
    border-radius: 1;
    margin-bottom: 1;
    font-size: 12px;
    letter-spacing: 5px;
}

.navbar-nav li a:hover {
    color: #1a68bc !important;
}
/*to here */

/*Smoothly*/
.slideanim {visibility:hidden;}
.slidea {
    /* The name of the animation */
    animation-name: slidea;
    -webkit-animation-name: slidea; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
.slidekk {
    /* The name of the animation */
    animation-name: slidea;
    -webkit-animation-name: slidea; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slidea {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slidea {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


//new

/*Smoothly*/
.slideooim {visibility:hidden;}
.slideb {
    /* The name of the animation */
    animation-name: slideb;
    -webkit-animation-name: slideb; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
@keyframes slideb {
    0% {
        opacity: 0;
        transform: translateX(70%);
    } 
    100% {
        opacity: 1;
        transform: translateX(0%);
    } 
}
@-webkit-keyframes slideb {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

/*Logo*/
.logo-mini {
      color: #49a7ff;
      font-size: 30px;
  }
.logo-small {
      color: #49a7ff;
      font-size: 50px;
  }
  .logo {
      color: #49a7ff;
      font-size: 200px;
  }
  
  .container-fluid {
      padding: 60px 50px;
  }
/*Hover*/
.Han {
    background: white;
	border-top-left-radius: 950px 950px;
border-top-right-radius: 1px 1px;
border-bottom-right-radius: 950px 950px;
border-bottom-left-radius: 1px 1px;
    -webkit-transition: box-shadow 0.5s , transform 0.5s;/* For Safari 3.1 to 6.0 */
    transition: box-shadow 0.5s , transform 0.5s , color 0.5s,background 2.0s,border 2.0s;
}

.Han:hover {
    background: #49a7ff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -o-transform: translate(0,-10px); 
    -moz-transform: translate(0,-10px);
    color: white;
      //border-style: solid;
	  
	 border-top-left-radius: 950px 950px;
border-top-right-radius: 1px 1px;
border-bottom-right-radius: 950px 950px;
border-bottom-left-radius: 1px 1px;
/*border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;*/
border: 1px solid;  

  border-top-color: #49a7ff;
  border-right-color: #49a7ff;
  border-bottom-color: #49a7ff;
  border-left-color: #49a7ff;
}
.Han span{
color: #49a7ff;
transition: color 0.5s;
}
.Han:hover span{
transition: color 0.5s;
color: white;

}


/*Recent Jobs Boxes*/
.card {
    transition: 0.3s;
	
    position: relative;
    //width: 250px;
    margin:20px;
    border-radius: 1px;
}
.card:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -o-transform: translate(0,-10px); 
    -moz-transform: translate(0,-10px);
    border-radius: 5px;
}
img {
    border-radius: 5px 5px 0 0;
	width:200px;
	height:275px;
}
.DetailsCont {
    padding: 2px 16px;
	background: white;
	color: #49a7ff;
	border-radius: 5px;
}


/*Social Media*/
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');*/

#social {
  margin: 20px 10px;
  text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
	transition: background 1.5s , border 1.5s , color 1.5s;
}

.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 */
	text-decoration: none;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
	transition: background 1.5s , border 1.5s , color 1.5s;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
	  text-decoration: none;
}



/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
	transition: background 1.5s , border 1.5s , color 1.5s;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
	  text-decoration: none;
}


/* Instagram button class*/
.instaBtn{
    background: #3a5876;
	transition: background 1.5s , border 1.5s , color 1.5s;
}

.instaBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; 
}

.instaBtn:hover{
      color: #3a5876;
      background: #fff;
      border-color: #3a5876;
	  text-decoration: none;
}

/* snapchat button class*/
.snapBtn{
    background: #ffee00;
	transition: background 1.5s , border 1.5s , color 1.5s;
}

.snapBtn:before{
      font-family: "FontAwesome";
      content: "\f2ab"; /* add rss icon */
}

.snapBtn:hover{
      color: #ffee00;
      background: #fff;
      border-color: #ffee00;
	  text-decoration: none;
}

/*Powerd*/
.PowerdBtn{
	transition: background 1.5s , border 1.5s , color 1.5s;
	color:#14e0cf;
}

.PowerdBtn:hover{
      color: #0880a0;
      border-color: #13a0c6;
	  text-decoration: none;
}

#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #f4f4f4;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #1e8eff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #1e8eff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
  color:#1e8eff;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
  color:#1e8eff;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #1e8eff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #1e8eff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 150px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #1e8eff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #1e8eff;
  font-size: 24px;
  font-weight: bold;
}

/*Service*/
.PhSp{
margin:0px;
padding:30px;
}

@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.headerSoc{
color:white;padding:8px;
}
@media screen and (max-width: 480px) 
{
.headerSoc{
padding:0px;
}
.goToLeft{
float:left;
padding:0px 0px 0px 10px;
}
.textAr{
height:30px;
width:100%;
margin:0px;
}
.ArIns{
height:30px;
width:100%;
margin:0px;
float:bottom;
}
.PhSp{
margin-top:90%;
padding:30px;
}
}

.subbut{
transition: all 0.6s;
border-radius:10px;
background:#11a3ff;
float:right;
color:white;
height:30px;
width:60px;

}
.subbut:hover{
background:#0778bf;
transform: scale(1.1);
}

.tabBut{
transition: all 0.6s;
background:#e8e8e8;
color:black;
border:none;
height:70px;
width:200px;
font-family: 'Nunito';font-size: 18px;
}
.tabBut:hover{
color:white;
background:#2d94e2;
}
.tabBut:active{
color:white;
background:#1b5582;
}
.tabBut:visited{
color:white;
background:#1b5582;
}
.bbL{
color:white;
background:#1b5582;
}
.HeLi{
font-family: 'Nunito';font-size: 30px;
}
.embHe{
font-family: 'Nunito';font-size: 35px;
}
.smbHe{
font-family: 'Nunito';font-size: 20px;
}
.img-responsive{
    width:50% !important;
}
@media screen and (max-width: 480px) 
{
.embHe{
font-family: 'Nunito';font-size: 16px;
}
.smbHe{
font-family: 'Nunito';font-size: 12px;height:100px;
}
.container-fluid{
padding:10px !important;
}
.PhSp{
    margin-top:55% !important;
}
}
/*New Edit*/
button.loginStyle {
    background: #1b5582 !important;
}
button.loginStyle a{
    color:#fff !important;
}
button.loginStyle:hover{
    background:#21659a !important;
    color:#fff !important;
}
button.loginStyle:hover a{
    color:#fff !important;
}

/*Login Form*/
.form-model-login{
    margin: 15px auto;
    background: #ffffff;
    width: 320px;
    padding: 15px;
    border: 1px solid #33b5e5;
}
   .form-model-login button{
       
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    background: #33b5e5;
    border: unset;
    color: #fff;
       
   }
   .form-model-login input{
           display: block;
    width: 100%;
    border: 1px solid #33b5e5;
    margin: 0 0 20px;
    padding: 10px 15px;
    
   }
   /*btn Apply*/
   .applyc{
           padding: 5px;
    border: unset !important;
    background: #1b5582;
    color: #fff;
       
   }
   .applyc:hover{
    background: #2471ad;
       
   }

/*Create CV*/
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border: solid #f7f7f9;
    padding: 1.5rem;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    width: 70%;
}