html {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: 'Roboto';
    color: #1D1D1D;
    /*background-color: #dfeef0;*/
    background-color: #ffffff !important;
    font-weight: 400;
    overflow-x: hidden !important;
    font-size: 16px;
    line-height: 24px;
}

 ::selection {
    background: #DCA44B;
    color: #ffffff;
    -webkit-text-stroke-color: #ffffff;
}

::-moz-selection {
    background: #DCA44B;
    color: #ffffff;
}

.bg-white {
    background-color: white;
}
.bg-dark {
    background-color: #000 !important;
}
.row {
    margin: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.margin-top-1 {
    margin-top: 1%;
}

.margin-top-2 {
    margin-top: 2%;
}
.shadow-tile {
    padding: 0 0 24px 0;
    background: #fff;
    background-color: rgb(255, 255, 255);
    /* margin: 20px 0 0 0; */
    border-radius: 4px;
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}
.react-shadow-tile {
    padding: 0 0 24px 0;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}
.text-white {
    color: white;
}

.font-weight-bold {
    font-weight: 500;
}

.hovereffects:hover {
    box-shadow: 0 70px 70px rgb(0 0 0 / 20%);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    animation-timing-function: ease-out;
    transition: 0.2s;
    z-index: 100;
}
.hover-effects:hover {
    box-shadow: 0 70px 70px rgb(0 0 0 / 20%);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    animation-timing-function: ease-out;
    transition: 0.2s;
    z-index: 100;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.cyber-heading {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 2% 0%;
    font-weight: 300;
}

.panelCard {
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
    transition: background-color .3s, color .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, color .3s, transform .3s;
    transition: background-color .3s, color .3s, transform .3s;
    transition: background-color .3s, color .3s, transform .3s, -webkit-transform .3s;
}

.technology-main:hover {
    text-decoration: none;
    color: #0f2741;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

/* To Dropdown navbar dropdown on hover */

.navbar-nav>li:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #DCA44B;
}

.nopadding {
    padding: 0px !important;
}

header,
.sticky-element {
    height: 96px;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    padding: 12px;
    display: table;
}

ul.navbar-nav {
    height: 96px;
    padding: 12px;
    float: right;
}

.fixed ul.navbar-nav {
    height: 72px;
}

ul.navbar-nav li a {
    color: #1D1D1D;
    background-color: transparent;
}

ul.navbar-nav li a span {
    letter-spacing: 0.05em;
}

.navbar-brand img {
    height: 72px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5 ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: auto;
}

.fixed .navbar-brand img {
    height: 48px;
    width: auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

ul.navbar-nav li a:focus {
    color: #1D1D1D;
    border-bottom: #1D1D1D;
    background-color: transparent;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li.active a {
    color: #DCA44B;
    background-color: transparent;
}

.sticky-element {
    width: 100%;
    z-index: 1;
    background-color: transparent;
    height: 96px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.sticky-element.components-page {
    background-color: #F1F1F1;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;

   background-color: #dfeef0;
    height: 72px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}

.navbar {
    position: relative;
    min-height: 48px;
    margin-bottom: 0;
    border: 0;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    float: left;
    display: table;
    padding: 12px 15px;
    font-size: 24px;
    line-height: 24px;
}
ul.navbar-nav li a {
    font-size: 16px;
}*/

.azure-started {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 0% 0 2% 0;
    clear: both;
    font-size: 17px;
}


/*/////////End Navigation//////////////////////////////////////*/

.first-slider-heading {
    position: absolute;
    top: 40%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
}

.first-slider-heading .first-slider-make-heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 3px;
}

.first-slider-subheading {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 3px;
}

.second-slider-heading {
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    /*letter-spacing: 3px;*/
}

.second-slider-subheading {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 3px;
}

.third-slider-text {
    position: absolute;
    top: 40%;
    bottom: 20px;
    right: 11%;
    text-align: right;
}

.third-slider-text .third-slider-heading {
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #fff;
}

.third-slider-subheading {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 3px;
}

.Power-to-design {
    background-color: #f9f9f9;
    margin-top: 1%;
}


/*////////Coloud start here/////////////*/

#banner-part {
    width: 100%;
    height: 100px;
    margin-top: -9%;
    position: absolute;
}

#section-service {
    padding: 4% 0px 1% 0px;
}

.service-content-block h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    color: rgba(27, 26, 26, 0.77);
}

.service-content-block p {
    color: #2b2929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.technology-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    padding: 20px 0 0px 0;
}

.technology-subheading {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    padding: 0px 0 30px 0;
}

.technology {
    background-image: url(/assets/img/bg/technology-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 30px;
}

div.technology-android-img {
    background-image: url('/assets/img/technology/android.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    width: 100%;
    background-position: center;
}

div.technology-angular-img {
    background-image: url('/assets/img/technology/angular.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-bootstrap-img {
    background-image: url('/assets/img/technology/bootstrap.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-cakephp-img {
    background-image: url('/assets/img/technology/cakephp.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-codeignitor-img {
    background-image: url('/assets/img/technology/codeignitor.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-erp-img {
    background-image: url('/assets/img/technology/erp.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-ioni-img {
    background-image: url('/assets/img/technology/ionic.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-ios-img {
    background-image: url('/assets/img/technology/ios.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-Laravel-img {
    background-image: url('/assets/img/technology/Laravel.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-node-img {
    background-image: url('/assets/img/technology/node.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-php-img {
    background-image: url('/assets/img/technology/php.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-wordpress-img {
    background-image: url('/assets/img/technology/wordpress.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-ionic-img {
    background-image: url('/assets/img/technology/node.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-sap-img {
    background-image: url('/assets/img/technology/sap.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-sap-hana-img {
    background-image: url('/assets/img/technology/sap-hana.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

div.technology-seo-img {
    background-image: url('/assets/img/technology/seo.png');
    height: 70px;
    background-repeat: no-repeat;
    margin: 22px 0 21px 0;
    background-position: center;
}

figcaption.technology-heading-img {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

ul.list-style-text li {
    list-style-type: none;
}


/*////////////////////Start About Us/////////////////////////*/

#aboutus {
    background: #1e2c42;
    background: -moz-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: -webkit-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e2c42', endColorstr='#373f6be3  ', GradientType=1);
    padding: 0.5% 0;
    color: white;
}

.Custom_Class_228435385 {
    background: #613cda;
    background: -moz-linear-gradient(45deg, #613cda 11%, #810e54 81%, #810e54 81%);
    background: -webkit-linear-gradient(45deg, #613cda 11%, #810e54 81%, #810e54 81%);
    background: linear-gradient(45deg, #613cda 11%, #810e54 81%, #810e54 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#613cda', endColorstr='#810e54', GradientType=1);
}

.aboutus-heading {
    font-size: 25px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.aboutus-subheading {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.aboutus-sub-heading {
    font-size: 15px;
    /* line-height: 2; */
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    margin: 2% 0 2% 0;
}

.aboutus-img img {
    margin-top: 30px;
}

.process-steps ul {
    list-style-type: none;
    padding-left: 0;
}

.process-steps.process-four-steps li {
    width: 25%;
}

.process-steps li {
    padding: 0 15px;
    float: left;
}

.contentbox-center {
    margin: 2em 0;
}

.contentbox .image-holder {
    position: relative;
    margin: 0 auto;
    height: 180px;
    width: 180px;
}

.contentbox img {
    max-width: 100%;
    transition: all .6s;
}

.process-steps .image-holder .step-number {
    position: absolute;
    top: .8em;
    right: .8em;
    padding: 4px;
    background: purple;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 32px;
    width: 32px;
}

.contentbox-center span {
    float: none;
    margin: 0 0 10px;
}

.process-steps h4 {
    padding-top: 10px;
}

.contentbox p {
    color: #7d7d7d;
    line-height: 1.8em;
    margin-top: 1em;
}

.btn,
.btn:hover,
.main-container,
.round {
    overflow: hidden!important;
}

.round {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.radius,
.round {
    background-clip: padding-box;
}

.aboutus-process {
    background-image: url('/assets/img/about/sanigo-morning.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 0.1%;
}

h1.aboutus-heading-process {
    color: rgba(255, 255, 255, 0.8);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
}

p.description-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 300;
}

h4.idea-heading {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

p.idea-subheading {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}


/*////////////////////end About Us/////////////////////////*/


/*////////////////////start Service/////////////////////////*/

#services {
    background-color: #ffff;
    margin-top: 1%;
}

.parallax-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
}

.parallax-content {
    color: #FFFFFF;
    position: relative;
}

#our-service .parallax-header {
    padding-bottom: 30px;
}

.dark cite,
.dark,
.dark .lead {
    color: #888888;
}

.ut-one-third {
    width: 30.66%;
}

.ut-icon-box {
    position: relative;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.ut-arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
}

.ut-service-box-icon {
    display: block;
    text-align: center;
    font-size: 80px;
    line-height: 120px;
    z-index: 3;
    position: relative;
}

.ut-info {
    text-align: left;
    overflow: hidden;
}

.ut-info h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.ut-one-half,
.ut-one-third,
.ut-two-thirds,
.ut-three-fourths,
.ut-one-fourth,
.ut-one-fifth,
.ut-two-fifth,
.ut-three-fifth,
.ut-four-fifth,
.ut-one-sixth,
.ut-five-sixth {
    float: left;
    margin-bottom: 0;
    margin-right: 4%;
    position: relative;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax-title {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    padding: 20px 0 0px 0;
    color: black;
}

.price-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    padding: 20px 0 0px 0;
}
.price-lead{
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.lead p {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    color: black;
    line-height: 1.5;
}

.service-image {
    text-align: center;
    margin-bottom: 80px;
}

.service-image img {
    margin: 30px 0 30px 0;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}


/*////////////////////end Service/////////////////////////*/


/*////////////////////////// start portfolio////////////////////////////*/

#portfolio-wrapper {
    background: #f3f7f8;
    min-height: 600px;
}

.bg-image img {
    width: 100%;
}

.mobile-app img {
    margin: 20px 0;
}

.port-image {
    width: 100%;
}

.each-item {
    position: relative;
    overflow: hidden;
}

.each-item:hover .cap2,
.each-item:hover .cap1 {
    left: 0px;
}

.cap1 {
    position: absolute;
    width: 100%;
    height: 90%;
    background: rgba(0, 178, 255, 0.81);
    /*    background:rgba(255, 255, 255, 0.5);
*/
    top: 0px;
    left: -100%;
    padding: 10px;
    text-align: center;
    transition: all .5s;
    color: white;
}

.cap2 {
    color: white;
    position: absolute;
    width: 100%;
    /*  height:30%;
    background:rgba(0, 178, 255, 0.5);*/
    bottom: 0px;
    left: 100%;
    padding: 20%;
    transition: all .5s;
}

.Portfolio-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    padding: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.65);
}

.portfolio-button {
    text-align: center;
}

.each-item img {
    margin-bottom: 25px;
}

.feature-callout {
    position: relative;
}

.callout-feature-content {
    padding: 3em 0;
}

.callout-feature-content h2 {
    font-size: 30px;
    margin: 0;
}

.feature-callout h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    padding: 20px 0 0px 0;
    color: rgba(255, 255, 255, 0.8);
}

.callout-feature-content p {
    line-height: 1.75;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.list-featured {
    margin-top: 4%;
}

.list-featured li {
    padding: 1% 0;
}


/*////////////////////////////end portfolio//////////////////////////////////*/


/*///////////////start seo/////////////*/

#seo {
    /* background: #613cda;
    background: linear-gradient(45deg, #5b40b3 11%,#2d3955 81%,#2d3955 81%);
    background: -moz-linear-gradient(45deg, #5b40b3 11%, #2d3955 81%, #2d3955 81%);
    background: -webkit-linear-gradient(45deg, #5b40b3 11%,#2d3955 81%,#2d3955 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#613cda', endColorstr='#810e54',GradientType=1 );
*/
    background: #1e2c42;
    background: -moz-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: -webkit-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e2c42', endColorstr='#373f6be3  ', GradientType=1);
    padding: 0.5% 0 0 0;
    /* margin-top: 0.2%; */
    color: white;
}

.padding-top-2x {
    margin-top: 14%;
}

.padding-top h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
}


/*/////////end seo//////////////////////*/


/*/////////////////start here contact us///////////////*/

#contact {
    background-image: url('/assets/img/bg/contact_bg.jpeg');
    /* webkit-background-size: cover!important; */
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 70px 0;
}

#contact .contact-us-heading {
    font-size: 25px;
    font-weight: 400;
    padding-top: 5%;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
}

#contact .contact-us-subheading {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
}

#map {
    max-width: 100%;
    list-style: none;
    transition: none;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.map-wrapper {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#contact-form-img {
    background: #1e2c42;
    background: -moz-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: -webkit-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e2c42', endColorstr='#373f6be3  ', GradientType=1);
    padding: 1% 0 2% 0;
    background-repeat: no-repeat;
}

#contact-form-input {
    background: transparent !important;
    border-radius: 0px solid;
    color: #fff !important;
    font-size: 15px;
}

#form_message {
    background: transparent !important;
    border-radius: 0px solid;
    color: #fff !important;
    font-size: 15px;
}

.button-contactus {
    border-radius: 0px;
    margin-top: 1%;
}

.padding-top .text-lg {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff;
}

.contact-us-pad {
    margin-top: 19%;
}

.address-heading {
    font-size: 31px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 300;
}

.address-subheading,
.country-name {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}

.address-phone {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 2%;
}


/*///////////////end here contact us///////////////////*/


/*//////////////////careers/////////////////////*/

#careers {
    background-color: #f3f7f8;
}

#career-containter img {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 131px;
}

.careers-image-containt {
    position: absolute;
    top: 37%;
    left: 8%;
}

.careers-img-headeing {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    line-height: 2;
}

.careers-img-subheading {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
}

.careers-headeing {
    font-size: 25px;
    font-weight: 300;
    line-height: 2;
    color: rgba(19, 18, 18, 0.95);
    text-align: center;
    padding: 10px 0;
}

.careers-clouds {
    margin-top: 10px;
}

.careers-sub-headeing p {
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    font-size: 15px;
}

.career-forms {
    padding: 20px 0;
}


/*/////////////////end careers//////////////////////*/

#contact-career {
    background-color: #e8e8e8;
    padding: 20px 0;
    color: black;
    margin: 2% 0 0 0;
}

#footer {
    background-color: #F1F1F1;
    /*margin-top: 1%;*/
}

/* .footer-icon i {
    color: #2e3955;
} */

.copywrite {
    padding: 10px 15px 0 0;
}
.copywrite p {
    font-weight: 300;
    font-size: 15px;
}

.socila-media a i {
    color: #00d4f4;
    font-weight: 300;
    font-size: 18px;
}

.socila-media a i:hover {
    color: #5769ff;
    transition: .3s ease;
}
.socila-media a{
    border: 1px solid #00d4f4;
    padding: 10px;
    margin-left: 20px;
}

.footer-contactus-heading {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.footer-contactus-heading a {
    cursor: pointer;
    text-decoration: none;
}

.footer-contactus-heading a:hover {
    color: #DCA44B
}

.footer-contactus-subheading {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

a.contact-us-main {
    font-size: 18PX;
    color: white;
    font-weight: 300;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-size: 15px;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-size: 15px;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-size: 15px;
}

input:-ms-input-placeholder {
    /* IE */
    color: white;
    font-size: 15px;
}

input::-ms-input-placeholder {
    /* IE Edge */
    color: white;
    font-size: 15px;
}

.dropdown-menu li a {
    line-height: 38px !important;
}


/*///////////////////Java Training/////////////////////*/

.java-nav-tab {
    color: #fff;
    background-color: #F1F1F1;
    border-top: 2px solid #461b74;
    border-right: 2px solid #461b74;
    border-left: 2px solid #461b74;
}

.nav-tabs li a {
    color: black;
    font-size: 18px;
}

.nav-tabs li a:hover {
    color: black;
}

.java-tab-content {
    background-color: white;
    padding: 1% 3% 3% 1%;
    margin-bottom: 1%;
    border-left: 2px solid #461b74;
    border-right: 2px solid #461b74;
    border-bottom: 2px solid #461b74;
}

.java-training-institute {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 1% 0%;
    font-weight: 300;
    color: #009694;
}

.java-trainig-headin {
    font-size: 16px;
    font-weight: 300;
    padding: 1% 0 1% 0;
}

.java-main li {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

#java-j2ee {
    padding: 1% 0;
}

#java-industrial-wrapper {
    margin-bottom: 2%;
}

.java-industrial-training-heading {
    font-size: 25px;
    text-align: center;
    padding: 0% 0% 1% 0%;
    font-weight: 300;
    color: #009694;
}

.customized-industrial-training-heading {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 1% 0%;
    font-weight: 300;
    color: #009694;
}

.java-learn {
    font-size: 25px;
    text-align: center;
    padding: 0% 0% 1% 0%;
    font-weight: 300;
    color: #009694;
}

.java-started {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 4% 0 2% 0;
    clear: both;
    font-size: 17px;
}

.java-started-heading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 8%;
}

.java-development {
    position: absolute;
    top: 40%;
    left: 31%;
    text-align: center;
    color: white;
}

.java-development-heading {
    font-size: 30px;
    line-height: 1.5;
}

.java-development-subheading {
    font-size: 20px;
    line-height: 1.5;
}

.java-industrial-training-sub-heading {
    font-size: 16px;
    color: black;
    margin: 1% 0 1% 0;
    text-align: center;
}

.java-development-heading-service {
    font-size: 25px;
    text-align: center;
    padding: 1.5% 0% 0% 0%;
    font-weight: 300;
    color: #000000de;
    line-height: 1.5;
}

#java-persuading {
    background: url(/assets/img/service_technologies/java/java-banner-mani.png);
    padding: 5% 0;
    color: #fff;
    background-repeat: no-repeat;
}

.java-reason-alway {
    font-size: 24px;
    text-align: center;
    padding: 0% 0 2% 0px;
    font-weight: 300;
    line-height: 1.5;
}

.java-reason-alway-subheading {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

#our-process-java {
    background: white;
    padding: 3% 0;
}

.our-process-java-headin {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}


/*///////////////End Java Training/////////////////////*/

#android-descripton {
    background: #91B734;
    padding: 2% 0 0 0;
}

#android-contact-form {
    background-color: #FFB207;
    padding: 3% 7%;
}

.interested-call {
    color: #D4261F;
    text-align: center;
    font-size: xx-large;
    margin: 0 0 6% 0;
}

label.android-input {
    color: aliceblue !important;
}

#form-android {
    height: 42px;
}

input.button-android-sub {
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 300;
}

input.button-android-sub:hover {
    background-color: #252525;
    color: #fff;
}

.android-wrapper {
    margin-top: 1%;
}

.Related-page-android {
    background-color: #91B734;
    margin-bottom: 2%;
}

.Related-page-android-heading {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    color: white;
}

.Related-page-android-subheading {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    padding: 0 5% 5% 5%;
}

.android-nav-tab {
    color: #fff;
    background-color: #F1F1F1;
    border-top: 5px solid #91B734;
    border-right: 5px solid #91B734;
    border-left: 5px solid #91B734;
}

.android-tab-content {
    background-color: white;
    padding: 1% 3% 3% 1%;
    margin-bottom: 1%;
    border-left: 5px solid #91B734;
    border-right: 5px solid #91B734;
    border-bottom: 5px solid #91B734;
}

.android-industrial-training-heading {
    font-size: 25px;
    text-align: center;
    padding: 0% 0% 1% 0%;
    font-weight: 300;
    color: #91B734;
}

.android-training-institute {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 1% 0%;
    font-weight: 300;
    color: #91B734;
}

.adndroid-structure p {
    font-size: 17px;
    color: white;
    line-height: 1.5;
    text-align: justify;
    font-weight: 300;
}

.android-industrial-training-subheading {
    font-size: 25px;
    text-align: center;
    padding: 0% 0% 2% 0%;
    font-weight: 300;
    color: #fff;
}

.android-related-pages {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 3% 0%;
    font-weight: 300;
    color: #91B734;
}

.android-lot {
    box-shadow: 0 10px 10px #1d3535;
}

.android-app-development {
    position: absolute;
    margin-top: -42%;
    color: white;
}

.mobile-app-development {
    position: absolute;
    margin-top: -71%;
    color: white;
    right: 0px;
}

.android-app-heading {
    font-size: 25px;
    text-align: center;
    padding: 3% 0% 3% 0%;
    font-weight: 300;
}

#android-features {
    /*background: url(/assets/img/service_technologies/android/banner-bg-mobile.jpg);*/
    padding: 3% 0;
    background-color: white;
}

.android-app-feature {
    font-size: 25px;
    text-align: center;
    padding: 3% 0% 3% 0%;
    font-weight: 300;
}

.android-distinguished {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 2% 0;
}

.android-distinguished-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    font-weight: 300;
}

.hightly-responsive {
    margin-bottom: 7%;
}

#unique-android {
    padding: 2% 0 0 0;
}

.unique-android-heading {
    font-size: 25px;
    text-align: center;
    padding: 3% 0% 3% 0%;
    font-weight: 300;
}

.unique-android-subheading {
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.seo-welcome {
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 2%;
}

.seo-welcome-heading {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 2% 0;
}

.seo-welcome-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    padding: 0 0 3% 0;
}

.affordable-service-heading {
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 4% 0;
}

.affordable-service-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 5%;
}

#seo-wrapper {
    padding: 3% 0;
    background-color: #fff;
}

#seo-brand {
    background-image: url(/assets/img/service_technologies/seo/seo.jpg);
    padding: 0 0 2% 0;
}

.seo-brand-heading {
    font-size: 30px;
    color: white;
    margin: 13% 0 2% 0;
    line-height: 1.5;
}

.seo-brand-subheading {
    font-size: 17PX;
    text-align: justify;
    line-height: 1.5;
    color: #fff;
}


/*///////////////Android Training/////////////////////*/

#web-work-process {
    background-color: #fff;
    padding: 2% 0;
}

.our-process-web {
    font-size: 25px;
    text-align: center;
    padding: 1% 0;
    font-weight: 300;
}

.our-process-web-subheading {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 1%;
}

.strategy-web-heading {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 9% 0 0 0;
}

.strategy-web-subheading {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    padding: 1% 0;
}

.web-benefits {
    font-size: 25px;
    text-align: center;
    padding: 1% 0 1% 0;
    font-weight: 300;
}

.web-benefits-subheading {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 3%;
}

.web-oriented-heading {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    padding: 1% 0;
}

.web-oriented-subheading {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    padding: 1% 0;
}

#web-our-benefits {
    padding: 2% 0;
    background: url(/assets/img/service_technologies/web_technologies/process-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffffbf;
}

.web-app-heading {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 3% 0%;
    font-weight: 300;
}


/*/////////////// Web Technologies /////////////////////*/

#spotlight-wrapper {
    background-color: #fff;
    padding: 2% 0 6% 0;
}

.spotlight {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.spotlight-wrapper-heading {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 3% 0%;
    font-weight: 300;
}

.spotlight-main {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.white-testing-heading {
    font-size: 18px;
    margin: 4% 0 0 0;
    font-weight: 300;
}

.white-testing-subheading {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    font-weight: 300;
    padding: 0 0 3% 0;
}

.testing-blog-heading {
    font-size: 25px;
    font-weight: 300;
    padding: 2%;
    line-height: 1.5;
}

.testing-blog-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    padding: 0 2% 2% 2%;
    font-weight: 300;
}

.testing-view-more {
    font-size: 18px;
    text-align: right;
    float: right;
    font-weight: 300;
}

.testing-qa-services {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0 2% 0;
}

.testing-qa-benefits {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    font-weight: 300;
    padding-bottom: 2%;
}


/*/////////////////////end Software Testing////////////////////////*/

#sap-advantage {
    background-image: url(/assets/img/service_technologies/sap/sap-advantage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0 5% 0;
}

.advantage-of-sap {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 1% 0 3% 0;
}

#sap-next-generation {
    margin-top: 0.5%;
    background: #1e2c42;
    background: -moz-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: -webkit-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e2c42', endColorstr='#373f6be3  ', GradientType=1);
}

.nex-generation-heading {
    font-size: 25px;
    text-align: center;
    color: #ffffffde;
    padding: 0.5% 0 1% 0;
    line-height: 1.5;
}

.nex-generation-subheading {
    font-size: 17px;
    color: white;
    text-align: justify;
    padding: 3% 0;
}

.sap-app-heading {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 2% 0%;
    font-weight: 300;
}


/*/////////////////////end SAP////////////////////////*/

#oracle-main {
    background-color: #e3e7ea;
    padding: 1% 0 5% 0;
}

.oracle-more-heading {
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    padding: 2% 0 3% 0;
}

.oracle-database-heading {
    font-size: 18px;
    padding: 8% 0;
    background-color: #003545;
    text-align: center;
    color: white;
}

.more-oracle-wrapper {
    background: white;
    transition: box-shadow 0.3s ease-in-out;
    transition: scale(1.08);
    transition: transform 0.4s;
}

.more-oracle-wrapper:hover {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(64, 64, 64, 0.3);
    -moz-box-shadow: 0px 5px 25px 0px rgba(64, 64, 64, 0.3);
    box-shadow: 0px 5px 25px 0px rgba(64, 64, 64, 0.3);
    transform: scale(1.08);
    transition: transform 0.3s;
}

.oracle-database-subheading {
    font-size: 16px;
    text-align: justify;
    padding: 9% 3%;
    font-weight: 300;
    color: black;
}

#oracle-wrapper {
    background: #1e2c42;
    background: -moz-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: -webkit-linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    background: linear-gradient(45deg, #1e2c42 11%, #373f6be3 81%, #373f6be3 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e2c42', endColorstr='#373f6be3  ', GradientType=1);
    padding: 2% 0 2% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.expertise-heading {
    font-size: 25px;
    color: #ffffffc4;
    line-height: 1.5;
    padding: 5% 0 0 0;
    font-weight: 300;
    text-align: center;
}

.expertise-subheading {
    font-size: 18px;
    color: #ffffffc4;
    line-height: 1.5;
    padding: 2% 0 0 0;
    font-weight: 300;
    text-align: justify;
}

.oracle-app-development {
    position: absolute;
    margin-top: -40%;
    color: black;
}


/*///////////////End Oracle//////////////////////////*/

#php-laravel {
    background-image: url(/assets/img/service_technologies/php/php.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0 5% 0;
}

.php-laravel-heading {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0 3% 0;
    color: #fff;
}

.php-laravel-subheading {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 7% 0 3% 0;
}

#php-web-wrapper {
    background-image: url(/assets/img/service_technologies/php/php-service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1% 0 3% 0;
}

.php-weapper li {
    list-style-image: url(/assets/img/service_technologies/php/php-arrow.png);
    font-size: 17px;
    line-height: 1.5;
    color: white;
    text-align: justify;
    margin: 0 0 1% 0;
}

.php-web-app-heading {
    font-size: 30px;
    text-align: center;
    color: white;
    line-height: 1.5;
    padding: 2% 0 1% 0;
}

.php-web-app-subheading {
    font-size: 17px;
    line-height: 1.5;
    color: #ffffffe0;
    text-align: justify;
    margin: 0 0 3% 0;
}

.laravel-heading {
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    line-height: 1.5;
}

.laravel-subheading {
    font-size: 16px;
    text-align: right;
    font-weight: 300;
    line-height: 1.5;
    color: black;
}

.cake-php-heading {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 1.5;
}

.cake-php-subheading {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    line-height: 1.5;
    color: black;
}

.php-application {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 2% 0 3% 0;
}

.cakephp-heading {
    clear: both;
    padding: 2% 0;
}

#php-development {
    padding: 0 0 3% 0;
}


/*//////////////////PHP Laravel///////////////////////*/

#about-it-on-demand {
    background-image: url(/assets/img/training_offering/on_demand_support/on-demanad.png);
    padding: 3% 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fffffffa;
}

.it-project-management-heading {
    font-size: 18px;
    font-weight: 300;
}

.about-it-on-demand-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    margin: 3% 0 4% 0;
}

#on-demand-sap-erp {
    background-color: #fff;
    padding: 2% 0 3% 0;
}

.on-demand-sap-erp-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 0 3% 0;
}

.desktop-support img {
    /*border: 1PX solid;*/
    border-radius: 50%;
    padding: 2%;
}


/*/////////////////End on Demand Supports//////////////////*/

#pp-information {
    background-color: #00549c;
    padding: 2% 3%;
    margin: 0 0 1% 0;
}

.pp-information-heading {
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 300;
}

.pp-information-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    color: white;
    font-weight: 300;
    margin: 2% 0;
}

button.pp-information-button {
    background: #30c7ff;
    padding: 2%;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    border: 0px;
    color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

button.pp-information-button:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
}


/*//////////////////End Project Management///////////////////*/

#mcedst-wrapper {
    background-color: #fff;
    padding: 2% 0 3% 0;
}

.mcedst-heading {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    margin: 0% 0% 2% 0;
}

.mcedst-subheading {
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
}

#mcedst-feture {
    background-image: url(/assets/img/mcedst/autocad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0 4% 0;
}

.mcedst-eng-heading {
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 300;
    margin: 16% 0 2% 0;
}

.mcedst-heading-feature {
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    margin: 3% 0 4% 0;
    color: #fff;
}

.auto-wrapp-heading {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}


/*////////////////Mechanical & Civil Engineering Design Software Tools///////////////////*/

#ai-app {
    background-image: url(/assets/img/ai/artificial-intelligence.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2% 0 3% 0;
    margin-top: 0.5%;
}

.Artificially-app-heading {
    font-size: 25px;
    text-align: center;
    color: white;
    line-height: 1.5;
    padding: 0 0 2% 0;
}

.Artificially-app-subheading {
    font-size: 22px;
    text-align: justify;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.artificial-main {
    margin: 6% 0 0 0;
}

#Empowering-artificial {
    color: #ffffffd9;
    padding: 2% 0;
    background-image: url(/assets/img/digital_platform/ai-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.Empowering-artificial-heading {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 1% 0 1% 0;
}

.Empowering-artificial-boosting-heading {
    font-size: 20px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.Empowering-artificial-boosting-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

.Empowering-artificial-Improved-heading {
    font-size: 20px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 2%;
}

.Empowering-artificial-Improved-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}


/*/////////////////////sap security////////////////////////*/

#information-security-sap {
    background-color: #fff;
    padding: 2% 0 3% 0;
}

.information-security-sap-heading {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0% 0 2% 0;
    color: #000;
}

.information-data-security {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    padding: 0 0 1% 0;
}

.information-data-sub-heading {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: justify;
}


/*////////////////Internet Marketing///////////////////////////*/

.internet-seo {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2%;
}

.internet-subseo {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 0 9% 0;
}

#internet-marketing-wrapper {
    /*background-image: url(/assets/img/internet-marketing/seo-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0.5% 0 0.5% 0;
}

.internet-marketing-heading {
    font-size: 25px;
    text-align: center;
    padding: 2% 0% 0% 0%;
    font-weight: 300;
    line-height: 1.5;
}

.internet-marketing-subheading {
    font-size: 16px;
    margin: 1% 0 3% 0;
    text-align: center;
}

#sale-force-generation {
    margin-top: 0.5%;
    background-color: #fff;
}

.sale-generation-heading {
    font-size: 25px;
    text-align: center;
    color: #ffffffde;
    padding: 0.5% 0 1% 0;
    line-height: 1.5;
}

.force-generation-subheading {
    font-size: 17px;
    color: black;
    text-align: justify;
    padding: 3% 0;
}

.force-generation-heading {
    font-size: 25px;
    text-align: center;
    color: #000;
    padding: 3% 0 2% 0;
    line-height: 1.5;
}

.Online-control-heading {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    padding: 1% 0 3% 0;
}

.Online-control-subheading {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    padding: 1% 0 3% 0;
}

.saleforce-cloud {
    margin-top: 5%;
}

#traffic-website {
    background-image: url(/assets/img/internet-marketing/seo-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0;
}

.traffic-seo-heading {
    color: white;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.internet-device-heading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    color: #fff;
    line-height: 2;
}

.internet-sub-seo {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 5%;
}

#online-performance {
    padding: 1% 0;
}

.online-performance {
    font-size: 25px;
    text-align: justify;
    padding: 5% 0 2% 0;
    font-weight: 300;
}

.online-performance-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.seo-rank-wrapper {
    padding: 6% 0;
}


/*//////////////////Cloud Cum//////////////////////*/

.cloud-computing-crm {
    position: absolute;
    margin-top: -42%;
    color: white;
}

#ionic-wrapper {
    background-image: url(/assets/img/ionic/ionic-bg.png);
    background-repeat: no-repeat;
    background-color: white;
    padding: 3% 0;
}

.ionic-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 3% 0 1% 0;
}

.ionic-subheading {
    font-size: 18px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 0 2% 0;
}

.custom-ionic-heading li {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

#ionic-best {
    background-image: url(/assets/img/ionic/ionic-app-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0 4% 0;
}

.ionic-best-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0 3% 0;
    color: #ffffffbd;
}

.Complete-application-heading {
    font-size: 20px;
    color: #ffffffbd;
    line-height: 1.5;
    text-align: justify;
    font-weight: 300;
    padding: 1% 0;
}

.Complete-application-subheading {
    font-size: 16px;
    color: #ffffffbd;
    line-height: 1.5;
    text-align: justify;
    font-weight: 300;
}

.ionic-technologies-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0;
}

p.ionic-html5 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    padding: 4% 0 2% 0;
    font-weight: 300;
}

.microfot-heading-service {
    font-size: 25px;
    text-align: center;
    padding: 1.5% 0% 0% 0%;
    font-weight: 300;
    color: #000000de;
    line-height: 1.5;
}

#microsoft-wrapper {
    padding: 1% 0;
}

.microsoft-started-heading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 8%;
}

#microsoft-project-wrapper {
    background-color: #fff;
    padding: 2% 0 3% 0;
}

.Microsoft-solution-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}

.microsoft-analytics {
    font-size: 18px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

#microsoft-management-project {
    background: #004B87;
    padding: 5% 0;
    color: white;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
}

.primavera-development-heading-service {
    font-size: 25px;
    text-align: center;
    padding: 1.5% 0% 0% 0%;
    font-weight: 300;
    color: #000000de;
    line-height: 1.5;
}

.primavera-training-sub-heading {
    font-size: 16px;
    color: black;
    margin: 1% 0 1% 0;
    text-align: justify;
}

.primavera-training-sub-subheading {
    font-size: 16px;
    color: black;
    margin: 1% 0 3% 0;
    text-align: justify;
}

.dmax-heading {
    font-size: 25px;
    text-align: center;
    margin: 2% 0;
    font-weight: 300;
}

.dmax-subheading {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    font-weight: 300;
}

.tool-company-max {
    padding: 0 0 5% 0;
}

#dmax-wrapper {
    margin: 0.5% 0;
}

#custom-programming {
    padding: .5% 0;
}

.lces-skill-heading {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0 0.5% 0;
}

.lces-skill-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.skill-banner {
    padding-bottom: 5%;
}


/*/////////jigsaw_integration_over_technologies///////////*/

#jigsaw-wrapper {
    padding: 0.5% 0;
}

.jigsaw-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0;
}

.jigsaw-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.cross-skills {
    padding: 5% 0;
}

.cross-skill-heading {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
    padding: 3% 0 2% 0px;
}

.cross-skill-subheading {
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
}

#cross-training {
    margin-bottom: 1%;
}

.global-training-company {
    font-size: 25px;
    text-align: center;
    padding: 2% 0;
    font-weight: 300;
}

.gty-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}

.gtc-course {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}

.gtp-business {
    padding-bottom: 2%;
}

.gtp-business li a {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}

.gtp-business li a:hover {
    text-decoration: none;
}

#rivets-main {
    padding: .5% 0
}

.rivets-heading {
    font-size: 25px;
    text-align: center;
    padding: 5% 0 2% 0;
    font-weight: 300;
    line-height: 1.5;
}

.rivets-subheading {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}


/*finios*/

.fino-marketing-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.teminos-marketing-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.teminos-marketing-heading {
    font-size: 22px;
    text-align: center;
    padding: 2% 0% 0% 0%;
    font-weight: 300;
    line-height: 1.5;
}

.fino-skills-heading {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 2% 0 0.5% 0;
}

.fino-skills-subheading {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.fineos-insurance-service li {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 2%;
}

.fino-insurance {
    padding: 4% 0 3% 0;
}

.fineos-insurance-service {
    margin-top: 12%;
}

.ageservice-model {
    margin-top: 5%;
}

.cross-skill-started {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 4% 0 2% 0;
    clear: both;
    font-size: 16px;
}


/*/////////////Our Technologies/////////////////////*/

.your-technology-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    color: black;
    margin: 3% 0 1.5% 0;
}

.your-technology-heading:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100px;
    bottom: 0;
    left: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}

.technology-main {
    border-radius: 10px;
    box-shadow: 0 0 15px #b3b3b3;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 90px;
}

#section-service {
    box-shadow: 0 1px 10px #888181;
}

.technology-wrapper {
    margin-top: 2%;
}

.home-main-wrapper {
    transition: box-shadow 0.3s ease-in-out;
    transition: scale(1.08);
    transition: transform 0.4s;
}

.automation-service {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    padding: 2% 0;
    color: #fff;
}

.automation-subheading {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 4% 0;
    text-align: center;
    color: #fff;
}

#automation-wrapper {
    background-image: url(/assets/img/automation/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.automation-development {
    position: absolute;
    margin-top: -24%;
    color: white;
}

.testing-qtp-development {
    position: absolute;
    margin-top: -18%;
    color: white;
}

.testing-development-heading {
    font-size: 30px;
    line-height: 1.5;
}

.ai-development-heading-service {
    font-size: 25px;
    text-align: center;
    padding: 1.5% 0% 1% 0%;
    font-weight: 300;
    color: #000000de;
    line-height: 1.5;
}

.aritical-app-development {
    position: absolute;
    margin-top: -18%;
    color: white;
}

.information-security-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.microsoft-dyamic-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.ondemand-it-development {
    position: absolute;
    margin-top: -17%;
    color: black;
}

.cross-skill-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.rivets-web-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.digital-marketing-service {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.jigsaw_integration-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.global-training-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}

.emea-area-development {
    position: absolute;
    margin-top: -17%;
    color: white;
}


/*.fill::before{
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 9999;
}*/

.who-we-are {
    font-size: 18px;
    line-height: 1.5;
    padding: 5% 0 1% 0;
}

.who-we-main {
    background: white;
    color: black;
    padding: 5%;
    margin: 3% 0 2% 0;
    transition: box-shadow 0.3s ease-in-out;
    transition: scale(1.08);
    transition: transform 0.4s;
}

.who-we-main:hover {
    -moz-border-image: -moz-linear-gradient(top, #810e54 0%, #5e40e4 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #810e54 0%, #5e40e4 100%) !important;
    border-image: linear-gradient(to bottom, #5e40e4 0%, #810e54 100%) !important;
    border-image-slice: 1 !important;
    /* webkit-box-shadow: 0px 5px 25px 0px rgba(64,64,64,0.3); */
    -moz-box-shadow: 0px 5px 25px 0px rgba(64, 64, 64, 0.3);
    box-shadow: 0px 5px 25px 0px rgba(64, 64, 64, 0.3);
    transform: scale(1.08);
    transition: transform 0.3s;
}

#what-our-clien {
    padding: 2% 0;
}


/* carousel */

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}


/* Previous button  */

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #3b4565;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}


/* Next button  */

.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #3b4565;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}


/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    margin-bottom: 2%;
}


/* End carousel */

.what-our-clien {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
}

#navbar {
    transition: top 0.3s;
}

.client-name {
    font-size: 20px;
    text-align: right;
    font-weight: 300;
    line-height: 1.5;
}

.client-testimulation-heading {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.unique-heading-home {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    padding: 20px 0 0px 0;
    color: black;
}

.unique-subheading-home {
    margin: 2% 0;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

.oracle-banner-main img {
    box-shadow: 0 1px 10px #888181;
}

.company-heading {
    font-size: 19px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
}

.city-name {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
}

#contact-footer-wrapper {
    padding: 2% 0;
}

/* #contact-footer-wrapper {
    background-image: url(/assets/img/footer-address.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

#it-staffing {
    background-image: url(/assets/img/it-staffing/bg-it-staffing.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 80px 0;
}

.it-staffing-heading {
    font-size: 25px;
    text-align: center;
    margin: 2% 0 3% 0;
    font-weight: 300;
    color: #ffffff;
}

.staff-wrapper {
    border: 1px solid #ffffff;
    padding: 2%;
    margin-bottom: 7%;
}

.staff-wrapper-heading {
    font-size: 18px;
    color: #fff;
    padding: 2% 0;
    line-height: 1.5;
}

.staff-wrapper-heading {
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
}

.industry-heading {
    font-size: 25px;
    text-align: center;
    margin: 3% 0 3.5% 0;
    font-weight: 300;
}

.industry-wrapper {
    border-radius: 10px;
    box-shadow: 0 0 15px #b3b3b3;
    align-items: center;
    padding-top: 20px;
    padding: 20px;
    margin-bottom: 9%;
}

.industry-wrapper-heading {
    font-size: 18px;
    padding: 2% 0;
    line-height: 1.5;
}

.industry-wrapper-heading {
    line-height: 1.5;
    /*font-weight: 300;*/
}

#temporary-staffing {
    background-image: url(/assets/img/it-staffing/bg-temporary-staffing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0;
    background-position: center;
}

.temporary-staffing-heading {
    font-size: 25px;
    text-align: center;
    margin: 3% 0 3.5% 0;
    font-weight: 300;
    color: #ffffff;
}

.temporary-staffing-sheading {
    color: #ffffff;
    line-height: 1.5;
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
}


input[type=text],
  input[type=password] {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .submit {
    margin-top: 15px;
  }

  .popup-btn a {
    top: 200px;
    position: fixed;
    right: -90px;
    z-index: 1000;
    transform: rotate(-90deg);
    background-color: red;
    padding: 10px 20px 35px;
    height: 0px;
    background-color: #000;
    color: #fff;
  }

  .popup-btn a:hover {
    text-decoration: none;
    color: #fff;
  }

  .form-part {
    padding: 20px 0px;
  }

  .modal-header {
    padding: 10px 0px !important;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
  }

  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    width: 80%;
    padding: 20px;
    border: 3px solid #000 !important;
  }

  .close {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 35px;
    font-weight: bold;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
  }

  .close:hover,
  .close:focus {
    cursor: pointer;
  }

  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }

  @-webkit-keyframes animatezoom {
    from {
      -webkit-transform: scale(0)
    }

    to {
      -webkit-transform: scale(1)
    }
  }

  @keyframes animatezoom {
    from {
      transform: scale(0)
    }

    to {
      transform: scale(1)
    }
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

.serives {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 20%);
    flex-basis: 30%;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 25px 0px 20px;
    transition: all 300ms ease;
    cursor: pointer;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform: translate3d(0,0,0);
}

.price__item-3 {
    -webkit-box-shadow: 0px 20px 40px 0px rgb(10 0 48 / 8%);
    -moz-box-shadow: 0px 20px 40px 0px rgba(10, 0, 48, 0.08);
    box-shadow: 0px 20px 40px 0px rgb(10 0 48 / 8%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: calc(100% - 30px);
    transition: all .4s ease;
}

.white-bg {
    background: #ffffff;
}
.price__heading.free {
    background: linear-gradient(90deg, #121b22 0%, #06155a 100%);
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.price__heading {
    padding: 10px 0;
    padding-bottom: 13px;
    background: #fbe0e9;
}
.price__body {
    padding: 20px 0;
    padding-bottom: 5px;
}
.price__tag-3 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f2f0fa;
    text-align: center;
}
.price__features-2 {
    margin-bottom: 43px;
}
.price__features-2 ul li {
    font-size: 16px;
    color: #0a0030;
    font-weight: 600;
    margin-bottom: 10px;
}
.price-list{
    padding: 30px 0 60px 0;
}


.bg-light {
    background-color: #f8f9fa!important;
}
.h-4{
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
.text-danger {
    color: #dc3545 !important;
  }
  .text-pr{
    color: #00d4f4;
  }
  .text-white-50{
    color: #aaaaaa;
  }
  .strike-color{
    text-decoration: line-through;
    color: #dc3545 !important;

  }
  .text-dark{
    color: #000 !important;
  }