p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 27px;
}

 

    .logo img{width:200px;}
.header--navbar:before {border: 0px !important;}
.header--navbar-top {margin: 10px 0px;}
.top_headdd{ background: #103272; }
.liss ul{ padding: 0px;margin: 0px; }
.liss li{ list-style: none; float: left; margin-right: 15px;  padding: 7px 0px;}
.liss li a{text-decoration: none;  color: #fff;    font-family: "Montserrat", sans-serif; font-size: 14px;w;}
.topsocial{ float:left; margin:0px; padding:0px; padding-top:6px; margin-right:15px;}
.topsocial li {
	display: inline-block;
}

.topsocial a {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,255,255);
    display: block;
    color: #2980b9; 	background: #fff;
    text-align: center; font-size: 13px;
    line-height: 24px;
    border-radius: 100%;
    margin: 0 2px;
}

.request a {
    background: #f69323 none repeat scroll 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 18px;
    text-transform: uppercase;
    transition: all 0.9s ease;
    transition-property: all;
    transition-duration: 0.9s;
    float: right;
}
.about--gallery-video img{border-radius: 20px;
    background: #fff;
   padding-left: 30px;}
.about--section {padding: 70px 0px;}
.testimonial--section .section--title {margin-bottom: 30px;}
.testimonial--section {padding: 50px 0px;}
.section--title .h2 {
    margin-bottom: 0; font-weight: 600;     font-size: 34px;
}
.service--item .h3 {
    margin-top: 0;
    margin-bottom: 13px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
}
.services--section {padding: 60px 0px;}
.features--section {padding: 60px 0px;}
.inner-box {
       width: 60px;
    height: 60px; margin: auto
}
.techno_box {    text-align: center;
    padding: 27px;
    margin-bottom: 40px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0px 0px 20px #e7e7e7;
    border-radius: 18px;}
.techno_box span{    font-family: montserrat,sans-serif;
    line-height: 19px;
    padding-top: 10px;
    display: block;
    font-weight: 600;}
.technology .row{display: flex; width: 100%; flex-wrap: wrap; justify-content: center;}
.technology .col-sm-2{display: flex;  }
.technology .section--title{margin-bottom: 40px;}
.outsourceservice {   
    background-size: cover;}
.out_box{background: #fff;
    border-radius: 17px;
    padding: 10px;}
.outsourceservice .row{display: flex; flex-wrap: wrap}
.outsourceservice .col-md-3{display: flex;}
.pricing--section{padding: 60px 0px;}
.fancy-text-block  {padding: 40px 0px;}
.serv_in h3{font-size: 27px; font-weight: 700; color: #fff; margin-bottom: 30px;}
.serv_in h4{color: #fff; font-size: 20px; font-weight: 700;}
.serv_in p{color: #fff;}
.hirel-technologies .bgs-angular {
    background: #ffd2d9;
}
.hirebox {    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px; cursor: pointer;
    margin-bottom: 24px;
    border-radius: 16px; transition: 0.5s}
.hirebox img {
    width: 60px;
}
.hirebox p{    padding-left: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #000;
    line-height: 19px;
    font-size: 16px;}
.outsourceservice .section--title{margin-bottom: 40px;}
.outsourceservice .hirebox{background: #e8f0ff; width: 100%;}
.bg2{background: #ffd9af !important;}
.bg3{background: #d1ffe2 !important;}
.bg4{background: #d5deff !important;}
.bg5{background: #e3ffbe !important;}
.bg6{background: #ffd9af !important;}
.bg7{background: #fff5af !important;}
.bg8{background: #ffdcdc !important;}
.bg9{background: #d9ffdd !important;}
.bg10{background: #a9bcff !important;}
.bg11{background: #ffd9af !important;}
.bg2{background: #e2f8ff !important;}
.technology   {background: #f7f7f7;}
 
 
.testim {
	 background: url(../img/people-says-bg.jpg); background-size: cover; background-repeat: no-repeat;
    padding: 50px 0px;     position: relative;
}

.testim .wrap {
 
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: none;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
  display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    padding: 7px; margin-top: 20px;

}

.testim .cont div h2 {
   color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
    font-weight: 700;
    font-size: 20px; line-height: inherit;
    margin-bottom: 0px;
}
.testim .cont div h3{font-size: 17px; color: #fff; margin: 0px;}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
.testim h2{color: #fff;}
.testim p{color: #fff;}
.testim .section--title {margin-bottom: 20px;}
.row{display: flex; flex-wrap: wrap;}
.pricing--section .col-md-4  {display: flex; }
.outsourceservice .hirebox:hover{background: #103272 !important;  }

.outsourceservice .hirebox:hover img {

    transition: all 1000ms ease;

    -moz-transition: all 1000ms ease;

    -webkit-transition: all 1000ms ease;

    -ms-transition: all 1000ms ease;

    -o-transition: all 1000ms ease;

}

.outsourceservice .hirebox:hover img {

    -webkit-transform: scale(-1) rotate( 180deg);

    -moz-transform: scale(-1) rotate(180deg);

    -ms-transform: scale(-1) rotate(180deg);

    -o-transform: scale(-1) rotate(180deg);

    transform: scale(-1) rotate( 180deg);

}

.outsourceservice .hirebox:hover p{color: #fff;}
.outsourceservice .hirebox img {    transition: 100ms ease-in-out;     object-fit: scale-down;}

.outsourceservice .hirebox:hover img{filter: brightness(0) invert(1);
}
   .top_headdd-mob{display: none;;}
   
   .home-blogs  .item h3{font-size:21px; line-height:29px;}
   .home-blogs .item p.date {
    color: #f69323;
    padding: 0px;
    padding-top: 10px;
      font-family: "Montserrat", sans-serif;
    font-size: 15px;
} 

.home-blogs li{   font-size: 17px;
    line-height: 27px; padding-bottom:10px;}
    
    .about--content  li{font-size:17px; padding-bottom:10px;}
    
    .about--section   li{font-size:17px; padding-bottom:10px;}
    
    .cta--content h2{color:#fff; font-weight:700;}
        .cta--content p{color:#fff;} 
        .cta--btn a {background: #f69323;
    color: #fff;
    border: 3px solid #fff;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 100px;}

    