.hero{
    background: linear-gradient(90deg, rgba(11, 85, 110, 0.95), rgba(15, 157, 88, 0.95));
    color: #fff;
    padding: 40px 0;
}


.mybg{
    background-color: #e66652 !important;
}
.more:hover{
    cursor:pointer !important;
    color:orange !important;
}
.navbg{
    background-image: linear-gradient(103deg, rgba(3, 53, 70, 0.95), rgba(0, 10, 6, 0.95));
}

   #headersearch{
       width:600px;
   }
	.bgblue{
	    background:#0d6efd;
	}
	
	a{
	    text-decoration:none !important;
	}
	#myBtn {
  position: fixed;
  top: 35%;
  right: 0px;
  height: 235px;
  z-index: 9999;
  width: 30px;
  cursor: pointer;
  border-radius: 20px 0px 0px 20px;
}
	.text-decoration-none:hover{
	    color:orange !important;
	}
	.onhover{
box-shadow: 0px 0px 5px #dfdcdc;
transition:box-shadow 0.5s;
}

.iblocked:focus{
    background:darkred !important;
}

.onhover:hover{
box-shadow: 0px 0px 5px cadetblue !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item {
    padding: .5rem 1.5rem !important;
}
.font15{ font-size:15px !important }
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: #000;
}

.hometitle{
        font-size:30px !important;
    }
    
h1,h2,h3{
    font-weight: 400 !important;
}

h2{
    font-size:28px !important;
}

h3{
    font-size:20px !important;
}
	
	.testimonial_area .single_testmonial .thumb img{ height:70px !important; width:70px !important; }
	.testimonial_area .single_testmonial .thumb {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 70px;
}
    



.height450{height:450px !important;}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: #fff;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    font-size: 15px !important;
}

.card {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .125) !important;
	
}
.inline{
	display:inline !important;
}
.inline:hover{
	text-decoration:underline !important;
}

.smallfont{ font-size: 14px;}
.minheight244{min-height:244px !important;}
.featured_candidates_area .single_candidates {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px;
    min-height: 155px;
}

.fontmd{ font-size:14px !important;}
.fontmd a:hover{ text-decoration:underline !important;}

 .catagory_area .cat_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 12px;
}
.skill{ font-size:14px;}
.skill:hover{ background:grey; color:white !important;}


.changebg{background:white; min-height:325px;}
.minheight325{min-height:325px;}

.borderbottom{
	padding: 15px; border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.changebg2:hover{ box-shadow:0px 0px 20px rgba(0, 0, 0, .125); }

.card-body {
    padding: 0px 0px 0px;
}

.managepadding{ padding:7% 2% 5%; }
.mygap{
	margin-top:40px;
}

.mysticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.serviceheading {
    font-size: 17px;
    color: #0f98d4;
    margin: 10px 0px 10px;
    font-weight: normal !important;
}


@media screen and (min-width:0px) and (max-width:777px)
{
   .hideinsmall{display:none;}
   .managepadding{ padding:8% 3% 8%; !important}
   .forcontainer{ margin-top:0px; }
   .mygap{margin-top:5px;}
   .mysticky{ position:static !important; }
   .font29{ font-size: 19px !important; }
   .serviceheading {
    font-size: 14px;
    margin: 5px 0px 5px;
}
.fullinsmall{
    width:100% !important;
}
.gaptopinsmall{
    padding-top:40px;
}
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
}

.nav-item{
    padding: 8px 6px 8px;
}

.socail_links ul li{
    display:inline;
    list-style-type:none;
}

.text-logo{
    font-size:25px;
	color:#ae3819e6;
}


#pagination a{  
	background-color: #ffffff !important;
	border: 1px solid #dddddd !important;
	text-align:center !important;
	line-height: 1.42857 !important;
	margin-left: -1px !important;
	padding: 6px 12px !important;
	position: relative !important;
	text-decoration: none !important;
}
#pagination strong{  
	background-color: orange !important;
	border: 1px solid #dddddd !important;
	text-align:center !important;
	line-height: 1.42857 !important;
	margin-left: -1px !important;
	padding: 6px 12px !important;
	position: relative !important;
	text-decoration: none !important;
}



.ui-autocomplete {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f8f8f8!important;
    color: #5e5e5e!important;
    z-index: 215000000 !important;
    line-height: 25px !important;
    padding-left: 0px !important;
    list-style-type: none !important;
}

.font12{ font-size: 13px !important; color:#333333; }
.font14{ font-size: 14px !important; color:#333333; }
.font15{ font-size: 15px !important; }
.font16{ font-size: 16px !important; }
.font17{ font-size: 17px !important; }
.font19{ font-size: 19px !important; }
.font21{ font-size: 21px !important; }
.font23{ font-size: 23px !important; }
.font25{ font-size: 25px !important; }
.font27{ font-size: 27px; }
.font29{ font-size: 29px; }
.font30{ font-size: 30px; }
.p12{ padding:10px !important; }
/*
 body{
    	-webkit-user-select: none !important;
    	-webkit-touch-callout: none !important;
    	-moz-user-select: none !important;
    	-ms-user-select: none !important;
    	user-select: none !important;
    }
   */ 
    
    /* width */
::-webkit-scrollbar {
  width: 10px;
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgrey;
}

.height300{
    height:450px;
    overflow-y: scroll;
}

.height200{
    height:300px;
    overflow: scroll;
}
.purple{ color:purple; }
.orange{ color:orange; }
.myflex{
    display:flex;
    flex-wrap:wrap;
}
.text-link{
    color: rgb(25 128 153) !important;
}

.grey{
    color:#333 !important;
}

.pointer{
    cursor:pointer!important;
}

.myservices .bg-white:hover{
    cursor:pointer!important;
}
.myservices h6{
    font-weight:400 !important;
}

main{
    background-color: rgb(240 242 245) !important;
}


		.service-card{
                background: #fff;
				border-radius: 5px;
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
				border: none;
				transition: all 0.3s;
			}
			
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
		
		
        .icon-box {
            color: #1e3a8a;      /* Deep Indigo */
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 5px auto 5px;
        }
		
        h5 {
            font-weight: 400 !important;
            color: #1e293b; /* Dark Slate */
        }
		
        .section-title {
            color: #1e293b;
            font-weight: 400;
            margin-bottom: 20px;
        }
		
	   .service-card {
        background: #fff;
        border-radius: 12px;
        text-align: center;
        padding: 25px 15px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }
    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        cursor:pointer;
    }
    .service-icon {
        font-size: 35px;
        color: #e66652;
        margin-bottom: 15px;
    }
    .service-card h5 {
        font-weight: 400;
        font-size: 1.1rem;
        color: #333;
    } 
    
	@media screen and (min-width:0px) and (max-width:777px)
{
		  #myBtn {
		  height: 180px;
		  z-index: 9999;
		  width: 20px;
		}

		.service-card{
               background-color: white !important;
			}

		.icon-box {
            font-size: 16px !important;
        }
		.hometitle{
        font-size:17px !important;
    }
    
    
    #headersearch{
       width:100%;
   }
    .service-card h5 {
        font-weight: 400;
        font-size: 1rem !important;
        color: #333;
    } 
}




    .side-buttons {
      position: fixed;
      top: 40%;
      right: 0;
      z-index: 1030;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .side-buttons .btn {
      border-radius: 30px 0 0 30px;
      text-align: left;
      transition: all 0.3s ease;
     font-size: 12px;
    padding: 5px;
    }
    .side-buttons .btn:hover {
      transform: translateX(-2px);
    }
    
    
    .icon-lg {
  font-size: 42px;
  color: #0d6efd;
}
.icon-xl {
  font-size: 40px;
  color: #ffc107;
}


