@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff'),
        url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff'),
        url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



*{
	 font-family: 'Roboto';
}

a:hover{text-decoration: none;}
.w-930{max-width: 930px;margin: 0 auto;}
.w-120{width: 120px;}
.fs-18{font-size: 18px  !important;}
.fs-19{font-size: 19px  !important;}
.fs-20{font-size: 20px  !important;}
.fs-21{font-size: 22px  !important;}
.fs-22{font-size: 22px  !important;}
.fs-23{font-size: 23px  !important;}
.fs-24{font-size: 24px  !important;}
.fs-25{font-size: 25px  !important;}
.fs-26{font-size: 26px  !important;}
.fs-27{font-size: 27px  !important;}
.fs-28{font-size: 28px  !important;}
.fs-30{font-size: 28px  !important;}
.fs-40{font-size: 40px  !important;}
.fs-60{font-size: 60px  !important;}

.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-700{font-weight: 700 !important;}

.h-80{height: 80px;}
.h-80vh{height: 80vh !important;}

.pb-1-grey{border-bottom: solid 1px #e4e4e4;}

.text-uppercase{text-transform: uppercase;}

.opacity-1{opacity: 1 !important;}

.col-blue{color: #0c6cd3;}

.m0-auto{margin: 0 auto;}

.mtb-25{
	margin: 25px 0;
}

.btn-yellow{
	position: relative;
    display: inline-block;
    font-size: 15px;
    color: #161616;
    background: #f9d53e;
    text-align: center;
    padding: 21px 34px 18px 34px;
    text-transform: uppercase;
    min-width: 216px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	display: flex;
    align-items: center;
	height: 54px;
}

.btn-yellow .arrow_r{
	vertical-align: middle;
    filter: grayscale(0) brightness(0.0);
    -webkit-filter: grayscale(0) brightness(0.0);
	margin-top: -2px;
	animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim;
	display: inline-block;
    vertical-align: baseline;
    margin-left: 8px;
    width: 22px;
    height: 12px;
    background: url(../images/arrows.png);
	position: relative;
    z-index: 2;
}

.btn-yellow:hover .arrow_r {
    background-position: 0 -38px;
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1);
    animation: alll;
    -webkit-animation: alll;
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus{
	color: #dedede;
}
.btn-yellow:hover:after{
	height: 100%;
    top: 0;
}
.btn-yellow:after{
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #111;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	border-radius: 4px;
}
.btn-yellow:hover span.text{
	color: #dedede;
	padding: 0;
}
.btn-yellow span.text{
	position: relative;
    z-index: 2;
	font-size: 15px;
	font-weight: 700;
}

.btn-blue-border{
	display: inline-block;
    text-align: center;
    border: 1px solid #0c6cd4;
    border-radius: 25px;
    padding: 14px 30px 12px 30px;
    color: #0c6cd4;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
	line-height: 1px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.btn-blue-border:hover{
	background-color: #0c6cd4;
    color: #fff;
}
.btn-blue-border span{
	display: inline-block;
    margin-left: 7px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
}
.btn-blue-border:hover span{
	transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.bg-grey{
	background-color: #f3f3f3!important;
}

.common-banner-title{
	font-size: 36px;	
    line-height: normal;
    font-weight: normal;
	opacity: 0.7;
}
.about-after{
	position: relative;
}
.about-after:after{
	background: url(../images/curve-banner.png) 50% 100% no-repeat;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
	background-size: 100%;
}
.about-after:before{
	background: url(../images/bg-img-gradient.png) 50% 100% repeat-x;
    background-size: 100% 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.about-values{
	background: #F8FAFF !important;
    padding: 90px 0;
}
.home-banner {
	background-color: #4ca1af;
	background: url(../images/home-banner-animaction-img.png) bottom center no-repeat;
	height: 100vh;
	z-index: 2;
    position: relative;
	margin-top: 98px;
	padding-bottom: 60px;
	background-size: cover;
}
.banner h1{
	margin: 0;
    font-size: 40px;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: bold;
	opacity: 1;
	z-index:3;
	color: #fff;
}
.common-banner {
	background-color: #4ca1af;
	background: url(../images/bg-common.jpg) bottom center no-repeat;
	height: 60vh;
	z-index: 2;
    position: relative;
	margin-top: 98px;
	padding-bottom: 60px;
	background-size: cover;
}

.head_img_bg{
	/*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;    background: #efefef;
}

.mega-menu-main.navbar {
	transition: 1s;
}
.mega-menu-main.navbar-expand-lg .navbar-nav a.nav-link{
	color: #000;
	font-size: 15px;
}
/*header navbar hiring banner*/
.hiring-banner{
  width: 18%;
  height: 58px;
  margin-left: 15px;
}
.hiring-banner img{
  width: 100%;
  height: 100%;
  border-radius: 86px;
}

/* Change navbar styling on scroll */

.mega-menu-main.navbar.sticky {
	background: #fff;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

..mega-menu-main.navbar.sticky .nav-link {
	color: #555;
}

.mega-menu-main.navbar.sticky .nav-link:hover,
.mega-menu-main.navbar.sticky .nav-link:focus {
	color: #555;
	text-decoration: none;
}

.mega-menu-main.navbar.sticky .navbar-brand {
	color: #555;
}


/* Change navbar styling on small viewports */



.mega-menu-main .navbar-nav>li>.dropdown-menu {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}

.mega-menu-main .dropdown-menu {
	width: 70%;
	min-width: 150px;
}

.mega-menu-main .mega-dropdown {
   position: static !important;
   margin-right: 15px;
}

.mega-menu-main .mega-dropdown-menu > li > ul {
   padding: 0;
   margin: 0;
}

.mega-menu-main .mega-dropdown-menu > li > ul > li {
   list-style: none;
}

.mega-menu-main .mega-dropdown-menu > li > ul > li.dropdown-header a{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 10px 0;
    color: #000 !important;
    padding: 0;
	margin:0;
}

.mega-menu-main .mega-dropdown-menu > li > ul > li > a {
   display: block;
   padding: 3px 20px;
   clear: both;
   font-weight: normal;
   line-height: 1.428571429;
   color: #818181;
   white-space: normal;
}

.mega-menu-main .mega-dropdown-menu > li > ul > li > a:hover {
   color: #e2e2e2;
   text-decoration: none;
}

.mega-menu-main .dropdown-header {
   font-size: 15px;
   text-transform: uppercase;
   font-weight: 700;
   border-bottom: 1px solid #f1f1f1;
   margin: 10px 0;
   color: #000;
}

.mega-menu-main .menu-images {
   padding: 5px 20px 5px 20px;
}

.mega-menu-main .dropdown.mega-dropdown:hover,
.mega-menu-main .dropdown.mega-dropdown:active,
.mega-menu-main .dropdown.mega-dropdown:focus {
   background: #eee;
}

.mega-menu-main .single-item:hover,
.mega-menu-main .single-item:active,
.mega-menu-main .single-item:focus {
   background: #eee;
}

.mega-menu-main span.glyphicon.glyphicon-chevron-down {
   padding: 2px 0px;
}

.mega-menu-main .dropdown-menu{
	background:#fff!important;
	position: absolute;
    top: 75%;
    width: 70%;
    left: unset;
	right: 20px;
    background: #fff;
    padding: 30px 20px;
    z-index: 10;
}

.mega-menu-main .dropdown-menu.about,
.mega-menu-main .dropdown-menu.solutions{
	right: 5%;
	width: 43%;
}

.mega-menu-main .dropdown-menu.services{
	right: 17%;
	width: 50%;
}
.mega-menu-main .dropdown-menu.resources{
	right: 22%;
	width: 15%;
}

.mega-menu-main .nav-item.dropdown.mega-dropdown ul.about.mega-dropdown-menu:after,
.mega-menu-main .nav-item.dropdown.mega-dropdown ul.solutions.mega-dropdown-menu:after,
.mega-menu-main .nav-item.dropdown.mega-dropdown ul.services.mega-dropdown-menu:after,
.mega-menu-main .nav-item.dropdown.mega-dropdown ul.resources.mega-dropdown-menu:after{
	content: 'ABOUT';
    position: absolute;
    bottom: 0;
    font-weight: bolder;
    font-size: 100px;
    z-index: -1;
    right: 0;
    color: #0b69cd14;
    transform: rotate(-8deg);
}
.mega-menu-main .nav-item.dropdown.mega-dropdown ul.solutions.mega-dropdown-menu:after{
	content: 'Hire Us';
}

.mega-menu-main .nav-item.dropdown.mega-dropdown ul.services.mega-dropdown-menu:after{
	content: 'SERVICES';
}

.mega-menu-main .nav-item.dropdown.mega-dropdown ul.resources.mega-dropdown-menu:after{
	content: 'RESOURCES';
	font-size: 30px;
}


.mega-menu-main .dropdown-menu.mega-dropdown-menu .card .card-image img{
	width: 100%;
    height: auto;	transition:all 0.3s;
}

.mega-menu-main .nav-item.dropdown.mega-dropdown:hover a.nav-link{
	box-shadow: 0 1px 14px 0px rgba(0, 0, 0, 0.1), 0 -4px 0 #0c6cd3;
    background: #fff;
	    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
	
}
.mega-menu-main .nav-item.dropdown.mega-dropdown a.nav-link{
    position: relative;
	padding-right: 25px;
}
.mega-menu-main .nav-item.dropdown.mega-dropdown a.nav-link:before{
	display: none;
	content: "";
    position: absolute;
    z-index: 11;
    bottom: -8px;
    height: 9px;
    background: #fff;
    left: 0;
    right: 0;
}
.mega-menu-main .nav-item.dropdown.mega-dropdown a.nav-link:hover:before{
	display: block;
}
.mega-menu-main.sticky .nav-item.dropdown.mega-dropdown a.nav-link:before{
	height: 13px;
}

.mega-menu-main .nav-item.dropdown.mega-dropdown:hover a.nav-link:before{
	display: block;
}
.mega-menu-main .nav-item.dropdown.mega-dropdown:hover ul.mega-dropdown-menu{
	display: flex;
	opacity: 1;
    visibility: visible;
    max-height: inherit;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.mega-menu-main .nav-item.dropdown.mega-dropdown ul.mega-dropdown-menu{	
	opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 14px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
	border-bottom: 4px solid #0c6cd3; 
}


.mega-menu-main #main-navbar li.mega-dropdown .dropdown-toggle-main:after{
	position: absolute;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078";
	margin-left: 5px;
}



.home-banner h1.title{
	color: #077fc8;
    font-size: 36px;
    line-height: normal;
}
.home-banner span{
	font-size: 20px;
    line-height: 1.4!important;
    padding-top: 13px;
    letter-spacing: 0.6px;
    color: #2a2a2a;
}
.home-banner .container{
	height: 100%;
    display: flex;
    align-items: center;
}

/* .nav-button a{
    border-radius: 50px;
    padding: 14px 30px 14px 30px;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
     animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1); 
    box-shadow: 0 0 0 0 rgba(12, 108, 211, 0.4);
    background: #0c6cd3;
    font-weight: 400 !important;
	color: #fff !important;
} */

.quote-btn {
  display: inline-block;
    border-radius: 50px;
    padding: 8px 25px 8px 25px;
  color: #fff;
  text-transform: uppercase;
    font-size: 16px;
  letter-spacing: 0.15rem;
    box-shadow: 0 0 0 0 rgba(12, 108, 211, 0.4);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
    font-weight: 400 !important;
  z-index: 1;
  vertical-align: middle;
}
.quote-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1babf3;
  border-radius: 10rem;
  z-index: -2;
}
.quote-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0c6cd4;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.quote-btn:hover{
  color: #fff !important;
}
.quote-btn:hover:before {
  width: 100%;
}


#home-third .build-title .title{
	font-weight: 700;
    font-size: 40px;
    color: #000;
    padding: 20px 0;
	margin: 0;
}

#home-third .build-desc span.desc{
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
}

#home-third .build-web-main:before{
	content: "";
    position: absolute;
    width: 1px;
    right: 9px;
    bottom: 70px;
    background: #ccc;
    top: 100px;
	animation: line-animate 5s linear infinite; 
	 background: linear-gradient(
      60deg,
      hsl(224, 85%, 66%),
      hsl(269, 85%, 66%),
      hsl(314, 85%, 66%),
      hsl(359, 85%, 66%),
      hsl(44, 85%, 66%),
      hsl(89, 85%, 66%),
      hsl(134, 85%, 66%),
      hsl(179, 85%, 66%)
    );
}
#home-third .build-web-main:after{
	    content: "";
    display: block;
    position: absolute;
    bottom: 64px;
    right: 3px;
    background: #ccc;
    height: 12px;
    width: 12px;
    border-radius: 100%;
	animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(12, 108, 211, 0.4);
	background: #0c6cd3;	
}
#home-fourth{
	background: #0c6cd4;
    background: -moz-linear-gradient(left, #0c6cd4 28%, #1cacf4 100%);
    background: -webkit-linear-gradient(left, #0c6cd4 28%,#1cacf4 100%);
    background: linear-gradient(to right, #0c6cd4 28%,#1cacf4 100%);
}
#home-fourth .company-info-main .company-info{
	display: block;
    padding: 20px 0;
    padding-left: 80px;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
	width: 100%;
}
#home-fourth .company-info-main .company-info.second{
	border-right: unset;
}
#home-fourth .company-info-main .image{
	display: inline-block;
    vertical-align: middle;
}
#home-fourth .company-info-main .text{
	display: inline-block;
    vertical-align: middle;
    /* padding-top: 16px; */
}
#home-fourth .company-info-main .text strong{
	font-size: 75px;
	color: #fff;
}
#home-fourth .company-info-main .text h4{
	font-size: 30px;
	display: inline-block;
    color: #fff;
    line-height: 1;
    padding-left: 8px;
	margin: 0;
}
#home-fourth .top-section{
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}


#home-fourth .bottom-section .company-info-main-bottom .company-info{
    width: 100%;
    padding: 30px 0;
    padding-left: 60px;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    min-height: 234px;
}

#home-fourth .bottom-section .company-info-main-bottom .image img{
	width: 70px;
    height: 70px;
}
#home-fourth .bottom-section .company-info-main-bottom .text strong.counter-value{
	display: flex;
    font-size: 42px;
    color: #d0e7f9;
    padding-top: 12px;
    padding-bottom: 4px;
    text-transform: uppercase;
    line-height: 1;
}
#home-fourth .bottom-section .company-info-main-bottom .text h4{
	display: block;
    font-size: 20px;
    color: #95caf2;
    width: 100%;
    text-transform: uppercase;
}

#home-fourth .bottom-section .company-info-main-bottom .company-info.border-none{
	 border-right: unset;
}

#technology-section .title-main .title,
#technology-section .title-main .title,
#home-seventh.clients-testimonials .title-main .title,
#home-eight.blogs-main .title-main .title,
#home-nine.contact-form .title-main .title{
    line-height: 1.1;
    padding-bottom: 0;
    font-size: 36px;
	text-align: center;
    margin: 0;
	font-weight: bold;
}

#home-fifth.clients-love-review .bottom-section .main{
	display: flex;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px;
    align-items: center;
	color: #000;
}

#home-fifth.clients-love-review .bottom-section .main .review-box-main .review-box h5{
	display: block;
    font-size: 16px;
    color: #7f7f7f;
    padding-bottom: 10px;
	margin: 0;
	text-transform: capitalize;
    font-weight: 600;
}
#home-fifth.clients-love-review .bottom-section .main .review-box-main .review-box p{
	font-size: 14px;
    color: #4c4c4c;
	text-transform: capitalize;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main{
	display: inline-block;
    font-size: 20px;
    color: #000;
    margin-right: 12px;
    vertical-align: middle;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main span,
#home-seventh.testimonials .bottom-section .main .ranking-box-main span{
	font-size: 16px;
    color: #ff7800;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main ul{
	margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px solid #d1d1d1;
    margin: 0;
    padding: 0;
	list-style: none;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main ul li{
	margin-bottom: 18px;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main ul li span{
	display: block;
    font-size: 15px;
    color: #4c4c4c;
	text-transform: capitalize;
	font-weight: 700;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main ul li strong{
	display: block;
	font-size: 14px;
	color: #000;
}

#home-sixth.business-domains .col{
	width: 20%;
}

#home-sixth.business-domains{
	background-color: #f3f3f3!important;
}

#home-sixth.business-domains .col{
	width: 20%;
}
/* 
.box-item.color-1{ background: #f4eba1; }
.box-item.color-2{ background: #f9939a; }
.box-item.color-3{ background: #53e3b7; }
.box-item.color-4{ background: #c1db83; }
.box-item.color-5{ background: #f4cca1; }
.box-item.color-6{ background: #7bd8f0; }
.box-item.color-7{ background: #a1c7f4; }
.box-item.color-8{ background: #b9adf6; }
.box-item.color-9{ background: #70e4e8; }
.box-item.color-10{ background: #53bbfd;} */
.box-item.color-1{ background: #AEDBE8; }
.box-item.color-2{ background: #9BF2AA; }
.box-item.color-3{ background: #DBD769; }
.box-item.color-4{ background: #F5DCBA; }
.box-item.color-5{ background: #E6C0BE; }
.box-item.color-6{ background: #F5B8A6; }
.box-item.color-7{ background: #E1ACE6; }
.box-item.color-8{ background: #CDF288; }
.box-item.color-9{ background: #9BE8C5; }
.box-item.color-10{ background: #EB9088;}
.box-item.color-11{ background: #2A73CF;}
.box-item.color-12{ background: #F66169;}

#home-sixth.business-domains .box-item{
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    height: 170px;
    border-radius: 15px;
    text-align: center;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 -8px;
    z-index: 5;
    -webkit-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
}
#home-sixth.business-domains .box-item .box-item-inner{
	display: block;
    width: 100%;
    position: relative;
}

#home-sixth.business-domains .box-item span.box-item-image{
	background-position: 50% 0%;
    display: block;
    height: 60px;
    width: 62px;
    margin: 0 auto;
    background-repeat: no-repeat;
	background-size: contain;
}

#home-sixth.business-domains .box-item h5{
	display: block;
    font-size: 14px;
    color: #111;
    padding-top: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}

#home-sixth.business-domains .box-item a.page-url{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 3;
}

#home-sixth.business-domains .box-item:hover{
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.8);
}

#home-sixth.business-domains .help-busness-text h4{
	font-weight: 600;
    line-height: 45px;
    font-size: 34px;
}

#home-nine.contact-form .contact-form-main form {
  margin: 2rem 0;
}
#home-nine.contact-form .contact-form-main form:after {
  content: '';
  display: table;
  clear: both;
}
#home-nine.contact-form .contact-form-main form .field {
  display: block;
  border: 1px solid #0c6cd3;
  float: left;
  width: 100%;
}
#home-nine.contact-form .contact-form-main form .field.tnb {
  border-top: 0;
}
#home-nine.contact-form .contact-form-main form .field.half {
  width: 50%;
}
#home-nine.contact-form .contact-form-main form .field.last {
  border-left: 0;
}
#home-nine.contact-form .contact-form-main form .field label {
  display: block;
  font-size: 1.2rem;
  padding: 1rem 2rem 0;
  text-transform: uppercase;
  color: #0c6cd3;
  font-weight: 700;
  letter-spacing: 1px;
}
#home-nine.contact-form .contact-form-main form .field input,
#home-nine.contact-form .contact-form-main form .field textarea {
	display: block;
    width: 100%;
    padding: 0rem 2rem 1rem;
    font-size: 1.2rem;
    border: 0;
    color: #5f5f5f;
    outline: 0;
}
#home-nine.contact-form .contact-form-main form .field textarea {
  min-height: 100px;
  resize: vertical;
}

#home-nine.contact-form .contact-form-main .send-btn{
	padding: 20px !important;
    display: flex !important;
    justify-content: center;
    text-transform: uppercase;
    font-size: 22px !important;
    background: #0c6cd3;
    color: #fff !important;;
}

#home-nine.contact-form .contact-form-main .send-btn:hover{
	background: #0c6bd3bf !important;
}
#home-third .build-image img{
	height: 400px;
	object-fit: cover;
}
#curve-services{
	background: #e9e9ff;
    position: relative;
    z-index: 9;
	padding: 70px 0;
}

#curve-services:before{
	background: url(../images/services-round-pattern-top.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 137px;
    content: "";
}

#expertise-main #partners_logo .expert-list img{
	width: 250px;
    height: 180px;
	margin-bottom: 30px;
	object-fit: contain;
}

#expertise-main #partners_logo .expert-list img:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#expertise-main #partners_logo .expert-list h5{
	
}

.content-box-main{
	flex-wrap: wrap;
}
.content-box-inner .content-box{
	margin: 20px 0 !important;
	text-align: center;
    padding: 25px;
    border: 1px dotted #2f2f39;
    border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
	position: relative;
}
.content-box-inner .content-box:after{
	content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f06334;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
	background-color: #0c6cd3;
}
.content-box-inner .content-box:hover:after{
	width: 100%;
}
.content-box-inner .content-box:hover{
	box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.15);
}

.content-box-main .content-box-inner .content-box-img{
	display: block;
    height: 70px;
	width: 100%
}
.about-values .content-box-main .content-box-inner .content-box-img img{
	max-width: 90px;
}
.content-box-main .content-box-inner .content-box-img img{
    max-height: 100%;
    max-width: 100px;
    margin: auto;
	object-fit: contain;
}

.content-box-main .content-box-inner .content-box-title h3{
    padding-top: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #2f2f39;
    font-size: 16px;
}

.content-box-main .content-box-inner .content-box-desc .desc{
	font-size: 15px;
    line-height: 1.6;
}

.content-box-main .content-box-url{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

#image_box_hover .image-box-hover-inner{
	width: 900px;
    margin: 0 auto !important;
}

#image_box_hover .image-box-hover-inner .image-box{
	background: #f0efee;
    padding: 30px 15px 20px 15px;
    border-radius: 8px;
    float: left;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	width: 100%;
}

#image_box_hover .image-box-hover-inner .image-box .content-box-img img{
	height: 74px;
    max-width: 106px;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#image_box_hover .image-box-hover-inner .image-box .content-box-title h4{
	padding-top: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-size: 16px;
    color: #444;
    min-height: 44px;
}

#image_box_hover .image-box-hover-inner .image-box:hover{
	background: #fff;
    box-shadow: 0 15px 49px -9px rgba(0, 0, 0, 0.3), inset 0 4px 0 0 #0c6cd3;
    border-radius: 2px;
}

#image_box_hover .image-box-hover-inner .image-box:hover .content-box-img img{
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
}

#open_position.tab-block {
  margin: 50px auto;
}
#open_position.tab-block .tab-menu {
	display: flex;
	justify-content: center;
  list-style: none;
	margin-bottom: 30px;
}
#open_position.tab-block .tab-menu:after {
  content: '';
  display: table;
  clear: both;
}
#open_position.tab-block .tab-menu li {
  box-sizing: border-box;
  float: left;
  color: #000;
  width: 130px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  cursor: pointer;
}
/*#open_position.tab-block .tab-menu li:not(:last-child) {
  border-right: 1px solid #4c607c;
}*/
#open_position.tab-block .tab-menu li:hover:not(.active) {
    color: #0c6cd3;
}
#open_position.tab-block .tab-menu .active {
	color: #0c6cd3;
    border-bottom: 3px solid #0c6cd3;
    cursor: default;
}
#open_position.tab-block .tab-cont {
  box-sizing: border-box;
  border-top: 1px solid white;
  background-color: white;
  color: #292d2f;
}
#open_position.tab-block .tab-cont li{list-style: none;}
#open_position.tab-block .tab-cont .tab-pane {
  padding: 20px 25px;
}

#open-position.modal form {
  padding: 16px;
  width: 100%;
  margin: 0 auto;
}

#open-position.modal .segment {
  padding: 32px 0;
  text-align: center;
}

/* #open-position.modal .modal-body button, .modal input { */
  /* border: 0; */
  /* outline: 0; */
  /* font-size: 16px; */
  /* border-radius: 320px; */
  /* padding: 16px; */
  /* background-color: #EBECF0; */
  /* text-shadow: 1px 1px 0 #FFF; */
/* } */

/* #open-position.modal label { */
  /* display: block; */
  /* margin-bottom: 24px; */
  /* width: 100%; */
/* } */

/* #open-position.modal input { */
  /* margin-right: 8px; */
  /* box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF; */
  /* width: 100%; */
  /* box-sizing: border-box; */
  /* transition: all 0.2s ease-in-out; */
  /* appearance: none; */
  /* -webkit-appearance: none; */
/* } */
/* #open-position.modal input:focus { */
  /* box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF; */
/* } */

/* #open-position.modal .modal-body button { */
  /* color: #61677C; */
  /* font-weight: bold; */
  /* box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC; */
  /* transition: all 0.2s ease-in-out; */
  /* cursor: pointer; */
  /* font-weight: 600; */
/* } */
/* #open-position.modal button:hover { */
  /* box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC; */
/* } */
/* #open-position.modal button:active { */
  /* box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF; */
/* } */
#open-position.modal button .icon {
  margin-right: 8px;
}
#open-position.modal button.unit {
  border-radius: 8px;
  line-height: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  font-size: 19.2px;
}
#open-position.modal button.unit .icon {
  margin-right: 0;
}
#open-position.modal button.red {
  display: block;
  width: 100%;
  color: #AE1100;
}

#open-position.modal .input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#open-position.modal .input-group label {
  margin: 0;
  flex: 1;
}


ul {
    margin: 0px;
    padding: 0px;
}

footer.footer-section {
  background: #151414;
  position: relative;
}
footer .footer-cta {
  border-bottom: 1px solid #373636;
}
footer .single-cta i {
  color: #0c6cd3;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
footer .cta-text {
  padding-left: 15px;
  display: inline-block;
}
footer .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
footer .cta-text span {
  color: #757575;
  font-size: 15px;
  display:block;
}
footer .cta-text .address-two{
	margin-top:6px;
}
footer .single-cta{
	display:flex;
}
footer .footer-content {
  position: relative;
  z-index: 2;
}
footer .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
footer .footer-logo {
  margin-bottom: 30px;
}
footer .footer-logo img {
    max-width: 200px;
}
footer .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
footer .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
footer .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
footer .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
footer .facebook-bg{
  background: #3B5998;
}
footer .twitter-bg{
  background: #55ACEE;
}
footer .google-bg{
  background: #4c6ef5;
}
footer .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
footer .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #0c6cd3;
}
footer .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
footer .footer-widget ul li a:hover{
  color: #0c6cd3;
}
footer .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
footer .subscribe-form {
  position: relative;
  overflow: hidden;
}
footer .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
footer .subscribe-form button {
    position: absolute;
    right: 0;
    background: #0c6cd3;
    padding: 13px 20px;
    border: 1px solid #0c6cd3;
    top: 0;
}
footer .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
footer .copyright-area{
  background: #202020;
  padding: 25px 0;
}
footer .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
footer .copyright-text p a{
  color: #0c6cd3;
}
footer .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
footer .footer-menu li:hover a{
  color: #0c6cd3;
}
footer .footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.content-box-main .content-box-inner .content-box-img{display:none;}

/*************************  Blog section Start *************************/

#home-eight.blogs-main .blog-listing .card-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 20px;
    font-family: 'neuzeit-grotesk', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    color: #303336;
}

#home-eight.blogs-main .blog-listing .card-container .view-arrow{
	animation: nudge 5s linear infinite alternate;
    width: 100%;
}

#home-eight.blogs-main .blog-listing .card-container .view-arrow i{
	color: #0c6cd3;
    font-size: 20px;
}

#home-eight.blogs-main .blog-listing .card {
    height: 470px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 40px 40px -20px #8fc7d544;
    overflow: hidden;
}

#home-eight.blogs-main .blog-listing .card .card-top {
    height: 236px;
    font-family: 'neuzeit-grotesk', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    color: #303336;
    background-color: #d1e8ee;
    overflow: hidden;
}

#home-eight.blogs-main .blog-listing .card .card-top a {
    display: block;  
    height: 100%;  
}

#home-eight.blogs-main .blog-listing .card .card-top a img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center; 
    transition: 300ms;
}

#home-eight.blogs-main .blog-listing .card .card-content {
    padding: 30px;
}

#home-eight.blogs-main .blog-listing .card .card-content .tag {
    font-weight: 700;
    letter-spacing: 2px;
}

#home-eight.blogs-main .blog-listing .card .tag-travel {
    color: #33459b;
}

#home-eight.blogs-main .blog-listing .card .tag-nature {
    color: #339b4b;
}

#home-eight.blogs-main .blog-listing .card .tag-architecture {
    color: #9b3d33;
}

#home-eight.blogs-main .blog-listing .card .title {
    color: #303336;
    font-weight: 700;
    transition: 300ms;
}

#home-eight.blogs-main .blog-listing .card p {
    color: #7B8591;
    margin-top: 20px;
}

#home-eight.blogs-main .blog-listing .card .card-top a img:hover {
    opacity: .75;
}

#home-eight.blogs-main .blog-listing .card .title:hover {
    color: #303336bb;
}



#home-eight.blogs-main .blog-listing .designer {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-weight: 400;
    color: #46a2b9;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms;
}

#home-eight.blogs-main .blog-listing .designer a {
    text-decoration: none;
    color: #23515d;
}

@keyframes arrowanim {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(8px, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(10px, 0);
  }
  
  80% {
    transform: translate(-10px, 0);
  }
}
/*************************  Blog section end *************************/


/*************************  Testimonials Start *************************/

#home-seventh #testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

#home-seventh #testimonial-area .testi-wrap {
  position: relative;
  height: 660px;
  margin-top: -80px;
}

#home-seventh #testimonial-area .client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#home-seventh #testimonial-area .client-info,
#home-seventh #testimonial-area .client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#home-seventh #testimonial-area .client-single.inactive .client-comment,
#home-seventh #testimonial-area .client-single.inactive .client-info {
  display: none;
}
#home-seventh #testimonial-area .client-single.inactive .client-comment,
#home-seventh #testimonial-area .client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
#home-seventh #testimonial-area .client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
#home-seventh #testimonial-area .client-single.position-2 {
  left: -40px;
  top: 105px;
}
#home-seventh #testimonial-area .client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
#home-seventh #testimonial-area .client-single.position-4 {
  left: 55px;
  top: 380px;
}
#home-seventh #testimonial-area .client-single.position-5 {
  top: 30px;
  right: 55px;
}
#home-seventh #testimonial-area .client-single.position-6 {
  top: 225px;
  right: -40px;
}
#home-seventh #testimonial-area .client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
#home-seventh #testimonial-area .client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
#home-seventh #testimonial-area .client-single.active .client-comment,
#home-seventh #testimonial-area .client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#home-seventh #testimonial-area .client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}
#home-seventh #testimonial-area .client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}
#home-seventh #testimonial-area .client-single.active .client-img:before {
	position: absolute;
	content: "";
    border-radius: 100%;
	padding: 5px;
    width: 162px;
    height: 162px;
    top: -6px;
    left: -2px;
    z-index: -1;
    background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 4s alternate infinite;
}
#home-seventh #testimonial-area .client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #0c6cd361;
  cursor: pointer;
}
#home-seventh #testimonial-area .client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

#home-seventh #testimonial-area .client-comment {
  padding: 0 30px;
}
#home-seventh #testimonial-area .client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}
#home-seventh #testimonial-area .client-comment span i {
  font-size: 60px;
  color: #0c6cd3;
  margin: 40px 0 24px;
  display: inline-block;
}

#home-seventh #testimonial-area .client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
#home-seventh #testimonial-area .client-info p {
  color: #0084ff;
  text-transform: uppercase;
}







/*---------------- Blog page css start ------------------------*/
#blog-listings-page .blog-left{
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;

}


#blog-listings-page .image{
    padding:20px 40px;
}

#blog-listings-page .image img{
    border-radius: 50%;
}


#blog-listings-page .text{
    padding: 0 6%;
}
#blog-listings-page .text p:nth-child(1){
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 15px;
}

#blog-listings-page .text h5{
    padding-top: 10px;
}

#blog-listings-page .text p:nth-child(4){
    font-size: 12px;
    color: #858585;
    padding-top: 10px;
}

#blog-listings-page .text p:nth-child(5){
    font-size: 12px;
    color: #858585;
    padding-top: 10px;
    padding-bottom: 10px;
}

#blog-listings-page .social-icons{
    font-size: 18px;
    padding-top: 10px;
}

#blog-listings-page .social-icons a{
    color: #4b4949;
    padding-left: 6px;
}

#blog-listings-page .text span{
    font-size: 12px;
    color: #858585;
    padding-top: 5px;
    text-transform: uppercase;
}


#blog-listings-page article{
    height: 190px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 30px;
    padding: 15px;
    display: flex;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


#blog-listings-page .coffee{
    width: 25%;
}
#blog-listings-page .coffee >img{
    border-radius: 5px;
}

#blog-listings-page .description{
    width: 75%;
    padding-left: 5px;
}

#blog-listings-page .description span{
    text-transform: uppercase;
    font-size: 12px;
    color: #858585;
}

#blog-listings-page .description p{
    font-size: 12.5px;
    padding-top: 5px;
    color: #777777;
}

#blog-listings-page .description p a{
    color: #858585;
}


#blog-listings-page .articles article{
    height: 190px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 25px;
    padding: 15px;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*---------------- Blog page css end ------------------------*/



@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #home-seventh #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  #home-seventh #testimonial-area .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  #home-seventh #testimonial-area .client-single.active {
    width: 60%;
  }

  #home-seventh #testimonial-area .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  #home-seventh #testimonial-area .client-single.position-3,
  #home-seventh #testimonial-area .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  #home-seventh #testimonial-area .client-single.active .client-img img {
    max-width: 100px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  #home-seventh #testimonial-area .testi-wrap {
    height: 580px;
  }

  #home-seventh #testimonial-area  {
    padding: 30px 0 0;
  }
  .head_img_bg .home-banner .col-xl-6:first-child{
	  flex: 0 0 100%;
	  max-width: 100%;
	  text-align: center;
	  justify-content: center;
  }
  .head_img_bg .home-banner .col-xl-6:last-child{
	  display: none;
  }
  .home-banner{
	  height: 40vh
  }
  #home-third .build-web-main{
	  padding-right: 35px;
  }
  #home-fourth .company-info-main .company-info{
	  display: flex !important;
		flex-direction: column;
		padding: 0;
		align-items: center;
		justify-content: center !important;
  }
  #home-fourth .bottom-section .company-info-main-bottom .company-info{
	  padding: 0;
	display: flex;
	flex-direction: column;
  }
  #home-fourth .bottom-section .company-info-main-bottom .text h4{
	  font-size: 16px;
  }
  #home-fifth.clients-love-review .bottom-section .main .ranking-box-main{
	  width: 100%
  }
  #home-fifth .bottom-section{
	  display: block!important;
    position: relative;
    padding: 15px;
    padding-top: 70px;
  }
  #home-fifth .bottom-section .clutch_logoimage{
	  position: absolute;
		top: -55px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: auto;
  }
  #home-fifth.clients-love-review .bottom-section .main{
	  padding-top: 70px;
  }
  #home-sixth.business-domains .help-busness-text{
	  margin-top: 40px;
    text-align: center;
  }
  footer.footer-section .footer-cta .single-cta{
	  display: flex;
  }
  .footer-social-icon{
	  margin: 40px 0px;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  #home-fourth .company-info-main .company-info{
		display: flex !important;
		flex-direction: column;
		padding-left: 0;
	}
	#home-fourth .bottom-section .company-info-main-bottom .company-info{
		padding: 0 !important;
	}
	#home-fifth .bottom-section .clutch_logoimage{
		top: -80px;
	}
	#home-fifth .bottom-section .clutch_logoimage img{
		max-height: 140px;
	}
	.head_img_bg .home-banner .col-xl-6:last-child{
		display: block;
	}
	.head_img_bg .home-banner .col-xl-6:first-child{
		flex: 0 0 50%;
	}
	.home-banner{
		height: 70vh;
	}
}

@media only screen and (max-width: 640px) and (orientation:landscape) {
	#home-fourth .company-info-main .company-info{
		display: flex !important;
		flex-direction: column;
		padding-left: 0;
	}
	#home-fourth .bottom-section .company-info-main-bottom .company-info{
		padding: 0 !important;
	}
	#home-fifth .bottom-section .clutch_logoimage{
		top: -80px;
	}
	#home-fifth .bottom-section .clutch_logoimage img{
		max-height: 140px;
	}
	.head_img_bg .home-banner .col-xl-6:last-child{
		display: block;
	}
	.head_img_bg .home-banner .col-xl-6:first-child{
		flex: 0 0 50%;
	}
	.home-banner{
		height: 90vh !important;
	}
	#home-fifth .bottom-section{
	  display: block!important;
    position: relative;
    padding: 15px;
    padding-top: 70px;
  }
  #home-fifth .bottom-section .clutch_logoimage{
	  position: absolute;
		top: -45px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: auto;
  }
  #home-fifth.clients-love-review .bottom-section .main{
	  padding-top: 50px;
  }
  #home-sixth.business-domains .help-busness-text{
	  margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px){
	#home-fifth.clients-love-review .bottom-section .main .ranking-box-main{
		margin:0;
	}
	#home-sixth.business-domains .col-12{
		flex: 0 0 100%;
		max-width: 100%;
	}
	#home-fourth .container{
		max-width: 100%;
	}
	#home-fourth .bottom-section .company-info-main-bottom .text h4 {
    font-size: 16px;
}
	#home-fourth .company-info-main:last-child .text{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#home-third .container .build-image img{
		height: 180px !important;
	}
  .home-banner{
      height: 70vh;
  }
  #home-seventh #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  #home-seventh #testimonial-area .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  #home-seventh #testimonial-area .client-single.active {
    width: 60%;
  }

  #home-seventh #testimonial-area .client-comment span i {
    font-size: 40px;
  }

  #home-seventh #testimonial-area .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  #home-seventh #testimonial-area .client-single.position-5,
  #home-seventh #testimonial-area .client-single.position-7 {
    right: 0;
  }

  #home-seventh #testimonial-area .client-single.position-4 {
    left: 0;
  }

  #home-seventh #testimonial-area .client-single.position-3,
  #home-seventh #testimonial-area .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  #home-seventh #testimonial-area .client-single.active .client-img img {
    max-width: 80px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  #home-seventh #testimonial-area .testi-wrap {
    height: 630px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#home-fourth .company-info-main:last-child .text{
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .head_img_bg .home-banner .col-xl-6:first-child{
		  flex: 0 0 100%;
		  max-width: 100%;
		  text-align: center;
		  justify-content: center;
	  }
  .head_img_bg .home-banner .col-xl-6:last-child{
	  display: none;
  }
  .home-banner{
      height: 70vh;
  }
  #home-seventh #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  #home-seventh #testimonial-area .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  #home-seventh #testimonial-area .client-single.active {
    width: 60%;
  }

  #home-seventh #testimonial-area .client-comment span i {
    font-size: 40px;
  }

  #home-seventh #testimonial-area .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  #home-seventh #testimonial-area .client-single.position-5,
  #home-seventh #testimonial-area .client-single.position-7 {
    right: 0;
  }

  #home-seventh #testimonial-area .client-single.position-4 {
    left: 0;
  }

  #home-seventh #testimonial-area .client-single.position-3,
  #home-seventh #testimonial-area .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  #home-seventh #testimonial-area .client-single.active .client-img img {
    max-width: 80px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  #home-seventh #testimonial-area .testi-wrap {
    height: 630px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #home-seventh #testimonial-area  .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #home-seventh #testimonial-area .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  #home-seventh #testimonial-area .client-single.active {
    width: 80%;
  }

  #home-seventh #testimonial-area .client-comment span i {
    font-size: 40px;
  }

  #home-seventh #testimonial-area .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  #home-seventh #testimonial-area .client-single.position-5,
  #home-seventh #testimonial-area .client-single.position-7,
  #home-seventh #testimonial-area .client-single.position-6 {
    right: -70px;
  }

  #home-seventh #testimonial-area .client-single.position-4 {
    left: -60px;
  }

  #home-seventh #testimonial-area .client-single.position-3 {
    left: -75px;
  }

  #home-seventh #testimonial-area .client-single.position-3,
  #home-seventh #testimonial-area .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  #home-seventh #testimonial-area .client-single.active .client-img img {
    max-width: 80px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  #home-seventh #testimonial-area .testi-wrap {
    height: 600px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #home-seventh #testimonial-area  .section-heading h2 {
    font-size: 30px;
  }

  #home-seventh #testimonial-area .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  #home-seventh #testimonial-area .client-single.active {
    width: 80%;
  }

  #home-seventh #testimonial-area .client-comment span i {
    font-size: 40px;
  }

  #home-seventh #testimonial-area .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  #home-seventh #testimonial-area .client-single.position-5,
  #home-seventh #testimonial-area .client-single.position-7,
  #home-seventh #testimonial-area .client-single.position-6 {
    right: -70px;
  }

  #home-seventh #testimonial-area .client-single.position-4 {
    left: -60px;
  }

  #home-seventh #testimonial-area .client-single.position-3 {
    left: -75px;
  }

  #home-seventh #testimonial-area .client-single.position-3,
  #home-seventh #testimonial-area .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  #home-seventh #testimonial-area .client-single.active .client-img img {
    max-width: 80px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  #home-seventh #testimonial-area .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  #home-seventh #testimonial-area .testi-wrap {
    height: 550px;
  }
}


/*************************  Testimonials End *************************/


/*************************  Banner forms Start *************************/

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

#contact {
	background:#fff;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #0c6cd3;
	display: block;
	font-size: 30px;
	font-weight: 500;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

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

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	border: 0;
    background: #f4f4f4;
    height: 43px;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact 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 textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0c6cd3;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
	height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	
}

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

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

/*************************  Banner forms End *************************/

/*************************  Common Start *************************/

.banner-listing{
	list-style: none;
	display: flex;
    flex-direction: column;
}

.banner-listing li{
	line-height: 30px;
	display: inline-flex;
	align-items: center;
}

.hire-developer-banner{
	left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-image: url(../images/hire-developer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
}

.banner-listing li i{
	color: #16a1ff; 
	margin-right: 10px;
}

.above-footer-main ul li{
	display: inline-block;
    padding: 20px;
    min-width: 15%;
	list-style: none;
}

.before-footer{
	text-align: center;
    padding: 80px 0;
}

.before-footer-content{
	max-width: 900px;
    margin: 0 auto;
}

.contact-page-main .contact-resource{
	padding-top: 10px;
}

.contact-page-main .contact-resource {
	color: #389ddb;
	font-size: 22px;
	display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-page-main .contact-resource i{
	color: #389ddb;
    font-size: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner-with-dots{
	position: relative;
}

.banner-with-dots:before{
	content: "";
    background-image: url(../images/icon1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-position-x: right;
    z-index: -1;
}

.contact-page-main .contact-form{
	padding: 160px 0 110px;
}

.contact-page-main .contact-form .formshadow{
	position: relative;
}

.contact-page-main .contact-form .formshadow:before{
	content: "";
    width: 85%;
    height: 112%;
    position: absolute;
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,.15);
    box-shadow: 0 0 13px rgba(0,0,0,.15);
    right: 0;
    top: -55px;
}

.contact-page-main .contact-form .address_contact{
	background: #0c6cd3;
    color: #fff;
    padding: 35px;
}

.contact-page-main .contact-form .address_contact h5{
	color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px;
}

.contact-page-main .contact-form .address_contact .addresses{
	margin-bottom: 50px;
}

.contact-page-main .contact-form .address_contact .addresses i{
	font-size: 25px;
    width: 25px;
    margin-right: 15px;
    color: #fff;
}

.contact-page-main .contact-form .address_contact .icon_loc h6{
	color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-page-main .contact-form .address_contact .icon_loc p{
	color: #fff;
    margin: 0;
}

.contact-page-main .contact-form .formshadow .get_form{
	padding: 40px 60px;
    max-width: 750px;
}

.contact-page-main .contact-form .formshadow .get_form h4{
	text-align: left;
    color: #0c6cd3;
	font-size: 45px;
    padding-bottom: 20px;
    font-weight: 300;
}

.contact-page-main .contact-form form .field.half{
	position: relative;
    margin-bottom: 30px!important;
    display: block;
    padding-top: 10px;
}

.contact-page-main .contact-form form .field.half input, .contact-page-main .contact-form form .field.half textarea{
	border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 15px 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-page-main .contact-form form .field.half input:focus, .contact-page-main .contact-form form .field.half textarea:focus{
	outline: unset;
}

.contact-page-main .contact-form .send-btn{
	background: #0c6cd3;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 30px;
    letter-spacing: 1px;
    border: 1px solid #0c6cd3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 20px;
	display: inline-block;
}

.contact-page-main .location-map{
	padding: 80px 0;
	background-color: #f8f9fb;
}

.contact-page-main .location-map h4{
    text-align: left;
    padding-bottom: 60px;
	font-size: 45px;
    font-weight: 300;
    color: #080909;
}

.contact-page-main .country_loct{
    display: flex;
    margin-bottom: 50px;
}

.contact-page-main .country_name{
	padding-left: 30px;
}

.contact-page-main .country_name h6{
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;	
}

.contact-page-main .country_loct img{
	height: 80px;
    width: 80px;
}

.contact-page-main .country_name ul {
    display: block;
}

.contact-page-main .country_name ul li {
    display: block;
    vertical-align: top;
    color: #333;
    padding-right: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-page-main .country_name ul li p {
    color: #333;
    font-size: 16px;
    margin: 0;
}

.contact-page-main .country_name ul li a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-top: 14px;
}

.contact-page-main .map_right{
	position: relative;
    width: 100%;
}

.contact-page-main .map_right:before{
	content: "";
    background: #389ddb;
    position: absolute;
    width: 200px;
    height: 50%;
    z-index: 0;
    top: -40px;
    right: -40px;
}

.contact-page-main .map_right iframe {
    height: 100%;
    min-height: 450px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.boxes-process-main h1 {
	font-weight: 200;
	font-size: 2em;
	margin-bottom: 0px;
	color: hsl(234, 12%, 34%);
}

.boxes-process-main h2 {
	font-weight: 600;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: hsl(234, 12%, 34%);
}

.boxes-process-main p {
	font-weight: 200;
	font-size: 1.1em;
	margin-top: 5px;
	color: hsl(229, 6%, 66%);
}

.boxes-process-main{
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	align-items: center;
}

.boxes-process-main .cards {
	width: 325px;
	height: 235px;
	background-color: white;
	border-radius: 10px;
	padding: 15px 30px 30px 30px;
	box-shadow: 0px 2px 15px 0px hsl(229, 6%, 66%);
}

.boxes-process-main .stack {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	margin-left: 15px;
}

.boxes-process-main .supervisor {
	border-top: 5px solid hsl(180, 62%, 55%);
	margin-right: 15px;
}

.boxes-process-main .team-builder {
	border-top: 4px solid hsl(0, 78%, 62%);
	margin-bottom: 15px;
	align-self: center;
}

.boxes-process-main .calculator {
	border-top: 5px solid hsl(212, 86%, 64%);
	margin-left: 15px;
	margin-bottom: 15px;
}

.boxes-process-main .karma {
	border-top: 5px solid hsl(34, 97%, 64%);
	align-self: center;
	margin-bottom: 15px;
}

.boxes-process-main .icon {
	position: relative;
	width: 70px;
	height: 70px;
	float: right;
	margin-bottom: -30px;
	margin-top: 30px;
}

.boxes-process-main .cards h3 {
	color: hsl(234, 12%, 34%);
	font-size: 1.5em;
	font-weight: 600;
}

.boxes-process-main .cards p {
	color: hsl(234, 12%, 34%);
	font-weight: 400;
	line-height: 1.75em;
	font-size: 1em;
	margin-top: 10px;
}

.web-development-box .boxes-process-main .cards{
	height: auto;
}
.web-development-box .boxes-process-main .stack img{
	margin: 0;
}

.bg-cross{
	position: relative;
	clear: both;
}
.bg-cross:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: #f3f4fe;
}

.bg-cross-main{
	padding: 40px 15px;
}

.bg-cross-main .common-banner-title{
	line-height: 42px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.bg-cross-main .title-background-text{
	line-height: 20px;
    color: #f6f6f6;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    white-space: nowrap;
    width: 100%;
    -webkit-user-select: none;
	font-size: 54px;
	color: #ecedff;
}

.bg-cross-main .content-area{
	position: relative;
    z-index: 10;
}

.bg-cross-main .content{
	color: #565656;
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 26px;
}
.bg-cross-main .tech-list-main{
	margin: 20px 0 40px;
	list-style: none;
	display: flex;
    width: 100%;
}
.bg-cross-main .tech-list-main li{
	width: 20%;
    padding-bottom: 35px;
    height: auto;
    margin: 0 -5px;
	list-style: none;
}
.bg-cross-main .tech-list-main li .img{
	margin: 0 auto 10px;
	position: relative;
    width: 60px;
    height: 60px;
}
.bg-cross-main .tech-list-main li .img:after{
	border: 2px solid #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.bg-cross-main .tech-list-main li .img img{
	left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
	height: 40px;
    width: 40px;
}
.bg-cross-main .tech-list-main li h4{
	margin: 0;
    padding: 12px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: normal;
	text-align: center;
}
.bg-cross-main .tech-list-main li:hover h4{
	opacity: 1;
}

@media screen and (max-width: 600px) {
	.boxes-process-main  {
		flex-direction: column;
	}
	.boxes-process-main .supervisor,
	.boxes-process-main .karma,
	.boxes-process-main .team-builder,
	.boxes-process-main .calculator {
		margin: 0 0 15px 0;
	}
}

#accordion-main .image {
	width: 25em;
}

#accordion-main .items {
	height: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#accordion-main .items .features-ul li{
	margin-bottom: 1em;
	list-style: none;
	position: relative;
}

#accordion-main .items .features-ul p:first-child{
	font-weight: bold;
}

#accordion-main .items .features-ul li:before{
	content: "";
    position: absolute;
    left: -12px;
    height: 3px;
    width: 6px;
    border-radius: 30px;
    background: #178cca;
    top: 14px;
}

#accordion-main .items .features-ul p{
	line-height: 2;
	margin: 0;
	font-size: 18px;
}

#accordion-main details,
#accordion-main summary {
	width: 100%;
	padding-top: 10px;
}
#accordion-main summary{
	font-size: 18px;
    line-height: 1.3;
    color: #383838;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
}
#accordion-main details:focus,
#accordion-main summary:focus{
	outline: unset;
}
#accordion-main details p{
	margin-top: 10px;
}

@media (max-width: 900px) {
	#accordion-main .container {
		display: flex;
		flex-direction: column;
		height: 600px;
	}
	#accordion-main .image {
		display: none;
	}
}

.services-box{
	color: #fff;
    text-align: center;
    padding: 30px 24px;
    border-radius: 10px;
    position: relative;
    min-height: 365px;
}
.services-box:before{
	border-radius: 10px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    content: "";
    bottom: -15px;
    z-index: -1;
    opacity: 0.2;
    background-image: -moz-linear-gradient( -41deg, rgb(42,94,245) 0%, rgb(128,100,251) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(42,94,245) 0%, rgb(128,100,251) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(42,94,245) 0%, rgb(128,100,251) 100%);
}
.services-box.purple{
    background-image: -moz-linear-gradient( -41deg, rgb(42,94,245) 0%, rgb(128,100,251) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(42,94,245) 0%, rgb(128,100,251) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(42,94,245) 0%, rgb(128,100,251) 100%);
}
.services-box.green{
    background-image: -moz-linear-gradient( -41deg, rgb(35,193,188) 0%, rgb(2,223,181) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(35,193,188) 0%, rgb(2,223,181) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(35,193,188) 0%, rgb(2,223,181) 100%);
}
.services-box.pink{
	background-image: -moz-linear-gradient( -41deg, rgb(255,97,127) 0%, rgb(248,93,129) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(255,97,127) 0%, rgb(248,93,129) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(255,97,127) 0%, rgb(248,93,129) 100%);
}
.services-box.orange{
	background-image: -moz-linear-gradient( -41deg, rgb(255,174,133) 0%, rgb(255,215,112) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(255,174,133) 0%, rgb(255,215,112) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(255,174,133) 0%, rgb(255,215,112) 100%);
}
.services-box.red{
	background-image: -moz-linear-gradient( -41deg, rgb(255,81,86) 0%, rgb(255,113,106) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(255,81,86) 0%, rgb(255,113,106) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(255,81,86) 0%, rgb(255,113,106) 100%);
}
.services-box.blue{
	background-image: -moz-linear-gradient( -41deg, rgb(4,136,233) 0%, rgb(12,164,238) 100%);
    background-image: -webkit-linear-gradient( -41deg, rgb(4,136,233) 0%, rgb(12,164,238) 100%);
    background-image: -ms-linear-gradient( -41deg, rgb(4,136,233) 0%, rgb(12,164,238) 100%);
}
.services-box .icon{
	min-height: 84px;
    margin: 5px 0 10px 0;
}
.services-box h3{
	margin: 0 0 12px 0;
    font-size: 19px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: bold
}
.services-box p{
	color: #fff;
    text-align: center;
    margin: 0;
	font-size: 16px;
}

.banner-button{
	margin: 20px 0;
}
.banner-button a{
	background: none;
    color: #fff;
    border-color: #fff;
	font-size: 16px;
    padding: 12px 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.24);
    display: inline-block;
    text-transform: uppercase;
}
.banner-button a:hover{
	background: #fff;
    color: #21a7ff;
}
ul.list-arrow-main{
	list-style: none;
}
ul.list-arrow-main li{
	position: relative;
}
ul.list-arrow-main li:before{
	content: '';
    position: absolute;
    background: url(../images/arrow-list.png) bottom center no-repeat;
    background-size: cover;
    height: 13px;
    width: 13px;
    left: -25px;
    top: 5px;
}

.glow-on-hover {
	padding: 15px 20px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
	width: calc(100% + 8px);
    height: calc(100% + 8px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover{
	color: #fff;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.gradient-border {
  --border-width: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: white;
  background: #fff;
  border-radius: var(--border-width);
}
.gradient-border::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}



 @keyframes line-animate { 
	0% { 
		top: 0; 
	} 

	50% { 
		top: 100%; 
	} 

	0% { 
		top: 0; 
	} 
} 

@-webkit-keyframes pulseaim {to {box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);}}


/*************************  Common End *************************/


/*
.line-reveal {
  width: 120%;
  height: 3px;
  overflow: hidden;
  position: absolute;
}
.line-reveal .overlay {
  background: black;
  height: 10px;
  position: absolute;
  top: -5px;
  width: 100%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-animation: wipe 3s ease;
          animation: wipe 3s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.line-reveal .line {
  border: 3px dashed white;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#line-a {
  left: 0;
  top: 60%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#line-a .line {
  border-color: #ff9900;
}

#line-b {
  left: 0;
  bottom: 20%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
#line-b .overlay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#line-b .line {
  border-color: #ff0099;
}

#line-c {
  right: 10%;
  bottom: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
#line-c .overlay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#line-c .line {
  border-color: #0099ff;
}

@-webkit-keyframes wipe {
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes wipe {
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}*/


@media screen and (min-width: 1199px){
	.header .navbar .container {
		width: 100%;
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1240px) {

    #home-eight.blogs-main .blog-listing main {
        display: block;
        height: auto;
        min-height: max(640px, 100vh);
        padding: 80px 0;
    }

    #home-eight.blogs-main .blog-listing .card-container {
        grid-template-columns: 1fr 1fr;
        height: auto;
        margin: 0;
        padding: 40px;
    }

    #home-eight.blogs-main .blog-listing .card {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
	.head_img_bg .home-banner .col-xl-6:last-child {
		display: none !important;
	}
	.head_img_bg .home-banner .col-xl-6:first-child {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		justify-content: center;
	}
	.home-banner {
		margin-top: 70px !important;
		height: 70vh;
		background-size: auto !important;
	}
    #home-eight.blogs-main .blog-listing .card-container {
        grid-template-columns: 1fr;
    }
	
	#main-navbar.navbar-collapse{
		margin-top: 20px;
	}
	#main-navbar.navbar-collapse ul{
		padding: 0px 5px;
	}
	.home-banner .container{
		justify-content: center;
	}
	
	.home-banner .col-12.row.p-0{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.home-banner .col-12.row.p-0 .col-12.d-flex{
		margin: 20px 0px;
	}
	.home-banner{
		background-size: contain;
		background-position: 100% 0;
	}
	#home-third .build-web-main{
		margin-bottom: 40px;
	}
	#home-fourth .company-info-main .company-info .image img{
		width: 70px;
		height: 70px;
	}
	#home-fourth .company-info-main .company-info{
		padding: 30px 0px !important;
	}
	#home-sixth.business-domains .col{
		display: inline;
		width: auto;
		padding: 0;
	}
	#home-sixth .container .col-xl-8.d-flex.align-items-center{
		flex-wrap: wrap;
	}
	#home-sixth .container .col-12.row.p-0{
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
	#home-sixth .container .col-xl-8.d-flex.align-items-center{
		display: block!important;
		text-align: center;
		align-items: inherit!important;
	}
	#home-sixth.business-domains .box-item{
		width: 130px;
		height: 140px;
		border-radius: 10px;
		display: inline-block;
		width: 140px;
		margin: 10px!important;
		vertical-align: top;
	}
	#home-sixth.business-domains .box-item .box-item-inner{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.common-banner{
		height: auto !important;
	}
	.common-banner .container .col-12{
		padding: 30px 0px !important;
		text-align: center;
		margin: 0 auto;
	}
	.common-banner .container .col-xl-7 h1.title{
		font-size: 30px;
		line-height: 35px;
	}
	#accordion-main .image{
		width: 100% !important;
	}
	#accordion-main .container{
		height: auto !important;
	}
	footer .footer-cta .single-cta{
		display: flex;
		margin-bottom: 20px;
	}
	footer .single-cta i{
		width: 30px;
	}
	footer .footer-cta .col-xl-4:last-child .single-cta{
		margin-bottom: 0px;
	}
	.footer-social-icon, .footer-links-main{
		margin-bottom: 30px;
	}
	#home-nine.contact-form .contact-form-main form .field label{
		font-size: 16px;
	}
	.fs-40{
		font-size: 35px !important;
	}
	.fs-60{
		font-size: 45px !important;
	}
	.fs-18{
		font-size: 1rem !important;
	}
	.before-footer .container .col-xl-4:first-child{
		margin-bottom: 30px;
	}
	.boxes-process-main .stack .cards{
		margin-bottom: 15px !important;
	}
	.bg-cross .bg-cross-main .col-12.row.mx-0.p-0{
		flex-direction: column-reverse;
	}
	.bg-cross-main .tech-list-main{
		margin: 40px 0 0px !important;
		justify-content: center;
	}
	.bg-cross-main .tech-list-main li h4{
		opacity: 1 !important;
	}
	.bg-cross-main .tech-list-main li{
		width: 23% !important;
	}
	#curve-services{
		padding: 30px 0px;
	}
	#image_box_hover .image-box-hover-inner .image-box{
		margin-bottom: 15px;
	}
	#curve-services .container .col-xl-6{
		margin-bottom: 30px;
	}
	.banner-listing li i{
		margin-top: 5px
	}
	.banner-listing li{
		align-items: flex-start !important;
	}
	.common-banner .container{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.common-banner{
		margin-top: 70px;
	}
}

@media only screen and (max-width: 425px) {

    #home-eight.blogs-main .blog-listing .card-container {
        padding: 20px;
    }

}

@media (max-width: 991.98px) and (orientation:landscape){
	#home-third .build-image img {
		height: auto !important;
		object-fit: cover !important;
	}
	#home-fifth.clients-love-review .bottom-section .main{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mega-menu-main .nav-item.dropdown.mega-dropdown ul.mega-dropdown-menu{
		width: 95% !important;
	}
	#home-eight.blogs-main .blog-listing .card-container {
        grid-template-columns: 1fr;
    }
	
	#main-navbar.navbar-collapse{
		margin-top: 20px;
	}
	#main-navbar.navbar-collapse ul{
		padding: 0px 5px;
	}
	.home-banner .container{
		justify-content: center;
	}
	
	.home-banner .col-12.row.p-0{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.home-banner .col-12.row.p-0 .col-12.d-flex{
		margin: 20px 0px;
	}
	.home-banner{
		background-size: cover;
		background-position: 100% 0;
	}
	.home-banner {
		height: 90vh;
	}
	#home-third .build-web-main{
		margin-bottom: 40px;
	}
	#home-fourth .company-info-main .company-info .image img{
		width: 70px;
		height: 70px;
	}
	#home-fourth .company-info-main .company-info{
		padding: 30px 0px !important;
	}
	#home-sixth.business-domains .col{
		display: inline;
		width: auto;
		padding: 0;
	}
	#home-sixth .container .col-xl-8.d-flex.align-items-center{
		flex-wrap: wrap;
	}
	#home-sixth .container .col-12.row.p-0{
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
	#home-sixth .container .col-xl-8.d-flex.align-items-center{
		display: block!important;
		text-align: center;
		align-items: inherit!important;
	}
	#home-sixth.business-domains .box-item{
		width: 130px;
		height: 140px;
		border-radius: 10px;
		display: inline-block;
		width: 140px;
		margin: 10px!important;
		vertical-align: top;
	}
	#home-sixth.business-domains .box-item .box-item-inner{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.common-banner{
		height: auto !important;
	}
	.common-banner .container .col-12{
		padding: 30px 0px !important;
		text-align: center;
		margin: 0 auto;
	}
	.common-banner .container .col-xl-7 h1.title{
		font-size: 30px;
		line-height: 35px;
	}
	#accordion-main .image{
		width: 100% !important;
	}
	#accordion-main .container{
		height: auto !important;
	}
	footer .footer-cta .single-cta{
		display: flex;
		margin-bottom: 20px;
	}
	footer .single-cta i{
		width: 30px;
	}
	footer .footer-cta .col-xl-4:last-child .single-cta{
		margin-bottom: 0px;
	}
	.footer-social-icon, .footer-links-main{
		margin-bottom: 30px;
	}
	#home-nine.contact-form .contact-form-main form .field label{
		font-size: 16px;
	}
	.fs-40{
		font-size: 35px !important;
	}
	.fs-60{
		font-size: 45px !important;
	}
	.fs-18{
		font-size: 1rem !important;
	}
	.before-footer .container .col-xl-4:first-child{
		margin-bottom: 30px;
	}
	.boxes-process-main .stack .cards{
		margin-bottom: 15px !important;
	}
	.bg-cross .bg-cross-main .col-12.row.mx-0.p-0{
		flex-direction: column-reverse;
	}
	.bg-cross-main .tech-list-main{
		margin: 40px 0 0px !important;
		justify-content: center;
	}
	.bg-cross-main .tech-list-main li h4{
		opacity: 1 !important;
	}
	.bg-cross-main .tech-list-main li{
		width: 23% !important;
	}
	#curve-services{
		padding: 30px 0px;
	}
	#image_box_hover .image-box-hover-inner .image-box{
		margin-bottom: 15px;
	}
	#curve-services .container .col-xl-6{
		margin-bottom: 30px;
	}
	.banner-listing li i{
		margin-top: 5px
	}
	.banner-listing li{
		align-items: flex-start !important;
	}
	.common-banner .container{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.common-banner{
		margin-top: 70px;
	}
	

	.head_img_bg .home-banner .col-xl-6:last-child {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	#home-third .build-image img {
		height: auto;
	}
	.mega-menu-main .dropdown-menu.services{
		top: 63%;
	}
	.mega-menu-main .mega-dropdown{
		margin-right: 0px;
	}
	.mega-menu-main.navbar-expand-lg .navbar-nav a.nav-link{
		padding-right: 25px;
	}
	.mega-menu-main.navbar-expand-lg .navbar-nav a.nav-link,
	.mega-menu-main .nav-item.dropdown.mega-dropdown a.nav-link{
		padding-left: 25px;
	}
	.mega-menu-main.navbar {
		background: #fff;
		padding: 0px 12px !important;
		max-height: 300px;
	}
	.mega-menu-main.navbar .navbar-brand,
	.mega-menu-main.navbar .nav-link {
		color: #555;
	}
	
  /*body .header .mega-menu-main .nav-item.dropdown:not(.show).mega-dropdown:hover ul.mega-dropdown-menu{
	  visibility:hidden;
	  opacity: 0;
  }*/
  .show.mega-menu-main .dropdown-menu{
		position: static !important;
	}
	.mega-menu-main .nav-item.dropdown.mega-dropdown a.nav-link{
		padding-right: 0;
	}
	.mega-menu-main .mega-dropdown-menu > li > ul > li.dropdown-header{
		padding: .5rem 0.5rem;
	}
	.mega-menu-main .dropdown-menu{
		margin-right: 0;
		padding: 0;
		right: unset !important;
		width: 99% !important;
		top: auto;
	}
	
	.mega-menu-main .nav-item.dropdown.mega-dropdown:hover ul.mega-dropdown-menu{
		overflow: scroll;
	}
	.mega-menu-main .dropdown-menu.services{
		right: 0;
		width: 100%;
	}
	.request-btn-menu{
		margin-bottom: 30px;
		margin-top: 10px;
		margin-left: 30px !important;
	}
	.mega-menu-main .mega-dropdown{
		margin-right: 0px;
	}
	.mega-menu-main .nav-item.dropdown.mega-dropdown:hover ul.mega-dropdown-menu{
		height: 100%;
	}
}

/* testimonial-area */

.parallax-section{
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.testimonials{
	width:100%
}
#testimonial{
	width:100%;
	margin: 40px 0;
}
#testimonial .ts-testimonial-slide{
	position:relative;
}
#testimonial.parallax-section .qoute-icon{
	font-size: 50px;
    position: absolute;
}
#testimonial.parallax-section .qoute-icon.fa-quote-left{	
    left: -30px;
    top: -30px;
}
#testimonial.parallax-section .qoute-icon.fa-quote-right{	
	right: -40px;
    bottom: 60px;
}
.ts-testimonial-slide{
	text-align: center;
	color: #000;
	width: 85%;
	margin: 0 auto;
}
.ts-testimonial-slide p{
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	font-family: 'Droid Serif';
	margin-bottom: 35px;
}
.ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
}
.ts-testimonial-slide .ts-testimonial-item .icon-client{
	background: #ffffff;
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 29px;
	margin-top: 2px;
}
.ts-testimonial-slide .ts-testimonial-item .infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.ts-testimonial-slide .ts-testimonial-item  .client-name{
/* 	padding-left: 38px; */
	font-size: 12.8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	display: block;
	line-height: normal;
	white-space: nowrap;
	text-align:center;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position{
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	text-align:center;
	display: block;
	text-align: left;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a{
	color: #000;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
	color: #5ed9e7;
}



/* carrier page css */

.carrier-opening-main .common-carrier {
	border-bottom: 1px dashed #ccc;
    padding-bottom: 28px !important;
    padding: 0px 40px;
	    margin-bottom: 28px;
}
.carrier-opening-main .common-carrier .opening-title{
	font-weight: 600;
    color: #1babf3;
    font-size: 24px;
	margin-bottom: 22px;
}
.carrier-opening-main .common-carrier .job-details p{
	    font-size: 14px;
    line-height: 23.998px;
}
.carrier-details .modal-body label{font-size:14px;}
.carrier-details .fileupload{
	padding: 3px 12px;
}
.border-top-0{
	border-top:none;
}
.send-btn{
	    padding: 18px 28px;
    font-size: 16px;
}
.bottom-main-privacy label{font-size:14px;}
.bottom-main-privacy ul{    margin-top: 8px;}
.bottom-main-privacy ul li{
	font-size: 14px;
    list-style: none;
	margin-bottom: 30px}
.bottom-main-privacy ul li i{
	float: left;
    font-size: 24px;
    color: #1babf3;
    margin-right: 12px;
}
.bottom-main-privacy ul li h3{font-size: 20px;}
.bottom-main-privacy ul li p{ color:#8c8c8c;margin-bottom:12px;}
#technology-section .technology-main .main-technology-wrap {
    margin-bottom: 42px;
	    display: flex;
    align-items: center;
	justify-content: center;
}
#technology-section .technology-main .common-technology-img img{
      opacity: 0.4;
    width: 76% !important;
	transition:all 0.3s;
}
#technology-section .technology-main .common-technology-img.technology-img-2 img{width: 44% !important;}
#technology-section .technology-main .common-technology-img img:hover{
      opacity: 1;
}
#technology-section .technology-main .common-technology-img,
#technology-section .technology-main .text-technology{
	text-align:center;
}
#technology-section .technology-main .text-technology h3{
	font-size: 34px;
    opacity: 0.5;
    font-weight: 800;
    user-select: none;
	transition:all 0.3s;
	text-transform:capitalize;
}
#technology-section .technology-main .text-technology h3:hover{
      opacity: 1;
}
.carrier-opening-main .top-job-title p{margin-bottom:2px;font-weight:500;}
.carrier-opening-main .top-job-title{
    margin-bottom: 12px;
}
.bottom-main-job-details{    margin-top: 24px;}
.carrier-opening-main .bottom-main-job-details h3{font-size: 20px;
    margin-bottom: 12px;}
.carrier-opening-main .bottom-main-job-details .common-job-details li{list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
	    display: flex;
    flex-wrap: nowrap;}
.carrier-opening-main .bottom-main-job-details .common-job-details li i{    font-size: 18px;
    color: #077fc8;
    margin-right: 6px;}
.carrier-opening-main .bottom-main-job-details .common-job-details{
	margin-bottom:30px;
}
footer .footer-widget .iso-img-main{width: 40%;
    /* margin: 0 auto; */
    margin-top: 24px;
    margin-left: 12px;}
	footer .footer-widget .iso-img-main img{width:100%;}
.award-section-main .award-wrap{
	box-shadow: 0 0 10px 10px rgb(0 0 0 / 4%);
	background-color:#fff;
	margin-bottom: -50px;
	border-radius:12px;
	padding: 16px 0px;
}
.award-section-main .award-wrap .bottom-award-img ul{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.award-section-main .award-wrap .bottom-award-img ul li{list-style: none;
    padding: 12px 30px;}
footer.footer-section {
   
    /* margin-top: 4rem; */
    padding-top: 4rem;
}
.award-section-main{margin-bottom: -60px;
    z-index: 1;
    position: relative;}