@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;	
}
/* ---- Assign ---- */
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	margin-top: 0.1px;
}
a{
	color: #707070;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
a:hover{	
    color: #899ace;
}
p{
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	font-family: 'Roboto', sans-serif;
}
h2{
	color: #707070;
}
.btn-main {
    text-decoration: none;
    background-color: #3D3D3D;;
    color: #fff;
    padding: 10px 30px;
	display: inline-block;	
    margin-top: 30px;
	transition: 0.2s ease-in-out;
}
.btn-main:hover {
    background-color: #dcdcdc;
    color: #3D3D3D;
    text-decoration: none;
}
.secton-specing {
    padding: 90px 0;
}
.bg-grey {
    background-color: #F9F9F9;
}
.heading{
	font-size: 50px;
	font-weight: bold;
	color: #899ACE;
	padding-bottom: 50px;
}
.heading span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #707070;
    padding-top: 5px;
}
.sub-heading {
    font-size: 20px;
	padding-bottom: 10px;
	color: #707070;
}
.page-heading{
	font-size: 20px;
    font-weight: bold;
	padding-bottom: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: none !important;
}
.check-list li {
    list-style: none;
    position: relative;
	padding:0px 0 5px 30px;
}
.check-list li:before {
     content: "\f00c";
    font-family: "Font Awesome 5 free"; 
    font-weight: 900; 
   position: absolute; 
    top: 3px; 
	left: 0; 
   color: #899ACE; 
    }
@media(max-width:990px){
	.secton-specing {
    padding: 40px 0;
}
	.heading {
    font-size: 25px;    
}
}

/* ---- End Assign ---- */
/* ---- Alignment ---- */
.justifyalign{
text-align: justify;
text-justify: inter-word;
}

/* ---- End Alignment ---- */
/* ---- Navigation Area ---- */
.country img {
    width: 55px;
}
.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.menu-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.menu-btn_burger {
    width: 32px;
    height: 2px;
    background: #000;
    position: relative;
    border-radius: 1px;
}

.menu-btn_burger:before, .menu-btn_burger:after {
    content: "";
	position: absolute;
    background: #000;
    width: 32px;
    height: 2px;
	border-radius: 1px;
}
.menu-btn_burger:before{
    transform: translateY(-8px);
}
.menu-btn_burger:after{
    transform: translateY(8px);
	width: 50%;
	right: 0;
}
.navigation-area {
    position: absolute;
    background-color: hsl(0deg 0% 0% / 39%);
    width: 100%;
}
.menu-area{
	padding: 10px;
}
.btn-close:hover {
    transform: rotate(90deg);
}

.btn-close {
    transition: 0.2s ease-in-out;
}
.logo-area img {
    width: 80px;    
}
.navigation-area.stick-menu .logo-area img{
	width: 60px;
}

.navigation-area.stick-menu .menu-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
   	background-color: hsl(0deg 0% 0% / 39%);
	animation-name: fadeInDown;
    animation-fill-mode: none;
}
.offcanvas {
    max-width: 300px;
}
.offcanvas-body{
	padding: 0;
}
.menu-items{
	padding: 0;
	
}

.menu-items li {
    list-style: none;
}

.menu-items a {
    font-size: 20px;
    color: #707070;
    text-decoration: none;
    display: block;
    font-family: 'Roboto';
    padding: 15px 30px;
	font-weight: bold;
	position: relative;
}
.social-icons li {
    list-style: none;
	position: relative;
	
    }

.social-icons {
/*
    display: flex;
    justify-content: center;
*/
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.social-icons a {
    color: #010101;
    font-size: 29px;
    padding-top: 60px;
    display: inline-block;
}
/*.menu-items li:hover {
    border-bottom: solid 5px #373737;
}*/

.menu-items a:hover:before, .menu-items a.active:before{
	content: "";
	height: 5px;
	width: 150px;
	background: #373737;
	border-radius: 10px;
	position: absolute;
	bottom: 0px;
} 

@media(min-width:1200px){
	.dropdown_toggle{
		display: none;
	}
}
@media(min-width:1025px){
.menu-items li {
    position: static;
}	
	.mega_dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
	top: 0%;
	left: -100%;
    width: 100%;
    height: 100%;
    opacity: .9;
	padding-top: 13%;
	transition: 0.2s ease-in-out;	
}
.mega_dropdown a {
    font-weight: normal;
}
.mega_dropdown a:hover {
    font-weight: normal;
	color: #899ACE;
}

.menu-items li:hover .mega_dropdown {
    display: block;
}
.social-icons li a:hover {
    color: #899ACE;
}
}
@media(max-width:1024px){
.menu-items a {
    font-size: 20px;
    color: #707070;
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto';
    padding: 15px 30px;
    font-weight: bold;
    position: relative;
    width: calc(100% - 50px);
}	
	.mega_dropdown a{
		font-weight: normal;
	}	
.dropdown_toggle {
    padding: 10px;
    background: #ccc;
}
.mega_dropdown {
    position: static !important;
    z-index: 999;    
    left: 0;
	transform: translate3d(0px, 0px, 0px)!important; 	
    
}	
}
@media(max-width:990px){
	.menu-items span {   
	display: none;
}
}
@media(max-width:767px){
	.mega_dropdown {
    position: static !important;
    z-index: 999;    
    left: 0;
	transform: translate3d(0px, 0px, 0px)!important; 	
    
}
	.dropdown-menu{
		border: none;
	}
.dropdown_toggle {
    position: absolute;
    right: 14px;
    top: 2px;
    padding: 10px;
    background: #ccc;
}	
	.logo-area img {
    width: 150px;
}
.menu-items a {
    font-size: 14px;
	padding: 10px 16px;
	}
}
@media(max-width:575px){
	.menu {
    position: absolute;
    top: 0;
    right: 5px;
}
}
/* ---- End Navigation Area ---- */

/* ---- Banner Area ---- */
.banner {
    height: calc(100vh - 121px);
	background-size: cover;
}
.banner-txt {
    position: absolute;    
    justify-content: center;    
    width: 783px;    
    background-color: rgb(255 255 255 / 85%);
    padding: 46px;
    right: 1%;
    top: 40%;
}
.banner-txt h1 {
    color: #899ACE;
    font-size: 25px;
    font-weight: bold;
}

.banner-txt p {
    color: #000;
    font-size: 14px;
}
.header-form input {
    height: 70px;
    border-radius: 50px;
    padding: 0 30px;
}
.header-form {
    position: relative;
	margin-top: 20px;
}
.header-form .search-btn {
    position: absolute;
    top: 27%;
    right: 4%;
    background: none;
    border: none;
    font-size: 22px;
}
@media(max-width:1400px){
.banner-txt {
    position: absolute;
    justify-content: center;
    width: 583px;
    background-color: rgb(255 255 255 / 85%);
    padding: 46px;
    right: 1%;
    top: 20%;
}
}
@media(max-width:1024px){

.banner-txt {
	 width: 706px;
     padding: 25px;
}
}
@media(max-width:990px){
	.banner-txt {    
    width: 403px;   
    padding: 21px;    
}
.banner-txt h1 {   
    font-size: 25px;    
}
}
@media(max-width:767px){
		.banner-txt {   
    right: 0;    
    left: 0;
    margin: 0 auto;
	width: 316px;
	top: 28%;			
}
	}
@media(max-width:375px){
	
	.banner-txt {    
    top: 24%;
}
	.banner-txt {
      padding: 10px;
}
}
/* ---- End Banner Area ---- */
/* ---- Tiker Section ---- */
.ticker-bg {
    background-color: #899ace;
}

.tiker-testimonial .item p {
    color: #fff;
    margin-bottom: 5px;
}

.tiker-testimonial .item {
    padding: 15px 0;
}
.profile-details {
    text-align: center;
}

.profile-details .profile-img {
    margin: 0 auto;
}
/* ---- End Tiker Section ---- */
/* ---- Solution Section ---- */
.solution-details {
	background-color: #fff;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 16%);
	transition: 0.2s ease-in-out;
}
.solutions-info {
    padding: 20px;
	min-height: 210px;
}
.solution .item {
    margin: 10px;
}
.solution .owl-prev {
    position: absolute;
    top: 35%;
    left: -45px;
}
.solution .owl-next {
    position: absolute;
    top: 35%;
    right: -45px;
}
.solution .owl-prev span, .solution .owl-next span{
	font-size: 49px;
    color: rgb(55 55 55 / 45%);
}
.solution .owl-dots {
    margin-top: 75px;
}
.solution .owl-dot span {
    width: 40px !important;
    border-radius: 0 !important;
    height: 6px !important;
    background-color: #707070 !important;
    margin: 0 3px !important;
}
.solution-details:hover {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
    transform: translateY(5px);
}

@media(max-width:990px){
	.solution .owl-prev, .solution .owl-next{
		display: none !important;
	}
	.solutions-info {   
    min-height: 10px;
}
}
/* ---- End Solution Section ---- */
/* ---- Service Section ---- */
.services-img {
    background-size: cover;
    background-repeat: no-repeat;	
}
.service-head img {
    width: 69px !important;
}
.service-head{
	text-align: center;
}
.service-head img {
    margin: 0 auto;
}

.service-head {
    background: rgb(255 255 255 / 82%);
    padding: 35px 0px 0;
    min-height: 170px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-head p {
    font-weight: bold;
    color: #373737;
	padding-top: 10px;
}
.services-details {
    background-color: #fff;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 16%);
	transition: 0.2s ease-in-out;
}
.services-details:hover {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
    transform: translateY(5px);
}
.services-info {
    padding: 20px;
	min-height: 135px;
}
.services .item {
    margin: 10px;
}
.services .owl-prev {
    position: absolute;
    top: 35%;
    left: -45px;
}
.services .owl-next {
    position: absolute;
    top: 35%;
    right: -45px;
}
.services .owl-prev span, .services .owl-next span{
	font-size: 49px;
    color: rgb(55 55 55 / 45%);
}
.services .owl-dots {
    margin-top: 75px;
}
.services .owl-dot span {
    width: 40px !important;
    border-radius: 0 !important;
    height: 6px !important;
    background-color: #707070 !important;
    margin: 0 3px !important;
}
.services .btn-main{
	margin-top: 55px;
}
@media(max-width:990px){
	.services .owl-prev, .services .owl-next{
		display: none !important;
	}
	.services-info {    
    min-height: 10px;
}
}
/* ---- End Service Section ---- */
/* ---- News Section ---- */
.news-info p {
    font-size: 14px;
}
.bpo-service {
    text-align: center;
    background-color: #fff;
    border: solid 1px #D2D2D2;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 20px;	
}
.bpo-service h5 {
    font-size: 16px;
    font-weight: bold;
    color: #707070;
    padding: 20px 0;
    margin: 0;
}

.bpo-service p {
    text-align: left;
}
.bpo hr {
    margin: 50px 0;
    color: #707070;
}
.news-img {
    height: 405px;
   	width: 39vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.news-info {
    background: #fff;
    border: solid 1px #D2D2D2;
    padding: 50px 40px;    
}
@media(max-width:1366px){
	.news-img {    
    width: 45vw;
	}
}
@media(max-width:1200px){
	.news-img {
    height: 405px;
    width: 51vw
	}
}
@media(max-width:990px){
	.news-img {
	height: 231px;	
    width: 100%;
}
}
@media(max-width:767px){
	.service-head {   
    padding: 15px;
}
}
/* ---- End News Section ---- */
/* ---- Carrier Section ---- */
.carrier-desc {
    padding: 0 290px 50px;
}
.carrier-img {
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media(max-width:1024px){
	.carrier-desc {
    padding: 0 76px 50px;
}
}
@media(max-width:990px){
	.carrier-desc {
    padding: 0;
}
	.carrier-img {
    height: 462px !important;
    width: 100% !important;
	}
	.testimonial {
    transform: translate(0) !important; 
}
}
/* ---- End Carrier Section ---- */
/* ---- Testimonial Section ---- */
.carrier-img {
    height: 580px;
    width: 52vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.profile-img1 {	
    width: 60px;	
    height: 60px;	
    border-radius: 50%;	
    background-size: cover;	
    background-position: center top;	
    background-repeat: no-repeat;
margin: 0 auto;	
}
.profile-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    border: solid 3px #d4d4d4;
}

.testimonial {
    background: #fff;
    border: solid 1px #D2D2D2;
    padding: 15px 45px;
    transform: translate(0, 59%);
}
.testimonial .owl-carousel .owl-stage-outer {
    overflow-x: clip !important;
    overflow: visible;
}
.home-testimonial-profile-head {
    text-align: center;
    padding: 30px 0 0;
}

.home-testimonial-profile-head h2 {
    font-size: 20px;
	margin: 5px 0;
	color: #899ace;
}

.home-testimonial-profile-head h4 {
    font-size: 15px;
    font-style: italic;
}
.home-testimonial-desc {
    text-align: center;
}
.carrier .btn-main{
	margin-top: 115px;
}
.owl-dot span {
    background: none !important;
    border: solid 1px #707070;
}

.owl-dot.active span {
    background: #000 !important;
}
@media(max-width:1024px){
	.testimonial {
      transform: translate(0, 40%);
}
}
/* ---- End Testimonial Section ---- */
/* ---- Partner Section ---- */

.partner img {
    padding: 0 25px;
}
@media(max-width:990px){
	.partner img {
     padding: 0;
}
}
/* ---- End Partner Section ---- */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #899ace;
    width: 50px;
    height: 50px;    
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
}
#return-to-top i {
    color: #fff;
    top: 5px;
	transition: 0.2s ease-in-out;
}
#return-to-top.show {
    visibility: visible;
}
#return-to-top:hover i {
    transform: translateY(-5px);
}

/* ---- footer Section ---- */
footer {
    padding-top: 45px;
    border: solid 1px #f0f3ff;
    box-shadow: 0px 2px 10px #ebebeb;
}
.footer-logo {
    margin-bottom: 25px;
    display: flex;
    align-items: center; 
	text-align: center;
}
.footer-logo .footer-desc{
	max-width: 420px;
    padding-left: 10px;
	text-align: center;
}
.footer-form {
    position: relative;
}
.footer-form .search-btn {
    position: absolute;
    background-color: #373737;
    color: #fff;
    padding: 8px 20px;
    border: none;
    top: 0;
    right: 0;
}
.footer-form input{
	height: 40px;	
}
.contact-link li {
    list-style: none;
    display: flex;
}
.contact-link li {
    list-style: none;
    display: flex;
    padding:0px;
	line-height: 30px;
    }

.contact-left {
    padding-right: 20px;
	color: #373737;
}

.contact-link a {
    text-decoration: none;
    color: #373737;
    font-size: 14px;
}
.footer-quick-links {
    column-count: 2;
    padding: 0;
}
.useful-links li {
    list-style: none;
}

.useful-links a {
    text-decoration: none;
    color:  #373737;
    }
.footer-bottom {
    background-color: #373737;    
}
.footer-bottom p, .footer-bottom a {
    color: #fff;
    text-decoration: none;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
.footer-bottom-links li {
    list-style: none;
    padding: 0 10px;
}

.footer-bottom-links {
    display: flex;
	margin: 0;
	padding: 10PX 0;
}
.social {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.social li {
    list-style: none;    
    color: #fff;
}
.social a {
    padding: 0 15px;
}
.contact-link li a{
	transition: 0.2s ease-in-out;
}
.contact-link li a:hover {
    color: #899ace;
}

@media(max-width:990px){
	.contact-left {
    padding-right: 10px;    
}
	
	.footer-top {
    text-align: center;
}
	.footer-logo {   
    justify-content: center;
}
	.footer-logo .footer-desc {    
    text-align: left;
}
}
@media(max-width:767px){
	footer {
    text-align: center;
}
	.footer-bottom-links li:nth-child(3){
		display: none;
	}
.contact-link {
	padding: 0;
	padding-top: 10px;
}
.footer-bottom-links {
    flex-direction: column;
}	
.social {
    justify-content: center;
}
.contact-link li {
    justify-content: center;
}
	.footer-quick-links {
    column-count: 1;    
}
	.footer-logo {    
    align-items: center;
    flex-direction: column;
}
	.footer-logo .footer-desc {
    text-align: center;
}
}
/* ---- End footer Section ---- */

/* ---- Animation css ---- */
.banner .banner-text {
    opacity: 0;
}
.banner .carousel-item.active .banner-text {
    opacity: 1;
}
.banner .carousel-item.active .banner-text h1,
.banner .carousel-item.active .banner-text h2
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.banner .carousel-item.active .banner-text .btn-main {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.banner .carousel-item.active .banner-text .btn-main.cta-bdr {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0)
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}
.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}
.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}
.navigation-area.stick-menu .navbar-nav .nav-item .nav-link {
    color: #5d5d5d;
}
.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/* ---- End Animation css ---- */


/*--owl-carusel--*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*--owl-carusel--*/
