/* canvas */
.particles-js-canvas-el{
  margin-top:-500px;
}

/*Extra*/
.copywrite_text a:hover{
  color:#033d75!important;
}





/* Sub-menu Professinal -training */


#sub-dropdown{
width: 100%;

}
#sub-dropdown:after{
    color:white;
}
#sub-dropdown a:hover{
color:white!important;}



#sub-dropdown-menu{
display: none;
/*position: absolute;*/
margin-left: 466px;




}

nav.navbar.bootsnav ul.nav >  li #sub-dropdown > a:hover{
     color:white;
}
#sub-dropdown:hover #sub-dropdown-menu{
display: inline-block;
}


/* fix top bar */
.affix {
  top: 0;
 
  width: 100%;
  z-index: 9 !important;
}

.affix + .container-fluid {
  padding-top: 70px;
}


/* Top bar Start */
header{
     background-color: #033d75;
  height: 60px;
}
.top-bar {
  position: fixed;
  display: flex;
 
 
  text-decoration: none;
  color: #fff;
  width: 100%;
  
  align-items: center;
padding-top: 8px;
}

.top-bar .left-bar {
  /* padding-top: 20px; */
  text-align: center;
  /* border-right: 2px solid #bec2c5; */
  color: white;
  /* background-color: antiquewhite; */
  /* margin-left: -2px; */
  padding-right: 20px;
}


.top-bar .left-bar a:hover{
  color:#efb241!important;
}


.top-bar .center-bar {
  text-align: center;
  /* padding-top: 20px; */
  /* border-right: 2px solid #bec2c5; */
  color: antiquewhite;
  padding-right: 20px;
}
.top-bar .center-bar a:hover{
   color:#efb241!important;
}

.top-bar .right-bar {
  text-align: center;
  /* padding-top: 8px; */
  /* border-right: 2px solid #bec2c5; */
}

.top-bar .right-bar .anchor{
display:inline-block;
height: 39px;
width: 39px;

padding-top:8px;
margin:2px;
margin-right:5px;

}
.top-bar .right-bar a:hover{
  
      background-color:#cf4e09;
  
}


.top-bar .right-bar a {
  
  background-color: #efb241;
  color: white;
  border-radius: 100%;
  text-align: center!important;
  font-size: 16px;
 
}
.top-bar .btns{
  text-align: center;
  text-decoration: none;
 
 
}
.top-bar .btns #btn-1:hover{
background-color:#cf4e09;
  
}

.top-bar .btns #btn-2:hover{
background-color:#cf4e09;
  
}

.top-bar .btns #btn-1 {text-align:center;
background-color: #efb241;
color: white;
border-radius: 7px;
padding: 9px;
border: 2px solid transparent;
/* text-transform: uppercase; */
font-size: 12px;
font-weight: bold;
margin-right: 6px;
margin-left:15px;
    
}

.top-bar .btns #btn-2 {
  text-align: center;
  background-color: #efb241;
  color: white;
  font-size: 13px;
  border-radius: 7px;
  padding: 8px;
  border: 2px solid transparent;
  /* text-transform: uppercase; */
  font-weight: bold;
}


@media (max-width:800px){
  
  
  .top-bar .left-bar{
  padding-top: 10px!important;
  }
  .top-bar .center-bar {
      display: none;
  }
.top-bar .right-bar{
  font-size: small;
}
  .top-bar .btns{
 margin-top:10px;
  border: none;
  }

}

@media (max-width:1060px)
{
  .top-bar .left-bar{
      margin-left:1px;
  }
  .top-bar .right-bar a{
       margin-left:-4px!important;
  }
}
/*@media (max-width:500px)*/
/*{*/
/*    .top-bar .left-bar{*/
/*       font-size:10px;*/
/*    }*/
/*}*/

@media (max-width:1124px){


.top-bar .btn{
  margin: 0;
  font-size: 12px;
}
.top-bar .btns #btn-1{
  
  padding: 5.5px ;
}
.top-bar .btns #btn-2{
  padding: 5.5px ;
}
}
@media(max-width:600px)
{
    .ours h2{
            font-size: 24px!important;
    line-height: 42px!important;
        
    }
    
.top-bar{
       flex-direction: column;
  font-size: 12px;
  height: 95px!important;
       gap: 0px!important; 
     padding: 0px 0px!important;
     justify-content: center;
}
header{
    height:95px!important;
}

.top-bar .left-bar {
     padding-top: 0px!important; 
}
.navbar-default {
    top: 95px!important;
}

}   


/* phone icon */



#phone{position: fixed;/* right: 40px; */width: 80px;height: 80px;line-height: 50px;z-index: 9999;text-align: center;}

#phone a {
   border-radius: 50%;
   margin:
   auto;
background-color:#00c853!important;
   text-align: center;
   margin-bottom: 12px;
   position: fixed;
   width: 56px;
   height: 56px;
   bottom: 78px;
   right: 10px;
   z-index: 100;
   font-size: 29px;
padding-top:3px;
}



/* whatsappp */

.fixed-whatsapp {
  position: fixed;
  bottom: 22px;
  right: 10px;
  width: 55px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}

.fixed-whatsapp:before {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #00C853;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
  top: -3px;
  left: -1px;
}

.fixed-whatsapp svg {
  vertical-align: middle;
  z-index: 2;
  position: relative;
}

.fixed-whatsapp:after {
  content: "Hello..";
  width: 100px;
  padding: 5px 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  right: -150px;
  text-align: right;
  color: #555;
  border: 1px solid #dedede;
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
  opacity: 0;
  transition: all .4s ease-in-out;
  font-size: 90%;
  line-height: 1.1;
}

.fixed-whatsapp:hover:after {
  opacity: 1;
  right: 50px;
}

/* enquiry form */

.form-container {
  max-width: 500px;
  width: 100%;
margin: auto;
  position: relative;
  color: #041638;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form select,
#contact-form textarea,
#contact-form button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact-form {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact-form h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form select,
#contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form select:hover,
#contact-form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact-form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact-form button[type="submit"] {
  cursor: pointer;
  width: 40%;
  border: none;
  background: #041638;
  color: #FFF;
  /* margin: 0 0 5px; */
  padding: 10px;
  font-size: 15px;
  height: 40px;
  left: 46%;
  margin-left: 30%;
}

#contact-form button[type="submit"]:hover {
  background: #041638;
 
  transition:  0.3s ease-in-out;
}

#contact-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact-form input:focus,
#contact-form textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}





/* Download Syllabus */

.dropbtn {
  background-color:#033d75;
  color: white;
  padding: 18px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  width: 250px;
}

.dropdown { 
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #f9f9f9;
  min-width:230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


/* Courses Website Design or Graphics  Designing  */


.courses{
  display:flex;
  flex-direction: row;
  margin-top: 80px;
  margin-left: 10px;
  min-width:280px;
  
}
.courses a{
  font-size: 13px;
  padding: 15px;
  background-color: #033d75;
  color: white;
  margin-bottom: 20px;
  margin-left: 10px; 

  text-align: center;
  z-index: 1;
}

@media (max-width:400px)
{
  .courses{
    
    flex-direction: column;
  }

}








/* Videos Section of Website Designing and graphic Designing */
/* .videos{
display: flex;
flex-direction: row;
} */

.videos video{
  border: 1px solid #041638;
}








/* testimonial  */




img {
  max-width: 100%;
}



.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.section-title:after,
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.section-title:after {
  height: 2px;
  background-color: rgba(252, 92, 15, 0.46);
  left: 25%;
  right: 25%;
}

.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: #fc5c0f;
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
  width: 85px !important;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
}

/* extra */
.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
  background-color: #eee;
}
.copyright a {
  display: inline-block;
  padding: 10px 2px;
}
.upwork {
  color: #37a000;
}
.upwork:after {
  content: "/";
  margin-left: 10px;
}
.fiverr {
  color: #1dbf73;
}
.copyright .triplebyte {
  display: block;
  padding-top: 0;
  color: #344759;
  text-decoration: underline;
}





/* FAQ  */

.faq-wrapper {
  background-color: #e6ecf0;
  text-align: center;
  padding-bottom: 80px;
  color: black;
}

#faq-list {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top:1px solid #ccc;
}

.faq-list-item {
  margin:10px;
  border-bottom:1px solid #ccc;
  position:relative;
  cursor:pointer;
  text-align: left;
}

.faq-list-item h3 {
  font-size: 16px;
}

.faq-list-item span{
  position:absolute;
  top:0;
  right:5px;
 

  color: black;
  font-size: 20px;
}

.answer {
  font-size: 16px;
  padding: 0px 0px;
  margin-bottom: 5px;
  display:none;
}

.answer:hover {
  text-decoration:none;
}

@media(max-width:500px){
  .faq{
    flex-direction: column;
    
  }
}





/* map resposnive*/

  

  
@media (max-width:800px) {
       #map{
       display: flex;
       flex-direction: column;
       margin-left: 15px;

       }
       #map iframe{
       width: 100%;
       }
       span {
       text-align: center;
       }
       .scetion_heading h2 {
    
    line-height: 2!important;
       }
    
}





/*   Professional training  form */
       @media (max-width:420px){
       #form-section{
       margin-right: -50px;
       }
     }
       i.fa.fa-envelope {
  color: #efb241;
       }
       
       
       
       
       
       /* Prvacy policy footer */
       
#foot{
  font-size: 15px; 
  text-align:center;
  height:70px;
  padding-top:25px;
  background-color: #033d75;
  font-weight:550;
 
}

#foot a{
    color:white;
}

#foot a:hover{
    color: #efb241;
}



/* review testimonila by hema */


a{
  text-decoration: none;
}
#testimonials{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width:100%;
  margin-bottom:60px;
  background-color: #f2f4f8;
}
.testimonial-heading{
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-heading span{
  text-align: center;
      color: #033d75!important;

  font-size: 35px;


  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;

  text-transform: uppercase;
}
.testimonial-box-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
  margin-bottom:50px;
}
.testimonial-box{
  width:500px;
  
  box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}

.profile-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    background: white;
    border: 1px solid #033d75;
}
.profile-img i{
    font-size: 28px;
    color: #033d75;
    font-weight: bold;
    line-height: 1.5;

}
.profile{
  display: flex;
  align-items: center;
}
.name-user{
  display: flex;
  flex-direction: column;
}
.name-user strong{
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.name-user span{
  color: #979797;
  font-size: 0.8rem;
}
.reviews{
  color: #f9d71c;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-comment p{
  font-size: 16px;
  color: #4b4b4b;
}
.testimonial-box:hover{
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

@media(max-width:1060px){
  .testimonial-box{
      width:45%;
      padding: 10px;
  }
}
@media(max-width:790px){
  .testimonial-box{
      width:100%;
  }
  .testimonial-heading h1{
      font-size: 1.4rem;
  }
}
@media(max-width:340px){
  .box-top{
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .reviews{
      margin-top: 10px;
  }
}
::selection{
  color: #ffffff;
  background-color: #252525;
}




/*   pro*/
@media(max-width:1000px){
    #pro{
        grid-template-columns:1fr; 
    }
}











/*career page design by hema*/
.job-item{
        padding: 40px 38px 30px;
}
.job-item:nth-of-type(odd) {
    background-color: #f9f9f9;
    
}
.job-item .job-item__title {
    font-size: 20px;
    margin-bottom: 0;
}

.job-item .job-item__meta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.job-item .job-item__type {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #9f0029;
    color: #fff;
    padding: 3px 8px;
    border-radius: 2px;
    margin-right: 20px;
}
.job-item .job-item__location {
    font-size: 13px;
}

.job-item .job-item__desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn__secondary {
    background-color: #0e2b5c;
    color: #fff;
}
.applybtn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
        background-color: #0e2b5c;
    color: #fff;
    display: inline-block;
}


/* slider  in index  */
.carousel-inner {
height: 500px!important;
    width: 100%;
}
.carousel-inner .item img{
    height:500px!important;
        width: 100%!important;
}

.carousel-caption h2{
    color:white;
    margin-top:130px;
}
.carousel-caption p{
    color:white;
}
@media(max-width:500px){
    .carousel-caption h2 {

    margin-top: 100px!important;
    font-size: 20px;
}
.carousel-caption p{
       font-size: 14px;
}
}
.carousel-caption {
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    left: 0!important;
    bottom: 0;
    top: 0;
   
    margin: auto;

}

/*portfolio btn */

.port-btn a{
        background: #033d75;
    padding: 10px 20px;
    
    
}
.port-btn a:focus{
    color:white;
}
.port-btn{
    margin-bottom:40px;
}

.screen{
    margin-top: 30px;
}

/*.screen {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    overflow: hidden;*/
/*    margin: 50px auto;*/
/*        border: 1px solid #80808080;*/
/*        background:white;*/
/*            padding: 3px;*/
/*}*/
/*.screen img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    object-position:  center top;*/
/*    transition: all 2s ease-in-out;*/
/*}*/
/*.screen:hover img {*/
/*    object-position: bottom center;*/
/*}*/
/*index form create by hema*/
.form-index{
    margin: 50px 0;
    background: white;
 
}
.form-index label{
        display: block;
        font-size: 14px;
        color: #033d75;
        margin-top: 23px;
}
.form-index input[type="text"], .form-index input[type="email"], .form-index input[type="tel"],  .form-index select{
        width: 96%;
        height: 41px;
        margin-top: 6px;
        border: 2px solid #033d755c;
        padding: 0 10px;
}
.form-index textarea {
    width: 96%;
      
        margin-top: 6px;
        border: 2px solid #033d755c;
        padding: 0 10px;
}

.index-btn{
        width: 100%;
        height: 50px;
        font-size: 16px;
        background: #033d75;
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        margin-top: 50px;
}

.left-data{
   height: 550px;
   background: #033d75;
   margin: 50px 0;
   color: white!important;
   padding: 26px 51px;
   /* text-align: center; */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
}
.left-data p{
    color:white;
}
.left-data ul {
    list-style:none;
}
.left-data ul li{
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
}
.left-data ul li:before {
    content: "\f00c";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 11px;
    font-weight: 400;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
  color: #efb241;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
}
.profile-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    background: white;
    border: 1px solid #033d75;
}
.profile-img i{
    font-size: 28px;
    color: #033d75;
    font-weight: bold;
    line-height: 1.5;

}
.profile{
  display: flex;
  align-items: center;
}
.name-user{
  display: flex;
  flex-direction: column;
}
.name-user strong{
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.name-user span{
  color: #979797;
  font-size: 0.8rem;
}
.reviews{
  color: #f9d71c;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-comment p{
  font-size: 16px;
  color: #4b4b4b;
}
.testimonial-box:hover{
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

@media(max-width:1060px){
  .testimonial-box{
      width:45%;
      padding: 10px;
  }
}
@media(max-width:790px){
  .testimonial-box{
      width:100%;
  }
  .testimonial-heading h1{
      font-size: 1.4rem;
  }
}
@media(max-width:340px){
  .box-top{
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .reviews{
      margin-top: 10px;
  }
}
::selection{
  color: #ffffff;
  background-color: #252525;
}




/*   pro*/
@media(max-width:1000px){
    #pro{
        grid-template-columns:1fr; 
    }
}











/*career page design by hema*/
.job-item{
        padding: 40px 38px 30px;
}
.job-item:nth-of-type(odd) {
    background-color: #f9f9f9;
    
}
.job-item .job-item__title {
    font-size: 20px;
    margin-bottom: 0;
}

.job-item .job-item__meta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.job-item .job-item__type {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #9f0029;
    color: #fff;
    padding: 3px 8px;
    border-radius: 2px;
    margin-right: 20px;
}
.job-item .job-item__location {
    font-size: 13px;
}

.job-item .job-item__desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn__secondary {
    background-color: #0e2b5c;
    color: #fff;
}
.applybtn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
        background-color: #0e2b5c;
    color: #fff;
    display: inline-block;
}


/* slider  in index  */
/*.carousel-inner .item img{*/
/*  height: 500px;*/
/*}*/

.carousel-caption h2{
    color:white;
    margin-top:130px;
}
.carousel-caption p{
    color:white;
}
.carousel-caption {
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    left: 0!important;
    bottom: 0;
    top: 0;
   
    margin: auto;

}

/*portfolio btn */

.port-btn a{
        background: #033d75;
    padding: 10px 20px;
    
    
}
.port-btn{
    margin-bottom:40px;
}

.screen{
    margin-top: 30px;
}

/*.screen {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    overflow: hidden;*/
/*    margin: 50px auto;*/
/*        border: 1px solid #80808080;*/
/*        background:white;*/
/*            padding: 3px;*/
/*}*/
/*.screen img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    object-position:  center top;*/
/*    transition: all 2s ease-in-out;*/
/*}*/
/*.screen:hover img {*/
/*    object-position: bottom center;*/
/*}*/
/*index form create by hema*/
.form-index{
    margin: 50px 0;
    background: white;
 
}
.form-index label{
        display: block;
        font-size: 14px;
        color: #033d75;
        margin-top: 23px;
}
.form-index input[type="text"], .form-index input[type="email"], .form-index input[type="tel"],  .form-index select{
        width: 96%;
        height: 41px;
        margin-top: 6px;
        border: 2px solid #033d755c;
        padding: 0 10px;
}
.form-index textarea {
    width: 96%;
      
        margin-top: 6px;
        border: 2px solid #033d755c;
        padding: 0 10px;
}

.index-btn{
        width: 100%;
        height: 50px;
        font-size: 16px;
        background: #033d75;
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        margin-top: 50px;
}

.left-data{
   height: 550px;
   background: #033d75;
   margin: 50px 0;
   color: white!important;
   padding: 26px 51px;
   /* text-align: center; */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
}
.left-data p{
    color:white;
}
.left-data ul {
    list-style:none;
}
.left-data ul li{
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
}
.left-data ul li:before {
    content: "\f00c";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 11px;
    font-weight: 400;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
  color: #efb241;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
}
/*mobile view social icon*/

.social-icon {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    /* padding: 10px 5px; */
    box-shadow: 0 -2px 6px 0 rgb(0 0 0 / 20%);
    z-index: 999;
    display:
    none;
    height: 60px;
}
@media(max-width:800px){
    .social-icon{
        display:block;
    }
    #foot{
         margin-bottom: 57px;
    }
    .top-bar .right-bar{
        display:none;
    }
}
.social-icon ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    list-style:
    none;
    height: 100%;
}
.social-icon ul li {
    width: 20%;
    height: 100%;
}
.social-icon ul li a {
    line-height: 2.5;
    display: block;
    flex-direction: column;
    color: #fff;
    text-align: center;
    align-items: center;
    height: 100%;
    font-size: 23px;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.pricing-footer a{
        margin-top: -13px!important;
    margin-bottom: 18px!important;
}