@font-face {

    font-family: univiapro-regular;

    src: url('../font/UniviaPro-Regular.woff');

}

@font-face {

    font-family: univiapro-bold;

    src: url('../font/UniviaPro-Bold.woff');

}

::marker{

    color:#fff;

}

*{

	margin:0;

	padding: 0;

    box-sizing: border-box;

    letter-spacing: .8px;

}

::placeholder{

    color: #d8d8d8;

    font-size: 14px;



}

a:hover{

    text-decoration: none !important;

}

.container {

    max-width: 1366px;

}

p{

	font-size: 16px;

    color: #7b7a7a;

    font-family: univiapro-regular;

    line-height: 27px;

}

h1, h2, h3, h4{

    font-family: univiapro-bold;

}

.top-header {

    border-bottom: 10px solid #1675b5;

    position: relative;

}

.top-header::before{

    position: absolute;

    content: "";

    background-color: #1675b5;

    width: 50%;

    height: 34px;

    right: 0px;

    bottom: 0px;

}

.navbar-sec {

    width: 100%;

    height: auto;

}

.navbar-sec-top {

    width: 100%;

    height: 75px;

    display: flex;

    justify-content: flex-end;

    align-items: center;

}

.navbar-sec-bottom {

    width: 100%;

}

.menu-bg {

    background: #1675b5;

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 34px;

}

.menu-bg::before{

    position: absolute;

    content: "";

    background-image: url(../img/menu-bg.png);

    top: 0px;

    left: -61px;

    width: 65px;

    height: 40px;

    background-repeat: no-repeat;

}

.sign-btn li {

    float: left;

    list-style: none;

    color: #000;

    padding: 0px 34px;

    font-size: 16px;

    border-right: 1px solid #ccc;

    font-family: univiapro-regular;

}

.sign-btn li span {

    color: #a3a3a3;

}

.sign-btn li:last-child{

    border-right: 0px;

    padding-right: 0px;

    padding-left: 0px;

}

.top-head-svg {

    width: 15px;

    height: 15px;

    fill: #8bbe45;

    margin-right: 5px;

}

.sign-btn li .header-top-btn svg {

    width: 25px;

    margin-right: 10px;

    fill: #fff;

}

.sign-btn li .header-top-btn {

    background: #1ea69a;

    padding: 15px 30px;

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    border-radius: 5px;

    font-family: univiapro-bold !important;

}

.sign-btn ul{

    margin: 0px;

    display: flex;

    align-items: center;

}

.sign-btn {

    float: right;

}



nav.navbar.navbar-expand-lg.navbar-light {

    padding: 0px;

}

li.nav-item {

    padding: 0px 34px;

    position: relative;

}

li.nav-item::after {

    position: absolute;

    content: '';

    background: #fff;

    width: 6px;

    height: 6px;

    top: 60%;

    right: 0;

    border-radius: 50%;

}

li.nav-item:first-child{

    list-style: none;

    padding-left: 0px;

}

li.nav-item:last-child {

    padding-right: 0px;

}

li.nav-item:last-child::after{

    position: unset;

}

li.nav-item.active {

  position: relative;

}

li.nav-item.active .nav-link {

    color: #fff !important;

}

li.nav-item.active::before {

    position: absolute;

    content: "";

    background-color: #8dbc45;

    width: 40px;

    height: 3px;

    bottom: -12px;

    left: 0px;

  }



li.nav-item.active .nav-link {

    color: #fff;

}

.navbar-light .navbar-nav .nav-link {

    color: #fff;

    font-size: 16px;

    padding-bottom: 0px;

    padding-right: 0px;

    padding-left: 0px;

    font-family: univiapro-regular;

}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: rgb(255 255 255);

}


nav ul li ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 250px;
    top: 40px;
    left: 0;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    background: #fff;
    text-align: left;
    padding: 15px 10px;
    box-shadow: 0 0 5px 0 #d1d1d1;
    border-radius: 0 0 20px 20px;
    border-top: 3px solid #3ec2d1;
}

nav ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

ul.dropdown li {
    list-style: none;
    padding: 3px;
    font-size: 14px;
}
ul.dropdown li a{ color:#000 }


.banner-img {

    background-image: url(../img/banner.jpg);

        background-repeat: no-repeat;

        background-size: cover;

}

.home_bnr{ min-height:550px;}

.home_bnr .head-img-text{ padding:120px 0 0;}

.head-img-text {

    padding: 60px 0px;

    width: 50%;

}

.head-para.app-devel {

    margin: 20px 0px 0px;

}

.head-img-text h1 {

    font-size: 44px;

    font-weight: 700;

    color: #fff;

    line-height: 60px;

}

.head-img-text span {

    color: #8bbe45;

}

.head-para {

    border-left: 1px solid #8bbe45;

    padding: 2px 10px;

    margin: 15px 0px 25px;

}

.btn-danger1 {

    border-radius: 5px;

    color: #ffffff;

    padding: 15px 0px;

    background: #1ea69a;

    border: 0px;

    font-family: univiapro-bold;

    font-size: 15px;

    display: block;

    width: 155px;

}

.btn-danger1:hover {

    color: #fff;

    background-color: #8cbe44;

    border-color: #8cbe44;

}



.btn.btn-danger1 svg {

    width: 15px;

    fill: #fff;

}

.head-para p {

    color: #fff;

    margin-bottom: 0px;

}

.app-dev-about {

    padding: 50px;

    border: 1px solid #eaeaea;

    box-shadow: 0px 0px 5px #e6e3e3;

    text-align: center;

    margin-bottom: 60px;

}

.main-heading.process-we-follow h3 {

    margin: 10px 0px;

}

.process-p {

    margin: 10px 0px;

}

.app-dev-about p{

    margin-bottom: 0px;

}

.app-dev-about figure {

    margin-bottom: 10px;

}

.section{

    padding:60px 0px;

}

.main-heading {

    text-align: center;

    margin-bottom: 60px;

}

.main-heading h2 {

    font-size: 45px;

    margin-top: 8px;

}

.main-heading p {

    color: #a3a3a3;

}

.main-heading span {

    position: relative;

    display: block;

}

.card-app-dev {

    padding: 10px;

    background: #fff;

    border-radius: 5px;

    margin-bottom: 30px;

}

.card-intro {

    position: relative;

    text-align: center;

}

.card-app-dev img {

    width: 100%;

    border-radius: 5px;

}

.card-intro h3 a {

    color: #000;

    font-size: 20px;

    display: block;

    margin-top: 60px;

}

.card-intro figure{

    position: absolute;

}

.card-intro p {

    min-height: 250px;

}

.card-intro figure {

    position: absolute;

    left: 38%;

    margin-bottom: 0px;

    margin-top: -115px;

}

.main-heading span::after {

    position: absolute;

    content: "";

    background-color: #8dbc45;

    width: 100px;

    height: 2px;

    left: 47%;

}

.main-heading h4 {

    padding-bottom: 15px;

}

.app-dev-card2 .Industries-We-Serve p {

    height: 300px;

}

.card-app-card3 {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    background: #ffffff2e;

    border-radius: 5px;

    padding: 20px 10px;

    margin-bottom: 30px;

}

.card-app-card3:hover {

    background: #fff;

}

.card-app-card3:hover h3 a {

    color: #000;

}

.card-app-card3:hover p {

    color: #7b7a7a;

}

.card-app-card3 h3 a {

    font-size: 20px;

    color:#fff;

}

.card-app-card3 p{

    color:#fff;

    margin-bottom: 0px;

    min-height: 210px;

}



.what-we-do {

    border: 1px solid #e0dfdf;

    box-shadow: 0px 0px 10px #d0cfcf;

    padding: 25px;

    margin-bottom: 25px;

    position: relative;

    overflow: hidden;

}

.what-we-do::before {

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

	display: block;

	content: '';

	width: 0;

	height: 0;

	background: #8bbe45;

	border-radius: 100%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

    opacity: 0;

    overflow: hidden;

}

.what-we-do:hover::before {

	-webkit-animation: circle 1s;

    animation: circle 1s;

    overflow: hidden;

}

@-webkit-keyframes circle {

	0% {

		opacity: 1;

	}

	40% {

		opacity: 1;

	}

	100% {

		width: 200%;

		height: 200%;

        opacity: 0;

        

	}

}

.what-we-do h3 a {

    font-size: 20px;

    font-weight: 700;

    color: #212529;

}

.what-we-do > a {

    border-bottom: 1px solid;

}

.what-we-do > figure {

    margin-bottom: 10px;

}

.what-we-do p {

    margin-bottom: 10px;

}

.app-dev-bg {

    background-image: url(../img/app-dev-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.app-dev-bg2 {

    background-image: url(../img/app-dev-bg2.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.What_We_Offering_bg{

    background-image: url(../img/What-We-Offering.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.What_We_Offering {

    border: 1px solid #e0dfdf;

    padding: 10px 10px 20px 10px;

    margin-bottom: 30px;

    background-color: #fff;

    text-align: center;

    border-radius: 5px;

}

.What_We_Offering h3 a {

    font-size: 20px;

    font-weight: 700;

    color: #212529;

}

.What_We_Offering > a {

    border-bottom: 1px solid;

}

.What_We_Offering figure {

    margin-bottom: 10px;

    position: relative;

    overflow: hidden;

}

.What_We_Offering figure::before {

	position: absolute;

	top: 0;

	left: -75%;

	z-index: 2;

	display: block;

	content: '';

	width: 50%;

	height: 100%;

	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

	-webkit-transform: skewX(-25deg);

	transform: skewX(-25deg);

}

.What_We_Offering figure:hover::before {

	-webkit-animation: shine .75s;

	animation: shine .75s;

}

@-webkit-keyframes shine {

	100% {

		left: 125%;

	}

}

@keyframes shine {

	100% {

		left: 125%;

	}

}

.What_We_Offering p {

    margin-bottom: 10px;

}

.What_We_Offering > figure > img {

    max-width: 100%;

    border-radius: 5px;

}

.why-choose-us .nav.nav-pills {

    width: 57%;

    margin: 0px auto;

    border: 1px solid #1ea69a;

    border-radius: 5px;

}

.why-choose-us .nav.nav-pills li a {

    padding: 13px 24.7px;

    font-size: 16px;

    font-family: 'univiapro-regular';

    color: #1ea69a;

    display: block;

}

.why-choose-us .nav.nav-pills li a.active {

    background: #1ea69a;

    color: #fff;

    border-radius: 5px;

    position: relative;

}

.why-choose-us .nav.nav-pills li a.active::after{

    position: absolute;

    content: "";

    background-color: #1ea69a;

    bottom: -10px;

    width: 25px;

    height: 25px;

    transform: rotate(45deg);

    left: 44%;

    z-index: -1;

}

.why-choose-us .tab-pane {

    margin-top: 50px;

    border: 1px solid #f3f1f1;

}

.choose-tabs {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 20px;

}

.why-choose-us .tab-pane > figure {

    width: 40%;

    float: left;

    margin-right: 30px;

}

.choose-tabs figure {

    flex: 0 0 40%;

    margin-bottom: 0px;

    margin-right: 30px;

}

.What_We_Offering figure img {

    width: 100%;

}

.why-choose-us .tab-pane .tab-pane-intro h3 {

    font-size: 32px;

}

.insight{

    position: relative;

    margin-bottom: 30px;

}

.insight-intro h3 {

    margin: 5px 0px;

}

.insight .insight-intro {

    position: absolute;

    bottom: -170px;

    background: #ffff;

    left: 20px;

    right: 20px;

    padding: 20px;

    box-shadow: 0px 0px 5px #cccc;

    border-radius: 5px;

    text-align: center;

}

.insight .insight-intro:hover{

    left: 0px;

    right: 0px;

    transition: .5s linear;

    background-color: #1576b4;

}

.insight .insight-intro:hover p{

color:#fff

}

.insight .insight-intro:hover a{

    color:#fff

    }

.insight .insight-intro:hover span{

        color:#fff

 }

.insight .insight-intro span {

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 7px;

    font-family: 'univiapro-regular';

}

.insight .insight-intro h3 a {

    font-size: 20px;

    color: #212529;

}

.insight figure img {

    max-width: 100%;

    border-radius: 5px;

    width: 100%;

    object-fit: cover;

}

.insight-mb{

    margin-bottom: 140px;

}

.industry-bg{

    background-image: url(../img/industry-bg.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.Industries-We-Serve {

    background: #fff;

    padding: 25px;

    border-radius: 5px;

    margin-bottom: 30px;

}

.Industries-We-Serve:hover{

    box-shadow: 0px 0px 10px #fff;

}

.Industries-We-Serve:hover figure img {

    transform: rotateY(360deg);

    transition: transform .5s;

}

.teal-bottom{

    border-bottom: 5px solid #2aaba0;

 }

.blue-bottom{

    border-bottom: 5px solid #1576b4;

}

.green-bottom{

    border-bottom: 5px solid #8cbe44;

}

.Industries-We-Serve h3 a {

    font-size: 20px;

    color: #212529;

}

.Industries-We-Serve p{

    margin-bottom: 0px;

}

.Fresh-Skillls{

    height: 500px;

    position: relative;

}

.Fresh-Skillls::after{

    position: absolute;

    content: "";

    background-image: url(../img/Fresh-Skillls.jpg);

    width: 146%;

    height: 500px;

    top: 0px;

    right: -15px;

    background-repeat: no-repeat;

    z-index: -1;

    border-radius: 5px;

}

.Our-Innovation-Platform-for-Fresh-Skillls {

    background: #fff;

    padding: 25px 140px 25px 25px;

    border: 1px solid #f3f1f1cc;

    margin: 50px 0px;

    border-radius: 5px;

}



.Our-Innovation-Platform-for-Fresh-Skillls > h3 {

    font-size: 32px;

    line-height: 45px;

}

.Contact-Information ul li > svg {

    width: 20px;

    margin-right: 10px;

    fill: #8cbe44;

}

.Contact-Information ul li {

    font-family: 'univiapro-regular';

    font-size: 15px;

    color: #fff;

    margin-bottom: 25px; display: flex;

    list-style: none;

}
.Contact-Information ul li:last-child{ align-items:baseline; }
.Contact-Information ul li:last-child svg{ position:relative; top:5px; }
.Contact-Information ul {

    margin-top: 25px;

}

.Contact-Information > h4 {

    color: #fff;

}

.Contact-Information > p {

    color: #fff;

}

.Contact-Information-bg{

    position: relative;

}

.Contact-Information-bg::before{

    content: "";

    position: absolute;

    background-color: #1576b4;

    width: 50%;

    height: 100%;

    left: 0px;

    top: 0px;

    border-radius: 0px 5px;

}

.Contact-Information-form {

    background: #fff;

    padding: 30px;

    border-radius: 5px;

}

.Contact-Information-form input.form-control {

    border-top: 0;

    border-left: 0;

    border-right: 0;

    border-radius: 0;

    padding-left: 0px;

    height: 30px;

}

.form-control:focus {

    color: #495057;

    background-color: #fff;

    border-color: #80bdff;

    border-bottom: 2px solid #1576b4;

    outline: 0;

    box-shadow: unset;

}

.Contact-Information-form label {

    font-size: 16px;

    font-family: 'univiapro-regular';

    margin-bottom: 0px;

}

ul.form-website-radio li {

    float: left;

    margin-right: 30px;

}

.radio-label label {

    margin-bottom: 15px;

}

.Contact-Information-form textarea.form-control {

    border-top: 0;

    border-left: 0;

    border-right: 0;

    border-radius: 0;

    padding-left: 0px;

}

.form-group {

    margin-bottom: 2.5rem;

}

input[type="radio"]:checked+label{ 

    color: #1576b4;

 } 

 .contact-information-social ul li svg {

    width: 20px;

    height: 20px;

    fill: #fff;

}

.contact-information-social ul li svg:hover{

    fill:#8cbe44;

}

.contact-information-social ul li {

    float: left;

    margin-right: 20px;

    list-style: none;

}

.contact-information-social {

    width: 100%;

    height: auto;

    margin-top: 270px;

}

.footer{

    background-color: #000;

    padding: 60px 0px 30px;

}

footer.footer figure {

    text-align: center;

}

.footer-quick-link ul {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 70px;

    margin-bottom: 0px;

    border-top: 1px solid;

    border-bottom: 0px solid;

    margin-top:0px;

}

.footer-quick-link ul li {

    padding: 0px 34px;

    position: relative;

    list-style: none;

}

.footer-quick-link ul li::after{

    content: "";

    position: absolute;

    width: 6px;

    height: 6px;

    background: #fff;

    right: 0px;

    top:50%;

    border-radius: 50%;

}

.footer-quick-link ul li:last-child::after{

    position: unset;

}

.footer-quick-link ul li:first-child{

    list-style: none;

}

.footer-quick-link ul li a {

    color: #fff;

    font-size: 16px;

    font-family: 'univiapro-regular';

}

.footer-quick-link ul li a:hover {

    color: #8cbe44;

}

.footer-box {

    margin-top: 30px;

    text-align: center;

    border-right: 1px solid #383636;

    height: 300px;

}

.footer-box .footer-intro h4 {

    font-size: 20px;

    color: #fff;

}
.footer-intro.foot-contact li span i {
    color: #cccc;
    font-size: 20px;
}

.footer-box .footer-intro {

    margin: 0px auto;

    width: 100%;

    text-align: left;

}

.footer-box .footer-intro ul li a {

    color: #a3a3a3;

    font-size: 16px;

}

.footer-box .footer-intro ul li a:hover {

    color: #8cbe44;

}

.footer-box .footer-intro ul li{

    font-size: 15px;

    padding: 10px 0px;

    list-style: none;

}

.copy {

    border-top: 1px solid;

    padding: 20px 0px;

    text-align: center;

    background: black;

}

.copy p{

    color:#fff;

    margin-bottom: 0px;

}

.service-bg{

    background-image: url(../img/service-bg.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.app-dev-banner{

    background-image: url(../img/app-sev-banner.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.service-bg .head-img-text {

    padding: 70px 0px;

    width: 50%;

}

.IT-Consulting-service {

    background: #fff;

    padding: 40px 140px 40px 40px;

    border: 1px solid #f3f1f1cc;

    margin: 50px 0px;

    border-radius: 5px;

}

.IT-Consulting-service > h3 {

    font-size: 32px;

    line-height: 45px;

}

.IT-Consulting-service-service-img {

    position: relative;

}

.IT-Consulting-service-service-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/IT-Consulting-service.jpg);

    width: 130%;

    height: 470px;

    top: 0px;

    right: -15px;

    z-index: -1;

    border-radius: 5px;

}

.IT-Consulting-service ul li svg {

    width: 13px;

    height: 13px;

    margin-right: 10px;

    line-height: 13px;

    margin-top: 10px;

    fill: #8cbe44;

    float: left;

}

.IT-Consulting-service ul {

    display: inline-block;

}

.IT-Consulting-service ul li {

    width: 50%;

    float: left;

}

.IT-Consulting-service ul li p {

    padding-left: 23px;

    margin-bottom: 10px;

}

.IT-Consulting-service ul li a{

    color: #8cbe44;

    font-size: 16px;

    font-family: univiapro-regular;

}

.Software-Development-service-img{

    position: relative;

}

.Software-Development-service-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/Software-service-img.jpg);

    width: 150%;

    height: 470px;

    top: 0px;

    left: -120px;

    z-index: 0;

    border-radius: 5px;

}

.Software-Development-bg{

    background-image: url(../img/Software-service-bg.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.Web-Development-service-img {

    position: relative;

}

.Web-Development-service-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/Web-Development-service.jpg);

    width: 130%;

    height: 470px;

    top: 0px;

    right: -15px;

    z-index: -1;

    border-radius: 5px;

}

.Mobility-Solutions-service-img {

    position: relative;

}

.Mobility-Solutions-service-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/Mobility-Solutions-service.jpg);

    width: 150%;

    height: 470px;

    top: 0px;

    left: -120px;

    z-index: 0;

    border-radius: 5px;

}

.Digital-Marketing-service-img {

    position: relative;

}

.Digital-Marketing-service-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/Digital-Marketing-service.jpg);

    width: 130%;

    height: 470px;

    top: 0px;

    right: -15px;

    z-index: -1;

    border-radius: 5px;

}

.Network-Security-bg {

    background-image: url(../img/Network-Security-service-bg.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.Network-Security-service-img {

    position: relative;

}

.Network-Security-service-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/Network-Security-service.jpg);

    width: 150%;

    height: 470px;

    top: 0px;

    left: -120px;

    z-index: 0;

    border-radius: 5px;

}

.Mobility-Solutions-bg{

    background-image: url(../img/Mobility-Solutions-ser-bg.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.footer-margin-top {

    margin-top: 60px;

}

/* software testing start*/

.soft-testing-about {

    background: #fff;

    padding: 40px;

    border: 1px solid #f3f1f1cc;

    margin: 50px 0px;

    border-radius: 5px;

}

.soft-testing-about > h3 {

    font-size: 32px;

    line-height: 45px;

}

.soft-testing-about-img {

    position: relative;

}

.soft-testing-about-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/software-testing-about.jpg);

    width: 130%;

    height: 420px;

    top: 0px;

    right: -15px;

    z-index: -1;

    border-radius: 5px;

}

.head-para.app-devel p{

    margin-bottom: 16px;

}

.soft-test-card {

    background: #fff;

    padding: 10px;

    margin-bottom: 30px;

}

.soft-test-card h3 a{

    font-size: 24px;

    color: #000;

}

.soft-test-card p {

    height: 190px;

    margin-bottom: 0px;

}

.soft-testing-about2-intro {

    background: #fff;

    padding: 40px;

    border: 1px solid #f3f1f1cc;

    margin: 50px 0px;

    border-radius: 5px;

}

.soft-testing-about2 {

    position: relative;

}

.soft-testing-about2::after {

    position: absolute;

    content: "";

    background-image: url(../img/software-testing-about2.jpg);

    width: 130%;

    height: 420px;

    top: 0px;

    left: -15px;

    z-index: 0;

    border-radius: 5px;

}

.soft-test-card2 {

    text-align: center;

    padding: 30px;

    margin-bottom: 30px;

}

.soft-test-card2 h3 a {

    font-size: 24px;

    color: #000;

}

.soft-test-card2 span {

    background: #fdb042;

    width: 60px;

    height: 60px;

    display: block;

    margin: 0 auto 15px;

    line-height: 60px;

    font-size: 30px;

    font-weight: 600;

    color: #fff;

    border-radius: 50%;

}

.bg-orange{

    background: #fffdf9;

    position: relative;

}

.bg-orange::before {

    content: '';

    position: absolute;

    width: 25%;

    height: 25%;

    left: 0px;

    top: 0px;

    border-left: 1px solid #fdb042;

    border-top: 1px solid #fdb042;

}

.bg-orange::after {

    content: '';

    position: absolute;

    width: 25%;

    height: 25%;

    bottom: 0px;

    right: 0px;

    border-right: 1px solid #fdb042;

    border-bottom: 1px solid #fdb042;

}

.bg-blue{

    background: #f8fbfd;

    position: relative;

}

.bg-blue::before {

    content: '';

    position: absolute;

    width: 25%;

    height: 25%;

    left: 0px;

    top: 0px;

    border-left: 1px solid #1576b4;

    border-top: 1px solid #1576b4;

}

.bg-blue::after {

    content: '';

    position: absolute;

    width: 25%;

    height: 25%;

    bottom: 0px;

    right: 0px;

    border-right: 1px solid #1576b4;

    border-bottom: 1px solid #1576b4;

}

.soft-test-card2.bg-blue span{

    background: #1576b4 !important;

}

.soft-test-card2 p {

    height: 170px;

    margin-bottom: 0px;

}

.soft-test-big-card {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    padding: 35px;
    margin-bottom: 30px;
}
.content_page h2 {
    font-size: 20px;
    margin: 0 0 5px;
}
.extra-sec {
    border: 2px dashed #1675b5;
    padding: 30px 30px 10px;
    margin: 0 0 25px;
    background: #eaf7ff;
    border-radius: 20px;
}
.content_page h3 {
    font-size: 18px;
    margin: 0 0 5px;
}
.content_page p {
    margin: 0 0 25px;
}

.soft-test-big-card figure {

    flex: 0 0 25%;

    margin-right: 20px;

    margin-bottom: 0px;

}

.soft-test-big-card figure img{

    border-radius: 5px;

}

.soft-test-big-card-intro h3 {

    font-size: 24px;

}

.soft-testing-about3-img {

    position: relative;

}

.soft-testing-about3-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/software-testing-about3.jpg);

    width: 130%;

    height: 475px;

    top: 0px;

    right: -15px;

    z-index: -1;

    border-radius: 5px;

}

.soft-test-card3{

    margin-bottom: 30px;

}

.soft-test-card3 h3 a {

    font-size: 24px;

    color: #000;

}

.soft-test-card3-intro {

    padding: 0px 20px 20px;

}

.software-testing-banner {

    background-image: url(../img/software-testing-banner.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

/* software testing end*/

/* It Consultancy start*/



h2.range-h2 {

    padding-bottom: 20px;

}

.it-consul-card {

    background: #fff;

    padding: 25px;

    border-radius: 5px;

    margin-bottom: 30px;

    border-left: 3px solid #8bbe45;

}

.it-consul-card h3 a {

    font-size: 24px;

    color: #000;

    position: relative;

    padding-bottom: 15px;

    margin-bottom: 10px;

    display: block;

}

.it-consul-card h3 a::after {

    position: absolute;

    content: '';

    background: #1576b4;

    height: 2px;

    width: 70px;

    bottom: 0px;

    left: 0px;

}

.it-consul-card p {

    margin-bottom: 0px;

    height: 190px;

}

.it-Consult-card2 {

    padding: 20px;

}

.it-Consult-card2 h3 a{

    color:#000;

    font-size: 24px;

}

.it-Consult-card2 p {

    margin-bottom: 0px;

    height: 270px;

}

.it-consul-ul ul li {

    list-style: none;

    color: #fff;

    font-size: 16px;

    line-height: 27px;

    padding: 7px 0px 7px 30px;

    font-family: univiapro-regular;

    background-image: url(../img/arrow.png);

    background-repeat: no-repeat;

    background-position: 0px 16px;

}

.it-consul-ul h3 {

    font-size: 24px;

}

.it-consult-about2-img{

position: relative;

}

.it-consult-about2-img::after {

    position: absolute;

    content: "";

    background-image: url(../img/it-consultancy-about2.jpg);

    width: 130%;

    height: 500px;

    top: 0px;

    right: -15px;

    z-index: -1;

    border-radius: 5px;

}

.it-consultancy-banner {

    background-image: url(../img/it-consultancy-banner.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.it-consult-circle {

    display: flex;

    justify-content: center;

    align-items: center;

    background: #fff;

    padding: 20px 40px;

    box-shadow: 0px 0px 15px #efecec;

}

.it-consult-circle figure {

    flex: 0 0 30%;

    text-align: center;

}

.it-consult-circle figure img{

border-radius: 50%;

}

.it-consult-bg{

    background-image: url(../img/it-consultancy-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.it-consult-bg2{

    background-image: url(../img/it-consultancy-bg2.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}
.footer-intro.foot-contact ul li {
    display: flex
;
    gap: 10px;
}

/* It Consultancy end*/
.contact_form {
    width: 100%;
    float: left;
    text-align: center;
    background: #175292;
    padding: 25px 0;
    border-radius: 10px;
    margin-bottom: -100px;
    z-index: 1;
}
.contact_form ul {
    width: 100%;
    float: left;
    padding: 0 5%;
    margin: 0;
    text-align: center;
    display: flex;
    flex-flow: wrap row;
    gap: 20px;
    justify-content: space-between;
}

.contact_form ul li {
    width: 48%;
    margin: 0;
}
.contact_form ul li label {
    color: #fff;
    margin: 0 0 7px;
    font-size: 16px;
}

.contact_form ul li input::placeholder {
    color: #fff;
}

.contact_form ul li select::placeholder {
    color: #fff;
}

.contact_form ul li textarea::placeholder {
    color: #fff;
}

.contact_form ul {
    width: 100%;
    float: left;
    padding: 0 5%;
    margin: 0;
    text-align: center;
    display: flex;
    flex-flow: wrap row;
    gap: 20px;
    justify-content: space-between;
}

.contact_form ul li {
    width: 48%;
    margin: 0;
}
.contact_form ul li input, .contact_form ul li select {
    font-size: 14px;
    width: 100% !important;
    padding: 0 10px 0 14px !important;
    height: 45px !important;
    position: relative;
    float: left;
    border: solid 1px #cbcbcb;
    border-radius: 3px;
    background: #265f9e;
    color: #fff !important;
    border-color: transparent;
}
.digital-img1 {
    margin: 0;
}
.digital-img1 img {
    width: 100%;
    border-radius: 20px;
}
.faq-sec {
    box-shadow: 0 0 10px #ccc;
    padding: 25px;
    margin: 20px 0 0;
}
.faq-sec h3 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #1675b5;
}
figure.mobile-page-img1 img {
    width: 100%;
}
.soft-testing-about2-intro.mobile-page-content {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.soft-testing-about.web-developemnt-content {
    padding: 0 40px 0 0;
    margin: 0;
    border: none;
    background: transparent;
}
.soft-testing-about.web-developemnt-content2 {
    padding: 0 0 0 40px;
    margin: 0;
    border: none;
    background: transparent;
}
