@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body
{
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4, h5,  h6
{
	font-family: 'Roboto', sans-serif;
	line-height: 100%;
	color: #49C5F1;
}
span, a, 
{
	font-family: 'Roboto', sans-serif;
}
::placeholder
{
    font-family: 'Roboto', sans-serif;
}
:root
{
	--primary-color: #e07026;
}
nav.navbar ul li a {
    color: #49C5F1;
    font-size: 17px;
    font-weight: 500;
}
nav.navbar a.navbar-brand {
    color: #000;
    font-weight: bold;
    font-size: 25px;
}
section.banner {
    background: url(../images/bpo.jpg);
    width: 100%;
    padding: 100px 0;
    position: relative;
    background-repeat: round;
}

section.banner h1 {
    color: #fff;
    line-height: 40px;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner h2 {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

section.banner p {
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
}

section.banner button {
    border-color: #AC519F;
    background: #AC519F;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 10px 0;
}
section.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black 10%, transparent 90%);
}
.cost-inner p svg {
    width: 60px !important;
    height: 60px !important;
}
.cost-inner
{
    text-align: center;
}
.cost-inner {
	box-shadow: 0px 0px 10px #44444426;
	padding: 20px 10px;
    min-height: 380px;
    max-height: 100%;
	}
section.cost {
    padding: 100px 0;
}
.cost-inner h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cost-inner p a {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .5s ease;
}
.cost-inner p a:hover {
        color: #fff;
        background: #AC519F;
}
section.video_section {
    background: #48677f;
    padding: 100px 0;
}

.video_section_inner {
    display: flex;
    align-items: center;
}

.video_right {
    background: #fff;
    padding: 50px;
}

.video_left {
    max-width: 60%;
    flex: 0 0 60%;
}
.video_right {
    max-width: 50%;
    flex: 0 0 50%;
}

.video_left img {
    width: 100%;
}
section.infrastucture {
    background: url(../images/landing-section7.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
section.infrastucture .row.infrastucture-design {
    justify-content: center;
}
.infrastucture-inner p svg {
    width: 70px !important;
    height: 70px !important;
}
.infrastucture{
    text-align: center;
}

.infrastucture-heading h2 {
    font-size: 25px;
    font-weight: bold;
}

.infrastucture-heading h3 {
    font-size: 19px;
    max-width: 800px;
    margin: 20px auto;
    line-height: 35px;
}
.infrastucture-inner h2 {
    font-size: 30px;
    font-weight: bold;
}

.infrastucture-inner h4 {
    font-size: 18px;
    line-height: 30px;
}
.infrastucture-inner {
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px #0000001c;
    padding: 50px 10px;
    border-bottom: 2px solid #AC519F;
	min-height: 300px;
	max-height: 100%;
}
section.business {
    background: linear-gradient(180deg, #2B5379 0%, #15526C 100%);
    color: #fff;
    padding: 100px 0 30px;
}

.business .business-left h2 {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
}

.business-left h4 {
    color: #fff;
    margin: 30px 0;
    font-size: 21px;
}
.business-left button {border-color: transparent;background: var(--primary-color);padding: 10px 15px;color: #fff;}
.business-right h4 {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 26px;
}
.align-text {
    align-items: center;
}
section.business .row.align-text {
    margin-bottom: 20px;
}
g text
{
fill: #fff;
    font-size: 18px;
}
rect {
    fill: transparent;
}
.works
{
    background: #F9F8F7;
    padding: 100px 0;
}
.works-inner p.svg {
    width: 150px;
}

.works-inner {
    text-align: center;
    margin: 30px 0;
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0px 0px 10px #e2e2e2a1;
    min-height: 190px;
    max-height: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.works-inner h5 {
    font-size: 16px;
}
.works-pagination ul li {
    display: inline-block;
}

.works-pagination ul li {
    max-width: 14%;
    width: 14%;
    float: left;
    position: relative;
    line-height: 30px;
    z-index: 999999;
    color: #000;
}

.works-pagination {
    text-align: center;
}

.works-pagination ul li:before {content: "";position: absolute;top: 0;left: 50%;width: 30px;height: 30px;border: 1px solid var(--primary-color);border-radius: 50%;transform: translateX(-50%);background: #f7f8f9;color: #000;z-index: -11;}

.works-pagination ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 90px;
    background: #000;
    transform: translateY(-50%);
    z-index: -1111;
}
.works-pagination ul li:last-child:after {display: none;}
.works-inner p.svg {
    margin: 30px auto;
}

.works-inner ul li {
    padding: 10px 0;
    position: relative;
}

.works-inner ul li:before {content: "\f058 ";margin-right: 11px;font-family: 'FontAwesome';font-size: 20px;color: var(--primary-color);}
.works-heading h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.question
{
    background:linear-gradient(180deg, #2B5379 0%, #15526C 100%);
    padding: 100px 0;
}
.question-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

section.question .question-inner p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.question-inner
{
    padding: 30px 0 0;
}
.question-inner form input, .form-details select, .form-details textarea {
    padding: 15px;
    margin-bottom: 20px;
}

.question-inner .form-details.two input {
    max-width: 48%;
    float: left;
    width: 48%;
}

.question-inner .form-details.two input {
    margin-right: 2%;
}
.form-details input, .form-details select, .form-details textarea {
    width: 98%;
}
.form-details textarea
{
    height: 150px;
}
section.question .question-inner form p {
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
}
.form-btn button {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 2px;
}
.form-btn {
    text-align: center;
}
footer{
    padding: 100px 0 0;
}
footer .footer-inner p {
    font-size: 15px;
}
.footer-inner ul.footer-social li {
    display: inline-block;
    padding-right: 20px;
    border: 1px solid var(--background-color);
}
ul.footer-social li a {
    border: 1px solid #e07026;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #000;
}
footer .footer-inner ul {list-style: none;padding-left: 15px;}
footer .footer-inner ul.footer-social{
    padding-left: 0;
}
footer .footer-inner ul li a {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-inner ul li span i {
    font-size: 20px;
}
.footer-inner ul li span {
    padding-right: 10px;
}
.footer-inner ul li span:first-child {
    width: 10%;
    display: inline-block;
	vertical-align: top;
}
.footer-inner ul li {
    padding-bottom: 10px;
}
.footer-inner ul li span:last-child {
    width: 80%;
    display: inline-block;
}
footer .footer-column h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*******	contact us page design	***************/
.contact-us-heading {
    padding: 15px;
    background: linear-gradient(45deg, #ffd531, #facb03);
}
.contact-us-heading h2{
	color: #fff;
	font-weight: bold;
}


section.contact-us {
    padding: 50px 0;
	position: relative;
	background-color: #fff;
	background-image: url("../images/landing-section7.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-inner {
    padding: 30px 0;
	background: #112d42;
}
.contact-heading {
    background: #AC519F;
    color: #AC519F !important;
    padding: 25px 25px 50px 25px;
    height: 100%;
    position: relative;
    transform: translateX(-60px);
    box-shadow: -3px 3px 5px #AC519F, 3px 0px 5px #AC519F;
}
.contact-heading-right h3 {
    font-weight: 700;
}
.contact-heading-right h5 {
    color: #828181cc;
}
section.contact-us .form {
    padding-top: 30px;
}
.form form input{
   width: 40%;
    display: block;
    margin-bottom: 10px;
    border: none;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
    margin-right: 10%;
    float: left;
	background: transparent;
}
.form form textarea
 {
	 height: 100px;
	 width: 90%;
	 border: none;
	 border-bottom: 1px solid #fff;
	 margin-right: 10%;
	 margin-top: 20px;
	 resize: none;
	 background: transparent;
 }
 input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder {
    color: #fff;
}
 .form button {
    padding: 10px 50px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
	margin-top: 20px;
}
.contact-heading ul li {
    font-size: 19px;
}
.contact-heading ul li, .contact-heading ul li a {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
	padding-bottom: 20px;
	font-weight: bold;
	color: #fff;
}
.contact-heading h3 {
    padding-bottom: 30px;
	font-weight: bold;
}
.contact-heading ul li i {
    font-size: 21px;
    margin-right: 20px;
}
.contact-heading h3, .contact-heading-right h3 {
    color: #fff;
}
.form form input, .form form textarea
{
	color: #fff;
}

/*************** About Us page design*****************/
.about-us-text
{
	color: #fff;
}
.about-us-text p
{	
	max-width: 600px;
	font-size: 17px;
}
.about-us {
    background: url(../images/tech_support_hero_2.jpg);
    background-repeat: no-repeat;
    background-position: bottom top;
    width: 100%;
    background-size: cover;
	position: relative;
	padding: 50px 0;
}
section.about-us:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black 10%, transparent 80%);
}
.about-us-text h2, .about-us-text h4 {
    color: #fff;
}
.about-us-text h2, .about-us-text h4
{
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
}
.about-us-text h2 {
	padding-left: 90px;
}
.about-us-text h2:before {
    content: "";
	background: #fff;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
}
section.service-video .heading {
    color: #fff;
}
section.service-video h3, .our-services-heading h3 {
	margin-bottom: 55px;
	margin-top: 20px;
	font-size: 40px;
	font-weight: bold;
}
section.service-video h3 span, .our-services-heading h3 span {
    display: block;
}
section.service-video h4, .our-services-heading h4 {
    font-size: 19px;
}
header a img {
    width: 160px;
}
.footer-section img {
    width: 120px;
    margin-bottom: 10px;
}
.imdb-btn button {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    border-color: transparent;
	cursor: pointer;
	outline: none;
}
section.our-services {
    background: #07586d;
    margin: 50px 0 0;
    padding: 50px 0;
}
.our-services-inner {
    box-shadow: 0 0 2px 2px #fff;
    border-radius: 9px;
    padding: 10px;
    color: #fff;
	text-align: center;
	margin-bottom: 50px;
	min-height: 310px;
	max-height: 100%;
	position: relative;
}
.our-services-inner h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px 0;
	position: relative;
}
.our-services-heading h4 {
    color: #fff;
}
.our-services-inner h3:before {content: "";
	position: absolute;
	bottom: -8px;
	background: #FF7B8B;
	width: 150px;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
}

.our-services-inner button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 30px;
    border-color: transparent;
    background: #e3e3e3;
	cursor: pointer;
	font-size: 18px;
	color: #000;
}
/******	how it works page design******************/
section.how-works {
    padding: 50px 0;
    /* background: #f7f8fc; */
}
.how-works-heading h2, .question-section-heading h2 {
   margin-bottom: 2.6rem;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #222;
    position: relative;
    text-align: center;
}
.how-works-heading h2:before, .how-works-heading h2:after, .question-section-heading h2:before, .question-section-heading h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 43%;
    background: #edeef0;
    height: 2px;
    transform: translateY(-50%);
}
.how-works-heading h2:after, .question-section-heading h2:after {
   right: 0;
   left: auto; 
}
.how-works-inner h4 {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
}
.how-works-main {
    padding-bottom: 30px;
}
.question-form input::placeholder {
    color: #ccc;
}
.question-form-inner {
    background: #f3f6f9;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    margin: 30px 0 0;
}
.question-form-inner form {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.question-form input, .question-form select, .question-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.question-form textarea
{
    height: 100px;
    resize: none;
}

.question-form {
    margin-bottom:20px;
}
.send-btn {
    text-align: center;
}
.send-btn button {
    background: var(--primary-color);
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 15px;
    border-color: transparent;
    color: #fff;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
/***************	career page design	********************/
.search-heading {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.search-left label {
    display: block;
}
.search-left select, .search-left input {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #444;
}
.search-left {
    margin-bottom: 20px;
}
.search-left-search {
    text-align: center;
}
.search-left-search button {
    border-color: transparent;
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    letter-spacing: 1.5px;
}
.search-left label {font-weight: 500;font-size: 14px;}
.search-right-inner .search-inner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-right-inner .search-inner-list p {
    max-width: 40%;
    flex: 0 0 40%;
}

.search-right-inner a {
    display: inline-block;
}
.search-right-inner {
    padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
 .search-right .pagination nav {
    text-align: center;
    width: 100%;
}
/*************	how  it works new design************/
ul.list-inline.list-view li {
    display: inline-block;
    max-width: 45%;
    width: 45%;
	position: relative;
	padding-bottom: 10px;
}
ul.list-inline.list-view li:not(:nth-child(2n)) {
    margin-right: 5%;
}
ul.list-inline.list-view li:before {
	content: "\f046 ";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
section.question-section.job {
    padding: 50px 0 20px;
}
.teams h2:before, .teams h2:after {
    width: 25% !important;
}
.how-works-inner.quoted-para {
    background: #f2f2f2;
    padding: 10px;
}
.how-works-inner.quoted-para h4 {
    font-size: 19px;
}
section.works .justify-div {
    justify-content: center;
}
section.contact-us .contact-heading ul li span:first-child {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
section.contact-us .contact-heading ul li span {
    width: 80%;
    display: inline-block;
}
section.question input::placeholder, section.question textarea::placeholder {
    color: #444;
}
.apply {
    text-align: center;
}