/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

* {font-family: 'Poppins', sans-serif; font-family: 'Roboto', sans-serif;}
html{
    scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
    overflow-x: hidden;
}
img{
	max-width: 100%;
}
.mt-70{
	margin-top:100px;
}
.top_bar ul{
	margin-bottom: 0px;
	list-style-type: none;
	padding:10px 0 0;
	text-align: right;
	
}
.top_bar ul li{
	margin-left: 20px;
	display: inline-block;
}
.top_bar ul li a{
	color: #404040;
} 
.top_bar ul li a:hover{
	color: #f89646;
}

.banner_sec {
    background-repeat: no-repeat;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff4e4), to(transparent));
    background: -o-linear-gradient(top, #fff4e4, transparent);
    background: linear-gradient(180deg, #fff4e4, transparent);
    background-size: 40%;
}
div#banner_sec:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-bg.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
    background-size: 40%;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.navbar-light .navbar-toggler-icon {
display: inline-block;
    width: 42px;
    height: 3px;
    background-color: #ff9f0f;
    margin: 0 3px;
    position: relative;
    vertical-align: top;
    margin-top: 3px;
}
.navbar-light .navbar-toggler-icon:before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 65%;
    display: block;
    height: 3px;
    background-color: #ff9f0f;
}
.navbar-light .navbar-toggler-icon:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 83%;
    display: block;
    height: 3px;
    background-color: #ff9f0f;
   
}
.navbar-light .navbar-toggler{
    border:0px !important;
}
.navbar-light .navbar-toggler:focus{
    outline: 0;
}
button.navbar-toggler {
    border-radius: 0;
}
.navbar-toggler.collapsed{
    background-color: transparent;
}


.banner_content{
	padding-top:80px;
}
.navbar.home_menu{
	padding-top:30px;
	padding-left:0;
	padding-right:0;
}
.home_menu .navbar-nav li a {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #000000 !important; 
}
.home_menu .navbar-nav li a:hover, .navbar-light .navbar-nav .active>.nav-link{
	color: #ff9f0f !important;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.home_menu .navbar-nav li{
	margin-right: 0px;
	margin-left: 20px;
}
.banner_content h1{
	font-size: 54px;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	min-height: 80px;
	background: -webkit-gradient(linear, right top, left top, color-stop(20%, #ff5000), color-stop(50%, #212529));
	background: -o-linear-gradient(right, #ff5000 20%, #212529 50%);
	background: linear-gradient(to left, #ff5000 20%, #212529 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_content .banner_paragraph{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	margin:25px 0;
}
.banner_btn a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 40px;
    background-color: #fff;
    border: 2px solid #f89646;
    display: inline-block;
    border-radius: 60px;
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-top: 20px;
}
.banner_btn a:hover{
	background-color: #f89646;
	color: #fff;
	text-decoration: none;
}
.section-padding{
	padding:80px 0;
}
.about_content h1, .about_content h5{
	text-transform: uppercase;
	font-weight: 600;
	color: #404040;
} 
.globe_btn a{
	color: #ff5000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: padding-left 0.5s ease-in-out;
	-o-transition: padding-left 0.5s ease-in-out;
	transition: padding-left 0.5s ease-in-out;
}
.morelink{
    color: #ff5000;
    font-size: 16px;
    text-transform: uppercase;
}
.morelink:hover{
    text-decoration: none;
  color: #ff5000;
}
.globe_btn a:hover {
  text-decoration: none;
  color: #ff5000;
  padding-left: 10px;
  display: inline-block;
}
#about_us {
    position: relative;
}
#about_us:before {
    content: "";
    display: inline-block;
    background-image: url(../images/about-left.png);
    width: 200px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service_sec{
	background-color: #fafafa;
	padding:60px 0;
}

.service_content h1, .service_content h5{
	text-transform: uppercase;
	font-weight: 600;
	color: #404040;
} 
.service_content h5{
	letter-spacing: 3px;
}
.about_content p, .service_content p{
	font-size: 18px;
}
.service_box{
	background-color: #fff;
	padding: 50px 20px 40px;
	border:2px solid transparent;
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 2px 6px 5px #eee;
	        box-shadow: 2px 6px 5px #eee;
	margin-bottom: 30px;
    position: relative;
    z-index: 55;
   
}

.curve-sec-service{
     height: 100%;
     position: absolute;
   -webkit-transform-style: preserve-3d;
           transform-style: preserve-3d;
   -webkit-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
  width: 100%;
  top:0;
  left:0;
  padding:20px;
}

.service_box:hover .curve-sec-service {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 100%;
  height: 100%;
}
.curve-sec-service .side {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden;*/
  width: 100%;
  padding: 50px 20px;
}
.curve-sec-service .back {
  background:#ff5000;
  color: #fff;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  top:0;
  left:0;
  padding:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_box span {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
}
.rs_Design span {
    background-color: #fce5cb;
}
.rs_dec span {
    background-color: #fdd1d5;
}
.rs_software span {
    background-color: #d1fbf8;
}
.rs_seo span {
    background-color: #f3cbfc;
}
.rs_social span {
    background-color: #d1fdd4;
}
.rs_mobile span {
    background-color: #d1d6fb;
}


.service_box h3{
	margin:20px 0 30px;
	font-size: 22px;
}
.hover_btn{
	display: none;
}
.service_box:hover{
	-webkit-transition: margin-top  0.5s ease-in-out;
	-o-transition: margin-top  0.5s ease-in-out;
	transition: margin-top  0.5s ease-in-out;
	/*margin-top: -0px;*/
	-webkit-box-shadow: 3px 8px 5px #eee;
	        box-shadow: 3px 8px 5px #eee;
}
.hover_btn a i, .hover_btn a i:hover{
	font-size: 20px;
	color: #ff5000;
}
.hover_btn a{
	color: #ff5000;
	position: absolute;
    right: 25px;
    bottom: 25px;
}
.service_box:hover .hover_btn{
	display: block;
}
.service_margin_top{
	margin-top:85px;
}
.staffing_mission h4{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
/*Logo Showcase Slider*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*Logo Slider*/

.testimonails-sec{
	background-image: url('../images/testimonials-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
    padding:120px 0 !important;
}
.testimonails-sec .service_content h5, .testimonails-sec .service_content h1{
	color: #fff;
}
/*.testim {
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}*/

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #6b4040;
    cursor: pointer;
    font-size: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 1;
}

.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: 20px;
    left: 0;
    display: block;
    z-index: 11;
    height: 12px;
    padding-left: 0;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ff6b1b;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
         z-index: 1;
}

.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;   
    animation: testim-scale .5s ease-in-out forwards;   
        z-index: 11;
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
		background-color: #fff;

}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0 50px 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%;
    display: none;
}

.testim .cont div h2 {
    color: #ffb84f;
    font-size: 16px;
    margin: 15px 0;
}
.testim .cont div p {
   font-size: 17px;
    color: #404040;
    width: 70%;
    margin: auto;
    font-style: italic;
}

.testim .cont div.active .img img {
    -webkit-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;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-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;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-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;    
    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;        
    }
}

@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;        
    }
}

@-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);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                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%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                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);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(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);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(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;
	}

}
/*Testimonials*/

/*Contact Form*/
.query_form .service_content h1{
	font-size: 36px;
	text-transform: uppercase;
	color: #ff5000;
}
.form_field{
	margin-bottom: 30px;
}
.form_field input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #5d5d5d;
}
.form_field textarea{
	border-radius: 5px;
    border: 1px solid #5d5d5d;
}
.form_field input:focus, .form_field textarea:focus{
	 border-color: #ea830e;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234,131,14,.25);
            box-shadow: 0 0 0 0.2rem rgba(234,131,14,.25);
}

.query_point  input[type="checkbox"] { display: none; }

.query_point  input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.query_point  input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.query_point  input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #ff5000;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  -o-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.query_point input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.query_point {
    padding: 25px 15px;
    -webkit-box-shadow: 0px 0px 7px #eee;
            box-shadow: 0px 0px 7px #eee;
    margin: 15px 0;
}
.submit_btn {
    margin: 50px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.submit_btn .form_submit {
    background-color: #ff5000;
    padding: 12px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    border: 0;
}
.submit_btn .form_submit:hover{
	background-color: #000;
	color: #fff;
}
#query_form{
	position: relative;
}
#query_form:before{
    content: "";
    display: inline-block;
    background-image: url(../images/form-right.png);
    width: 250px;
    height: 370px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}
#award_sec{
 background-image: url(../images/award-bg.png);
 background-repeat: no-repeat;
 background-size: cover;
}
.award_sec .service_content h1{
	color: #fff;
	font-weight: normal;
}
.award-content h2{
	color: #ff5000;
}
.award-content p{
	color: #fff;
}

/*Contact-form*/
.award_para p{
	color: #fff;
}
.rating-bg {
    background-color: #fff;
    padding: 50px 80px 0px;
    margin-top: -140px;
    -webkit-box-shadow: 0px 0px 7px #eee;
            box-shadow: 0px 0px 7px #eee;
    height: 520px;
}
div#award_sec {
    padding-bottom: 220px;
}
.review_sec h1{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
}
.orange_bg{
	background-color: #ff5000;
	padding:40px 20px 30px;
}
.orange_bg ul{
	padding-left: 0px;
}
.orange_bg ul li{
	color: #fff;
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}
.orange_bg h3{
	color: #fff;
	 margin: 10px 0 50px;
}
.orange_bg ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    background-image: url(../images/li-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 4px;
}
.menu_links ul{
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
.menu_links ul li{
	display: inline-block;
}
.menu_links ul li a{
	font-size: 18px;
	margin:0px 30px;
	color: #000;
	text-decoration: none;

}
.menu_links ul li a:hover{
	color: #ff5000;
}
.social-icons ul {
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
}
.social-icons ul li{
	display:inline-block;
	margin:0px 20px;
}
.footer_bar{
	background-color: #ff5000;
	height: 20px;
}
div#portfolio_sec {
    background-color: #fafafa;
}
.port_content h2 {
    color: #0aa66e;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mt_10{
    margin-top: 100px;
}
.port_content a {
    color: #0aa66e;
}
.port_content a:hover{
    color: #0aa66e;
}
/*SlideShow*/
.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 700px;
  margin: 10px auto;
}
.slideshow * {
  outline: none;
}
/*.slideshow .slider {
  box-shadow: 0 20px 50px -25px black;
}*/
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
/*.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}*/
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          -ms-transform: scale(1);
      transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #ff5000;
    background-color: #fff;
    border-radius: 50%;
}
ul.slick-dots {
    display: none !important;
}
.slideshow .item img {
    max-width: 650px;
    margin-left: auto;
}
.port_sec .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.port_sec {
    padding: 70px 0;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}


.circle_img_animation, .soft_ware, .seo_animation {
    position: relative;
}
.circle_img_animation:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -200px;
    background-image: url(../images/service-3.png);
    background-repeat: no-repeat;
    top: 20px;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: bubbleMover;
            animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-perspective: 1px;
            perspective: 1px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
    z-index: 0;
}

.soft_ware:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -410px;
    background-image: url(../images/service-2.png);
    background-repeat: no-repeat;
    top: 100px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: bubbleMover;
            animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-perspective: 1px;
            perspective: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    z-index: 0;
}

div#service_sec .service_content{
    position: relative;
}
div#service_sec .service_content:after {
    content: "";
    display: block;
    width: 54%;
    height: 100%;
    position: absolute;
    right: -550px;
    background-image: url(../images/service-2.png);
    background-repeat: no-repeat;
    top: 40px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: bubbleMover;
            animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-perspective: 1px;
            perspective: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: visible;
    z-index: 0;
    left: auto;
}
.seo_animation:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50px;
    background-image: url(../images/service-3.png);
    background-repeat: no-repeat;
    bottom: 50px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: bubbleMover;
            animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-perspective: 1px;
            perspective: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    z-index: 0;
    background-position: bottom left;
}
.mobile_animation:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -50px;
    background-image: url(../images/service-1.png);
    background-repeat: no-repeat;
    bottom: 0px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: bubbleMover;
            animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-perspective: 1px;
            perspective: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    z-index: 0;
    background-position: top right;
}




/*Slideshow*/

section#testim {
    width: 50%;
    margin: 0 auto;
}
.service_box img {
    max-width: 43px;
    width: 40px;
}
.service_box:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fe834b;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    position: absolute;
    bottom: -2px !important;
    left: 0;
    border-radius: 10px;
    top: auto !important;
    -webkit-animation: unset !important;
            animation: unset !important;
}
.service_box:hover::after {
    width: 100%;
}
.form_sec .form_field input, .form_sec .form_field textarea {
    padding-left: 40px;
}
.form_sec .form_field{
    position: relative;
}
.form_sec .form_field.rs_name:after {
        content: "\f007";
    font-family: FontAwesome;
}
.form_sec .form_field.rs_phone:after {
    content: "\f10b";
    font-family: FontAwesome;
    font-size: 32px;
    top: 0;
}
.form_sec .form_field.rs_email:after {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 20px;
    top: 10px;
}
input#phone {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.form_sec .form_field.rs_website:after {
    content: "\f0ac";
    font-family: FontAwesome;
}
.form_sec .form_field.rs_message:after {
    content: "\f14b";
    font-family: FontAwesome;
    top:2px;
}
.form_sec .form_field:after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 8px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 22px;
}
#section {
  width: 100%;
  height: 400px;
  word-wrap: break-word !important;
}

.moretext {
  display: none;
}
.port_content_video p.rs_dancing_script {
    font-size: 28px;
    font-family: 'Dancing Script', cursive;
    color: #fe834b;
    margin-bottom: 40px;
}
.port_content_video h2 {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
}
.port_content_video p {
    font-size: 20px;
}
.ceo_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.port_content_video p {
    font-size: 18px;
    margin-bottom: 0;
}
div#video_sec {
    background-color: #fafafa;
    padding-bottom: 50px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.port_content.aos-init.aos-animate.zero h2,  .port_content.aos-init.aos-animate.zero a{
        color: #0aa66e !important;
 }
.port_content.aos-init.aos-animate.one h2, .port_content.aos-init.aos-animate.one a{
    color: #f2473b;
}
.port_content.aos-init.aos-animate.two h2, .port_content.aos-init.aos-animate.two a{
    color: #df6c9f;
}
.top_bar p {
    font-size: 14px;
    padding-top: 8px;
}
.fa, .far, .fas {
    font-family: 'FontAwesome' !important;
}




/*Custom_Navbar*/

.social-icons ul img{
    max-width: 30px;
}
.sticky .header_main {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 99;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 2px 5px #eee;
            box-shadow: 0px 2px 5px #eee;
    padding-bottom: 15px;
    -webkit-animation: smoothScroll 0.5s forwards;
            animation: smoothScroll 0.5s forwards;
}
.sticky .header_main .navbar.home_menu{
    padding-top: 15px;
}

.sticky  #about_us, .sticky   #service_sec,
.sticky #portfolio_sec, .sticky #query_form{
    padding-top:100px;
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

.morelink {
    position: relative;
    display: table;
}
.morelink.less:after{
    content: "\f078";
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: -22px;
    top: 1px;
    font-size: 14px;
}
.morelink:after{
    content: "\f077";
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: -22px;
    top: 1px;
    font-size: 14px;
}


/*Portfolio-page*/
.mt-100 {
    margin: 100px 50px !important;
}
.case_content p.dancing_color {
    color: #f2473b;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    padding-left: 20px;
    border-left: 5px solid #f2473b;
}
.portolio_img   {
    background-color: #eee;
    margin-top: 20px;
    height: 350px;
}
.filters li.active a {
    color: #ff5000;
    border-radius: 5px;
    padding: 10px 25px;
    background-color: transparent;
    border: 2px solid rgb(255 80 0 / 80%);
}
.portolio_img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.portfolio-banner{
    position: relative;
}
.portfolio-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.portfolio-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ffff;
    font-weight: bold;
}
/*Portfolio-case-study*/
.bggrey {
    background-color: rgb(255 80 0 / 10%);
    padding: 50px 0;
}
.case_img img{
    max-width: 100%;
    object-fit: cover;
    height: 600px;
}
.case_img{
    position: relative;
}
.case_img.port1:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 2px dashed #b3b3b3;
    z-index: -1;
    width: 90%;
    height: 100%;
    top: 24px;
    left: 105px; 
}
.case_img.port2:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 2px dashed #b3b3b3;
    z-index: -1;
    width: 90%;
    height: 100%;
    top: 24px;
    left: 60px;
}
.case_img.port3:before {
     content: "";
    display: inline-block;
    position: absolute;
    border: 2px dashed #b3b3b3;
    z-index: -1;
    width: 90%;
    height: 100%;
    top: 24px;
    left: 105px; 
}
.case_img.port4:before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 2px dashed #b3b3b3;
    z-index: -1;
    width: 90%;
    height: 100%;
    top: 24px;
    left: 60px;
}


/*C-Code*/
.grid-item {
display: inline-block;
    height: 250px;
    overflow: hidden;
    text-align: center;
    width: 33.3%;
    padding:5px;
}
.grid-item img{
    width:100%;
    height: 100%;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -o-object-fit: cover;
       object-fit: cover;
}
.grid-item img:hover{
    -webkit-filter: none;
            filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top:20px;
    
}

.filters ul {
    list-style: none;
    padding: 20px 10px;
    margin: 40px 0px;
}
.filters li {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.filters li a span{
    display: inline-block;
    margin-bottom:5px;
}
/*.filters li a:hover{
    color:#fff;
}*/

/*.filters li:hover {
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    border-radius: 15px;
}*/

.filters li.active a {
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    background-color: rgb(255 80 0 / 80%);

}


.isotope-pager a{
     margin: 6px 1px;
    display: inline-block;
    width: 50px;
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: -1px 1px 11px rgba(0,0,0,.1);
            box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
    text-decoration:none;
    display: none !important;
}
.p-page {
    background-color: #efefef;
    padding-bottom: 5px;
}
div#testim-content {
    min-height: 300px;
}

/*//C-code*/

.pl-100{
    padding-left: 100px !important;
}
.pr-100{
    padding-right: 100px !important;
}

/*WEBSITE DESIGN PAGE*/

.portfolio-title p{
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
}
.case_img.before_not:before{
    display: none;
}
.contact_area {
    background-image: linear-gradient(
45deg
, #886beb, #65e7df);
    padding: 100px 0 !important;
}
.rs_contact {
    background-color: #ff9f00;
    padding: 14px 28px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    margin-top:30px;
    text-decoration: none;
}
.contact_area h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.rs_contact:hover{
    color: #fff;
    text-decoration: none;
}
.case_content p{
    font-size: 18px;
}
.case_content h1{
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
}
.f-18{
    font-size: 18px;
}
.full-image img{
    width: 100%;
}
.video-sec{
    background-color: #f3f1f1;
}

/*Mega-menu*/
.mega_menu {
    display: none;
}
.service_menu:hover .mega_menu {
    display: block;
    position: absolute;
    width: 100%;
    left: calc(100% - 80%);
    background-color: #fff ;
    box-shadow: 0px 2px 5px #eee;
    padding: 40px 20px;
    z-index: 55;
}
.mega_menu ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.mega_menu ul li h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.mega_menu ul li a {
    font-size: 16px !important;
    padding: 10px 0 !important;
    display: inline-block;
   position: relative;
   text-decoration: none;

}

.mega_menu ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 7px;
  background: #ff9f0f;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.mega_menu ul li a:hover:after,
.mega_menu ul li a:focus:after,
.mega_menu ul li a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.service_menu a {
    position: relative;
}
.service_menu > a:after {
    content: "\f078";
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: -20px;
    top: 5px;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.5;
}
.banner_service  h2{
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
    font-size:40px;
}
.max-1920{
    max-width:1600px;
    margin:0 auto;
}

/*Media Query*/
@media (min-width: 992px){
    
    @-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
                transform: translateY(0px) translateX(0) rotate(0)
    }
    30% {
        -webkit-transform: translateY(-2px) translateX(2px) rotate(5deg);
                transform: translateY(-2px) translateX(2px) rotate(5deg);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
    50% {
        -webkit-transform: translateY(-4px) translateX(4px) rotate(10deg);
                transform: translateY(-4px) translateX(4px) rotate(10deg);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
    80% {
        -webkit-transform: translateY(-2px) translateX(2px) rotate(5deg);
                transform: translateY(-2px) translateX(2px) rotate(5deg);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
                transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
}
    
    @keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
                transform: translateY(0px) translateX(0) rotate(0)
    }
    30% {
        -webkit-transform: translateY(-2px) translateX(2px) rotate(5deg);
                transform: translateY(-2px) translateX(2px) rotate(5deg);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
    50% {
        -webkit-transform: translateY(-4px) translateX(4px) rotate(10deg);
                transform: translateY(-4px) translateX(4px) rotate(10deg);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
    80% {
        -webkit-transform: translateY(-2px) translateX(2px) rotate(5deg);
                transform: translateY(-2px) translateX(2px) rotate(5deg);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
                transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
                transform-origin: center center
    }
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0rem !important;
    padding-left: 2.0rem !important;
}
}

@media (min-width: 767px){
.about_content{
	padding-right: 50px;
}
.service_content p{
	width: 80%;
	margin:30px auto 0;
}
.service_box{
	min-height: 400px;
}
.b-right{
	border-right:1px solid #9a9a9a;
}
div#staffing {
    padding-bottom: 150px !important;
}
}

@media (max-width: 1366px){
div#service_sec .service_content:after{
    display: none;
}
}

@media (max-width: 1024px){
    div#service_sec .service_content:after{
    display: none;
}
.mobile_animation:after{
    right: 0;
}

}

@media (max-width: 992px){
   /* ul.navbar-nav.ml-auto {
    position: fixed;
    top: 0;
    background-color: #ff5000;
    width: 100%;
    left: 0;
    height: 100vh;
    padding-top: 140px;
    z-index: 0;
    padding-left: 50px;
}*/

.navbar-light .navbar-toggler{
    position: relative;
    z-index: 99999;
}
.home_menu .navbar-nav li a{
    color: #fff !important;
    line-height: 2.5;
}
.home_menu .navbar-nav li a:hover, .navbar-light .navbar-nav .active>.nav-link{
    color:#ffff !important;
}
.navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
}
.navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 12rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0,0,0,1);
    transition: visibility .5s ease-in-out,-webkit-transform .5s ease-in-out;
    -webkit-transition: visibility .5s ease-in-out,-webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out,visibility .5s ease-in-out;
    transition: transform .5s ease-in-out,visibility .5s ease-in-out;
    transition: transform .5s ease-in-out,visibility .5s ease-in-out,-webkit-transform .5s ease-in-out;
        height: 100vh;
    z-index: 8888;
}
.navbar-collapse ul.navbar-nav.ml-auto {
    text-align: center;
    padding-left: 0;
}
.home_menu .navbar-nav li{
    margin-left: 0px;
}
.sticky .navbar-collapse{
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
    transition:unset !important;
    transition: unset !important;
}
}
@media (max-width: 768px){
#query_form:before{
        display: none;
    }
.circle_img_animation:before, .soft_ware:after, .seo_animation:before{
    display: none;
}
.rating-bg{
    height: auto;
    padding:50px 20px 0px;
}
div#footer-sec {
    margin-top: 0px;
}
.menu_links ul li a{
    margin-bottom: 15px;
    display: inline-block;
}
.award_sec .service_content h1, .query_form .service_content h1{
    font-size: 28px;
}
.testimonails-sec .service_content h1, .service_content h1, .about_content h1, .port_content_video h2, .review_sec h1{
    font-size: 25px;
}
#section {
    width: auto;
    height: auto;       
}
#banner_sec:after{
   background-size: 70%;
}
.menu_links ul li a{
    margin: 0px 20px 10px;
}
.top_bar {
    text-align: center;
    padding-bottom:10px;
}
.top_bar ul{
    margin: 0 auto !important;
    text-align: center
}
.query_point{
    padding:15px;
}
.query_point{
    margin:5px 0;
}
section#testim {
    width: 80%;
    margin: 0 auto;
}
.hover_btn a{
    bottom: 15px;
}
.port_content_video p.rs_dancing_script{
    margin-bottom: 10px;
}
.port_content_video p.rs_dancing_script{
    margin-top:15px !important;
}
#staffing .row.mt-70 {
    margin-top: 50px !important;
}
#staffing .service_content h5{
    font-size: 15px;
}
.grid-item {
   width: 50%;
}
div#container {
    width: auto !important;
}
}

@media (max-width:767px){
    .pl-100 {
    padding-left: 0px !important;
}
.pr-100 {
    padding-right: 0px !important;
}
.max-1920 .case_content.pr-5 {
    padding-right: 0px !important;
    padding: 10px !important;
}
.content_area_data h2 {
    font-size: 24px;
}
.phone_reverse {
    flex-direction: column-reverse;
    margin: 30px 0;
}
}

@media (max-width: 575px){
    .banner_content h1{
        font-size: 34px;
        min-height: auto;
    }
    .banner_btn a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 25px;
}
div#banner_sec:after{
    background-size: 80%;
}
a.navbar-brand img {
    max-width: 150px;
}
.top_bar> .row > .col-12:nth-child(1) {
    text-align: center !important;
}
.menu_links ul{
    margin-bottom: 0px !important;
}
.grid-item {
    width: 100%;
}
.portfolio-title h2 {
    font-size: 35px;
}
.filters{
    padding-bottom: 0px;
}
.social-icons ul{
    margin-top:10px;
}
.service_box{
    min-height: 340px;
}
.portfolio-title p {
    width: 100% !important;
}
.banner_service h2, .case_content h1 {
    font-size: 24px;
}
}