
body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background-color: #151515
}

body::-webkit-scrollbar-thumb {
    background: #ffa200;
    background: -moz-linear-gradient(top, #841a00 0, #ff8400 100%);
    background: -webkit-linear-gradient(top, #ffd600 0, #a1ebfc 100%);
    background: linear-gradient(to bottom, #ffde00 0, #a1ebfc 100%);
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
        url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-SemiBold.woff2') format('woff2'),
        url('WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Thin.woff2') format('woff2'),
        url('WorkSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
    background-color: #fff;
    font-family: 'Work Sans';
    font-weight: normal;
    transition: background 1s ease;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.navbar-default {
    background-color: rgb(62 119 137 / 70%);
    border-color: transparent;
    border-radius: 0px;
}

.navbar-brand.navbar-brand-centered img {
    width: 66%;
}

.navbar-brand {
    padding: 4px;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}

.sticky .navbar {
    background: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a {
    background-color: transparent !important;
    color: #00e4ff !important;
}

.sticky .navbar-default .navbar-nav>li>a,
.sticky .navbar-default .navbar-text {
    color: #000;
}

.sticky .navbar-default .navbar-nav>li.active>a,
.sticky .navbar-default .navbar-nav>li.active>a:hover,
.sticky .navbar-default .navbar-nav>li>a:hover {}

ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
}

.header .navbar-nav>li>.dropdown-menu {
    left: 0;
    right: auto;
    background: #000;
    border-radius: 0;
    border-top: 2px solid #00e4ff;
    max-height: 500px;
    overflow-y: scroll;
}

.navbar {
    margin-bottom: 13px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
	color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    transition: 0.5s;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 25px 8px;
}
.navbar-default .navbar-nav>li:last-child>a{
	border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 17px;
}
.sticky .navbar-default .navbar-nav>li:last-child>a{
	    background: #01e4ff;border: 2px solid #01e4ff;
}
.ws_controls {
    display: none;
}

.sticky+.content {
    padding-top: 102px;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-menu li a {
    color: #fff !important;
    border-bottom: 1px solid #2d2d2d;
    transition: 0.5s;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13.5px;
    padding: 13px 15px;
}

.dropdown-menu li a:hover {
    color: #000 !important;
    background-color: #a1ebfc;
}

.header .navbar-nav>li>.dropdown-menu::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 15px solid transparent;
    border-bottom: 12px solid #00e4ff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -29px;
    left: 35px;
    right: 0;
}

div#myHeader {
    z-index: 999;
    position: fixed;
    width: 100%;
}

.ws-title {
    display: none !important;
}

.banner_content {
    position: absolute;
    width: 100%;
    margin-top: -5.3%;
    z-index: 99;
    color: #fff;
    background-color: #15150e;
    border-top: 1px solid #cccccc2e;
}

.banner_content h4 {
    padding-top: 4%;
    padding-bottom: 4%;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5%;
    font-size: 20px;
    margin-bottom: 3%;
    text-align: center;
    padding-left: 20px;
}

.banner_content h3 {
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 20px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 500;
    padding-right: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.banner_content .col-md-3 {
    border-right: 1px solid #cccccc4a;
}

.banner_content h6 {
    margin-top: -6%;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

.banner_content span {
    float: right;
}

.banner_content span img {
    width: 40%;
    margin-left: 16px;
    margin-bottom: 23%;
    margin-top: -6%;
}

.app_dev {
    background: #fff;
    color: #404950;
    padding: 4% 4.5%;
}

.app_dev {
    min-height: 130px;
    border-bottom: 5px solid #83837c;
}

.col-md-3.app_development {
    padding-left: 0px;
    padding-right: 0px;
}

.app_dev h2 {
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 9px;
    color: #00e4ff;
}

.app_dev2 {
    background: #fff;
    color: #404950;
    padding: 4% 4.5%;
}

.app_dev3 {
    background: #fff;
    color: #404950;
    padding: 4% 4.5%;
    transition: 0.5s;
}

.col-md-3.app_development1 {
    background-color: #000;
        padding: 0 0px;
}

.background_first {
    background-color: #25251991;
}

.margin_top {
    margin-top: 115px;
}

.margin_top h1 {
text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #202124;
    font-weight: 700;
}

section.margin_top h1 span {
    color: #4c57cf;
}

section.margin_top p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 3%;
    color: #5f6368;
    font-weight: 400;
}

.row.serviceboxes {
    text-align: center;
    margin-bottom: 4%;
}

.margin_top2 {
    margin-top: 3%;
}

.row.serviceboxes h3 {
    margin: 9px 0px;
    color: #a1ebfc;
}

.webapplication {
    background: #872b7a;
    background: -moz-linear-gradient(-45deg, #872b7a 0%, #e8435c 100%);
    background: -webkit-linear-gradient(-45deg, #872b7a 0%, #e8435c 100%);
    background: linear-gradient(135deg, #872b7a 0%, #e8435c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#872b7a', endColorstr='#e8435c', GradientType=1);
    border-radius: 13px;
    color: #fff;
    padding: 2.8%;
    text-align: left;
    padding-left: 6%;
    height: 230px;
}

.webapplication_two {
    background: #e94c63;
    background: -moz-linear-gradient(-45deg, #e94c63 0%, #ec9a3b 100%);
    background: -webkit-linear-gradient(-45deg, #e94c63 0%, #ec9a3b 100%);
    background: linear-gradient(135deg, #e94c63 0%, #ec9a3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c63', endColorstr='#ec9a3b', GradientType=1);
    border-radius: 13px;
    color: #fff;
    padding: 2.8%;
    text-align: left;
    padding-left: 6%;
    height: 230px;
}

.webapplication p {
    text-align: left !important;
}

.webapplication_two p {
    text-align: left !important;
}

.webapplication img {
    float: right;
    width: 35%;
    margin-right: -16px;
    margin-left: 7%;
}

.webapplication_two img {
    float: right;
    width: 35%;
    margin-right: -16px;
    margin-left: 7%;
}

.webapplication h6 img {
    width: 21px;
    float: right;
}

.webapplication_two h6 img {
    width: 21px;
    float: right;
}

.webapplication h6 {
    font-size: 15px;
    font-weight: 500;
}

.webapplication_two h6 {
    font-size: 15px;
    font-weight: 500;
}

.sticky .navbar {
    margin-bottom: 0px;
}

.row.trusted_software h1 {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
    color: #202124;
    font-weight: 500;
    margin-top: 30px;
}

.row.trusted_software p {
    text-align: justify;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    background-color: transparent;
}

.portfolios .col-md-5 {
    padding: 2.5% 5%;
    color: #fff;
    background: #872b7a;
    background: -moz-linear-gradient(left, #872b7a 0%, #e8435c 100%);
    background: -webkit-linear-gradient(left, #872b7a 0%, #e8435c 100%);
    background: linear-gradient(to right, #872b7a 0%, #e8435c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#872b7a', endColorstr='#e8435c', GradientType=1);
}

.portfolios .col-md-7 {
    padding: 0;
    background-color: #892c79;
    color: #fff;
}

.boxes_one {
    padding: 10%;
    transition: 0.5s;
    border: 3px solid;
    border-image: linear-gradient(45deg, #ffff00, #ef0000) 1;
}

.boxes_two {
    padding: 10%;
    transition: 0.5s;
    border: 3px solid;
    border-image: linear-gradient(45deg, #ffff00, #ef0000) 1;
}

.boxes_third {
    padding: 10%;
    transition: 0.5s;
    border: 3px solid;
    border-image: linear-gradient(45deg, #ffff00, #ef0000) 1;
}

.boxes_one:hover {
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.4);
}

.boxes_one img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.boxes_one:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

footer {
    background-image: url(../img/footer.jpg);
    color: #ccc;
    padding: 1.5% 0% 0.5% 0%;
    background-attachment: fixed;
    background-size: cover;
}

footer h5 {
    font-size: 19px;
    font-weight: 500;
}

footer ul {
    padding: 0;
    ist-style-image: url(../img/icon.png);
    margin-left: -25px;
}

footer li {
    line-height: 26px;
}

footer li a {
    text-decoration: none;
    color: #ababab;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
}
.footer p {
    margin: 0;
}
footer li a:hover {
    border-bottom: transparent;
    color: #0dbfd6;
    text-decoration: none;
}

.about_company {
    background: #fff;
    color: #404950;
    padding-top: 2em;
}

section.third_section h1 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    color: #fff;
}

section.third_section h1 span {
    color: #a1ebfc;
}

.third_section {
    background-image: url('../img/data-business-meeting.jpg');
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.contents {
    background-color: #ffffff00;
    height: 100%;
}

.contents p {
margin: 20px auto;
    letter-spacing: 0.5px;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
    color: #202124;
    font-style: normal;
}

.contents p img {
    float: right;
    width: 30%;
    margin-left: 1%;
}

.contents p strong {
    color: #0490b0;
}

.margin_top1 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.contents .blog_detail h1 {
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #000 !important;
    font-family: 'Work Sans' !important;
}

.margin_top1 ul li {
    color: #333 !important;
    text-align: left !important;
}

.messages {
    margin-top: 2%;
}

.messages h4 {
    float: right;
    color: #9b9b9b;
    font-weight: 500;
}

.messages h5 {
    float: right;
    color: #9b9b9b;
    font-weight: 500;
    margin: 0px;
}

.our_teams {
    background-image: url('../img/inner_bg.jpg');
    padding: 3%;
}

.contents h2 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    margin: 0px;
    color: #005aa4;
}

.contacts_now {
background-color: #005aa4;
    padding: 2%;
    background: linear-gradient(135deg, #a964cc 0%, #164fd0 100%);
}

.contacts_now h5 {
    color: #fff;
    font-weight: 400;
    float: left;
    width: 80%;
    font-size: 20px;
    letter-spacing: 0.5px;
}


.contacts_now h6 {
    margin: 0px;
}

.contacts_now h6 a {
    background-color: #fff;
    padding: 12px 25px;
    color: #000;
    float: right;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px;
}

.contacts_now h6 a:hover {
    background-color: #f6640d;
    color: #fff;
}

.box-2-cont i {
    display: table;
    margin: 0 auto 25px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    border: 1px #555 solid;
    border-radius: 50%;
    background-color: #555;
    box-shadow: inset 0 0 0 3px #333;
    color: #B3B3B3;
    text-align: center;
    font-size: 38px;
    line-height: 90px;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-2-cont {
    position: relative;
    border-top: 1px #555 solid;
    text-align: center;
    padding: 0 15px 15px;
    border: 1px #555 solid;
    min-height: 305px;
}

.box-2-cont h4 {
    text-align: center;
    color: #8a8a8a;
    font-weight: 500;
    margin: 6px;
    margin-bottom: 0px;
}

.center.sub-title.main-color {
    color: #1fd3ff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

p.mediumFont {
    margin-top: 12px;
    line-height: 19px;
    text-align: center;
}

.container.margin_top3 {
    margin-top: 8%;
}

.box-2-cont:hover i {
    background-color: #389eb4;
    color: #fff;
}

.floating-form {
    max-width: 300px;
    padding: 30px 30px 10px 30px;
    border: 2px solid #005aa4;
    right: 10px;
    position: fixed;
    top: 16%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.4);
    border-right: 0px;
    z-index: 99;
}

.floating-form input {
    display: block;
    float: none;
    width: 91%;
    padding: 6px;
    margin-top: 7px;
}

.floating-form label {
    height: auto;
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-bottom: 1px;
}

.contact-opener {
    position: absolute;
    left: -110px;
    transform: rotate(-90deg);
    top: 157px;
    padding: 9px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    background-color: #005aa4;
}

.floating-form-heading {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.floating-form select {
    width: 95%;
    padding: 6px;
    margin-top: 6px;
}

.floating-form textarea {
    width: 94%;
    margin-top: 9px;
}

button#submit_btn {
    background-color: #005aa4;
    color: #fff;
    border: navajowhite;
    padding: 8px 19px;
    cursor: pointer;
}

button#submit_btn:hover {
    background-color: coral;
}

.contents ul {
    margin-left: -15px;
}

.contents ul li {
    color: #ccc;
    color: #8d8d8d;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    list-style-image: url(../img/hand.png);
}

.managements_main_content {
    margin-top: 3%;
    margin-bottom: 3%;
}

.managements_main_content h3 {
    margin: 0px;
    color: #05ccf6;
}

hr {
    margin-top: 8px;
    margin-bottom: 10px;
    border-top: 1px solid #1d90ae;
}

.team_details {
    margin-top: 15px;
}

.team_details h5 {
    float: none;
    color: #9b9b9b;
    font-weight: 500;
    margin: 0px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 6px;
}

.team_details h6 {
    float: none;
    color: #9b9b9b;
    font-weight: 500;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
}

.team_details h5 strong {
    color: #a1ebfc;
}

.team_details h6 strong {
    color: #a1ebfc;
}

.panel {
    background-color: #bdc8ce;
    border: transparent;
}

.show {
    display: block !important;
    overflow-x: hidden !important;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #bdc8ce;
    padding: 0px;
    transform: none;
    padding-top: 15px;
    border-image: linear-gradient(45deg, rgb(225, 45, 76), rgb(128, 22, 106)) 1;
    border-bottom-width: 2px;
}

.nav-tabs {
    border-bottom: 1px solid #3d3d3d;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    font-weight: 500;
    background: linear-gradient(135deg, #872b7a 0%, #e8435c 100%);
    border: 0;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0 solid transparent;
    color: #000;
    font-weight: 500;
    transition: 0.5s;
    background-color: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0 !important;
    margin: 0;
}

.nav-tabs>li>a:hover {
    background: linear-gradient(135deg, #872b7a 0%, #e8435c 100%);
    color: #fff;
}

.grid figure img,
.grid figure {
    transition: 1s;
    overflow: hidden;
}

.content .btn {
    border: 0;
    letter-spacing: 1px;
    padding: 13px 25px;
    text-transform: uppercase;
    border-radius: 50px;
    background: linear-gradient(135deg, #ea9126 0%, #e73952 100%);
    box-shadow: 1px 4px 10px #eb747e;
    margin-bottom: 20px;
}

.grid figure:hover img {
    transform: scale(1.2)rotate(10deg);
}

.contents h5 i {
    font-size: 19px;
    color: #00c5dc;
    line-height: 26px;
}

.dummy-img>img {
    border: 2px solid #e85346;
    padding: 8px;
    border-radius: 15px;
}

.fourth_section {
    background-color: #0075ff33;
    margin-bottom: 5%;
    padding-bottom: 3%;
}

section.fourth_section h1 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase;
}

.fourth_section h1>span {
    text-transform: uppercase;
    color: #ec0000;
}

.our_testimonials h1 {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.our_testimonials {
    padding: 2% 0%;
}

.testimonial-carousel .owl-nav i {
    font-size: x-large;
    color: #404950;
    padding-left: 5px;
}

#testimonial4 {
    overflow: hidden;
    min-height: 375px;
    position: relative;
    background-image: url(../img/data-business-meeting.jpg);
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}

#testimonial4 .carousel-inner {
    width: 75%;
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 8px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 13px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.contact_block {
    background-attachment: fixed;
    background-size: contain;
    background: #ededed;
}

.address_box {
    box-shadow: 1px 3px 15px rgb(220, 208, 210);
    margin-bottom: 20px;
    min-height: 345px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}

.managements_main_content .address_box h3 {
    margin: 0px;
    color: #05ccf6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.address_box p {
    text-align: left;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.address_box p strong {
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.address_box hr {
    border-top: 1px solid #b92c65;
}

.portfolio-contnet {
    background: #a4b0b7;
}

.single-testi h6 span a img {
    display: inline-block !important;
    float: none;
    margin-left: 15px !important;
    margin-right: 0;
}

.btn-contact {
    color: #fff !important;
    margin-bottom: 2em;
    background: #00707d;
    display: inline-block;
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    border-radius: 3px;
    line-height: 20px;
    box-shadow: 3px 3px 10px rgba(3, 164, 175, 0.37);
    transition: 1s all;
    font-weight: 500;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-contact:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.form-row {
    margin-bottom: 10px;
}

.modal-dialog {
    max-width: 400px;
    border-radius: 0px;
}

.modal-body {
    background-color: rgba(0, 112, 125, 0.43);
}

.modal-title {
    font-weight: 800;
    color: #000;
}

.modal-header {
    background-color: #00707d;
}

.form-control {
    border-radius: 0px;
    font-weight: 500;
}

.btn-contact-s {
    padding: 5px 24px;
    border-radius: 0px;
    margin-bottom: 1em;
    background-color: #00707d;
    color: #fff;
}

@media only screen and (max-width:480px) {
    .sticky .navbar-default .navbar-nav>li>a,
    .sticky .navbar-default .navbar-text {
        color: #fff !important;
    }
    .testimonial4_control_button .carousel-control {
        display: none;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_header h4 {
        font-size: 20px;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .sticky .navbar-default .navbar-nav>li>a,
    .sticky .navbar-default .navbar-text {
        color: #fff !important;
    }
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product_block.margin_top1 ul li {
        width: 150px !important;
        height: 150px !important;
        line-height: 150px !important;
    }
    .product_block.margin_top1 ul li a {
        font-size: 13px !important;
    }
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-text {
        padding: 25px 5px;
        font-size: 10px;
    }
    .header .collapse.navbar-collapse.js-navbar-collapse {
        padding: 0;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

#footer_social {
    text-align: center;
    background: #1f2021;
}

#footer_social a:first-child {
    border-left: 1px solid #2a2b2c;
}

#ABdev_main_footer a {
    color: #e8e8e8;
    font-weight: bold !important;
}

#footer_social a {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #2a2b2c;
    color: #fff !important;
    transition: 0.5s;
}

#footer_social i {
    font-size: 21px !important;
    margin-right: 0;
    transition: all 180ms ease-in;
}

.footer_social_span_6 {
    width: 14.666667%;
}

#footer_social a:first-child:hover {
    background-color: #0e76a8;
}

#footer_social a:nth-child(2):hover {
    background-color: #3b5998;
}

#footer_social a:nth-child(3):hover {
    background-color: #4099ff;
}

#footer_social a:nth-child(4):hover {
    background-color: #d34836;
}

#footer_social a:nth-child(5):hover {
    background-color: #ad0710;
}

#footer_social a:nth-child(6):hover {
    background-color: #fc00a0;
}

.footer {
    background-color: #111;
    padding: 12px;
    color: #ccc;
}

.row.trusted_software h1 span {
    color: #ec0000;
    display: block;
}
.row.trusted_software h1 br {
    display: none;
}
.row.trusted_software p {
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 3%;
    color: #202124;
    font-weight: 400;
}

ul.nav.nav-tabs {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-color: transparent;
    height: 40px;
}

.blog_img {
    background-color: #ccc;
    padding: 5px;
}

.blog_contain {
    background-color: #2489b730;
    min-height: 150px;
    margin-top: 4px;
    text-align:left!important;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.blog_contain h1 {
color: #202124 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    min-height: 45px !important;
    margin-bottom: 5px;
    margin-top:0;
}


.blog_contain p {
    text-align: justify;
    font-size: 15px;
    margin-top: 5px;
    line-height: 23px;
    font-weight: 500;
}

ul.blogs.pagination.pagination-sm {
    margin-left: 0px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #00707d;
    font-weight: 500;
    border: 1px solid #04525b;
    transition: 0.5s;
}

.btn-info {
    color: #fff;
    background-color: #00707d;
    border-color: #01474f;
    font-weight: 500;
    transition: 0.5s;
}

.input-group-addon {
    border: 1px solid #0390a1;
}

.form-control {
    border: 1px solid #0390a1;
}

.well {
    border: 1px solid #d7d7d7;
}

.product_cssproduct_css p,
li {
    color: #fff !important;
}

.product_cssproduct_css .webapplication_two,
.webapplication {
    min-height: 177px !important;
    margin-bottom: 20px;
}

.product_headings {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #0090a0;
    text-align: center;
}

.form-group {
    margin-bottom: 7px;
}

.products_features h4 {
    text-align: center;
    line-height: 22px;
    font-size: 17px;
    color: #00626e;
    font-weight: 500;
    margin-bottom: 20px;
}

.products_features img {
    width: 114px;
    margin: auto;
    display: block;
}

#boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 200px;
    color: white;
    font-size: 2.5rem;
}

.gradient-border {
    --borderWidth: 3px;
    background: #ffffff;
    position: relative;
    border-radius: var(--borderWidth);
    padding: 15px 0px 2px 0px;
    margin-bottom: 30px;
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f3705594, #ef4e7b36, #a166ab4a, #5073b852, #1098ad4f, #07b39b59, #6fba8266);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.content_botom i {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 22px;
    color: #006874;
    font-weight: 500;
}

.product_block.margin_top1 ul li {
    color: #333 !important;
    width: 230px;
    height: 230px;
    text-align: center !important;
    list-style: none;
    background: #e8dbcd;
    margin-bottom: 50px;
    border-radius: 50%;
    line-height: 230px;
    border: 1px solid rgba(0, 0, 0, 0.34);
    box-shadow: 0 0 0 10px #e8dbcd;
    border-style: dashed;
    position: relative;
}

.product_block.margin_top1 ul li.dark {
    background: #d4937e;
    box-shadow: 0 0 0 10px #d4937e;
}

.product_block.margin_top1 ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    padding: 18px;
    font-weight: 500;
}

.box_sec {
    background: #f5efea;
    padding: 30px 0;
}

.product_block.margin_top1 ul li a {
    position: relative;
    z-index: 2;
}

.product_block.margin_top1 ul li:hover::before {
    transform: scale(1);
}

.product_block.margin_top1 ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: 500ms all;
    z-index: 1;
}

section.techno-stack {
    position: relative;
    width: 100%;
    height: auto;
    background: #dcd4d4;
    padding: 0px;
}

section.techno-stack h1 span {
    color: #005aa4;
    font-weight: 500;
}

section.techno-stack .container {
    padding: 30px 15px;
}

section.techno-stack h1 {
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 30px;
}

.technolist ul li span img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}

.technolist ul li span {
    display: block;
    line-height: 104px;
}

.technolist ul li {
    list-style: none;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0 0 0 2px #fff;
    border: 8px solid #fff;
    transform: scale(0.9);
    transition: 600ms all;
    overflow: hidden;
}

.technolist ul li:hover,
.technolist ul li.special {
    box-shadow: 0 0 0 2px #005aa4;
    border: 8px solid #dcd4d4;
    transform: scale(1.2);
}

.technolist ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

button.owl-prev,
button.owl-next {
    padding: 5px !important;
    display: inline-block;
    width: 33px;
    height: 33px;
}

.infoRotator-box h4 {
    font-size: 130px !important;
}

.contact_sec {
    background: url("../img/contactbg.png")no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}

.contact_sec::before {
    position: absolute;
    background: rgba(255, 255, 255, 0.76);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    mix-blend-mode: normal;
    z-index: 2;
}

.contact_sec>div {
    margin: 0 auto;
    padding: 70px 0;
    z-index: 3;
    position: relative;
}

.h3_head {
    margin: 0px 0 20px 0 !important;
    color: #05ccf6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-nav>button {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.owl-dots {
    display: none;
}

@media only screen and (max-width:1920px) {
    .app_dev {
        padding: 11.4% 4.5%;
    }
    .app_dev2 {
        padding: 11.4% 4.5%;
    }
    .app_dev3 {
        padding: 11.4% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 19px;
        line-height: 28px;
    }
    .background_first {
        background-color: rgba(37, 37, 25, 0.57);
        height: 185px;
        line-height: 185px;
        padding: 0% 15px;
    }
}

@media only screen and (max-width:1500px) {
    .app_dev {
        padding: 5% 4.5%;
    }
    .app_dev2 {
        padding: 5% 4.5%;
    }
    .app_dev3 {
        padding: 5% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 19px;
        line-height: 28px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-text {
        padding: 25px 5px;
        font-size: 10px;
    }
    .header .collapse.navbar-collapse.js-navbar-collapse {
        padding: 0;
    }
}

@media only screen and (max-width:1367px) {
    .app_dev {
        padding: 5% 4.5%;
        background-color: #25251991;
        color: #fff;
    }
    .app_dev2 {
        padding: 5% 4.5%;
    }
    .app_dev3 {
        padding: 5% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 16px;
        line-height: 28px;
    }
    .background_first {
        background-color: #25251991;
    }
}

@media only screen and (max-width:1126px) {
    .app_dev {
        padding: 8% 4.5%;
    }
    .app_dev2 {
        padding: 8% 4.5%;
    }
    .app_dev3 {
        padding: 8% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 19px;
        line-height: 28px;
    }
    .banner_content {
        margin-top: -6.3%;
    }
    .background_first {
        background-color: #25251991;
        padding: 13.9% 15px;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1024px) {
    .background_first {
        background-color: #25251991;
        padding: 8.9% 15px;
    }
    .banner_content {
        margin-top: -6.3%;
        position: absolute;
        background-color: #252519;
    }
    .app_dev {
        padding: 3% 2.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    .boxes_one {
        margin-bottom: 4%;
    }
    nav .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        width: 884px;
    }
}

@media only screen and (max-width:940px) {
    .background_first {
        background-color: #25251991;
        padding: 2.9% 15px;
    }
    .banner_content {
        margin-top: -6.3%;
        position: inherit;
        background-color: #252519;
    }
    .app_dev {
        padding: 3% 2.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    .boxes_one {
        margin-bottom: 4%;
    }
    nav .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        width: 884px;
    }
    button.navbar-toggle {
        position: fixed;
        right: 0;
        top: 18px;
    }
}

@media only screen and (max-width:768px) {
    .navbar-brand.navbar-brand-centered img {
        width: 66%;
        margin-top: -33px;
    }
    .navbar-brand.navbar-brand-centered {
        margin-top: -34px;
    }
    #myHeader .navbar-collapse {
        width: 100%;
        margin-top: 0px;
        position: fixed;
        background-color: #000;
        left: 0;
        right: 0;
        margin: 0 !important;
        height: 100%;
        top: 75px;
        max-height: 90%;
        overflow-y: scroll;
    }
    .floating-form {
        max-width: 90%;
    }
    .contact-opener {
        left: -99px !important;
    }
    .contacts_now h5 {
        line-height: 22px;
    }
    .navbar-default {
        background-color: transparent;
    }
    
    .header .navbar {
        margin-bottom: 0;
    }
    #testimonial4 .carousel-inner {
        padding-bottom: 30px;
    }
    .infoRotator-box .infoRotator-table h4 {
        font-size: 50px !important;
    }
    .webapplication,
    .webapplication_two {
        height: auto !important;
    }
    .technolist ul li {
        width: 105px;
        height: 105px;
    }
    .technolist ul li span {
        line-height: 88px;
    }
    .technolist ul li span img {
        max-height: 65px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-text {
        border-bottom: 1px solid #cccccc21;
    }
    .navbar-header {
        background-color: #000;
        height: 69px;
        padding-bottom: 6px;
    }
    .box-2-cont {
        margin-top: 8%;
        margin-bottom: 17%;
    }
    footer li {
        border-bottom: 1px solid #cccccc1f;
        line-height: 31px;
    }
    .section.appi-portfolio-sec.clearfix {
        display: none;
    }
    .row.serviceboxes.margin_top2 .col-md-4 {
        margin-top: 8%;
    }
    .background_first {
        padding: 0.7% 15px;
    }
    .ws_images {
        margin-top: 13%;
    }
    .banner_content {
        position: inherit;
    }
    .banner_content {
        position: inherit;
        width: 100%;
        margin-top: 0px;
        background-color: #000000;
        border-top: 0px;
    }
    .margin_top {
        margin-top: 0;
    }
    section.margin_top p {
        font-size: 17px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 3%;
    }
    .banner_inners>img {
        padding-top: 14%;
    }
}

@media only screen and (max-width:480px) {
    .navbar-collapse.js-navbar-collapse.collapse.in {
        margin-top: 10px;
    }
    div#myHeader {
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #000;
        height: auto;
    }
    .navbar-header {
        background-color: #000;
        height: 69px;
        padding-bottom: 6px;
    }
    .navbar-default {
        background-color: transparent;
    }

    .header .navbar {
        margin-bottom: 0;
    }
    #wowslider-container1 {
        padding-top: 31px;
    }
    .contents {
        padding-top: 26px;
    }
    .content {
        padding: 0;
    }
    .contents p {
        padding: 1em;
    }
    ul.nav.nav-tabs {
        height: unset;
    }
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

.slider .slide img {
    transition: all 800ms ease-in-out;
    transform: scale(1.25, 1.25);
}

.slider .slide.slick-current.slick-active img {
    transform: scale(1, 1);
}

section.banner .slider {
    z-index: 2;
}

.slide {
    border-radius: 0px;
    overflow: hidden;
    background: #256e67;
    margin: 0;
    transition: all 300ms ease;
    opacity: 0.9;
}

.slider .slide.slick-current.slick-active {
    opacity: 1;
}

.app_dev {
    background: #e62f4b;
    background: -moz-linear-gradient(-45deg, #e62f4b 0%, #7a156c 100%);
    background: -webkit-linear-gradient(-45deg, #e62f4b 0%, #7a156c 100%);
    background: linear-gradient(135deg, #e62f4b 0%, #7a156c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62f4b', endColorstr='#7a156c', GradientType=1);
    padding: 4% 4.5%;
}

.app_dev2 {
    background: #ea9126;
    background: -moz-linear-gradient(-45deg, #ea9126 0%, #e73952 100%);
    background: -webkit-linear-gradient(-45deg, #ea9126 0%, #e73952 100%);
    background: linear-gradient(135deg, #ea9126 0%, #e73952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9126', endColorstr='#e73952', GradientType=1);
    padding: 4% 4.5%;
}

.app_dev3 {
    background: #a964cc;
    background: -moz-linear-gradient(-45deg, #a964cc 0%, #164fd0 100%);
    background: -webkit-linear-gradient(-45deg, #a964cc 0%, #164fd0 100%);
    background: linear-gradient(135deg, #a964cc 0%, #164fd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a964cc', endColorstr='#164fd0', GradientType=1);
    padding: 4% 4.5%;
    transition: 0.5s;
}

.app_dev p {
    color: #fff !important;
}

.margin_top.about_company h1 {
    margin-top: 0;
}

.single-testi .webapplication,
.single-testi .webapplication_two {
    width: 92%;
    margin: auto;
}

.serviceboxes .slick-arrow.slick-prev {
    left: -35px;
}

.serviceboxes .slick-arrow,
.testimonial_slide .slick-arrow {
    position: absolute;
    top: calc(50% - 37px / 2);
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    border: 0;
    background: #transparent;
    z-index: 2;
    transition: 600ms all;
    border-radius: 50px;
    border: 2px solid #4c57cf;
}

.serviceboxes .slick-prev:before,
.serviceboxes .slick-next:after,
.testimonial_slide .slick-prev:before,
.testimonial_slide .slick-next:after {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.serviceboxes .slick-arrow.slick-next {
    right: -35px;
}

.fourth_section#custom-app {
    margin: 0;
    padding: 15px 0 45px;
}

.infoRotator-box h4 {
    margin-bottom: 0;
    
    font-weight: 300;
    font-size: 180px;
    line-height: 180px;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.rotate_circle::before {
    width: 100%;
    height: 100%;
    background: url("../img/ellipse-inner.png")no-repeat center;
    content: "";
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    left: auto;
    right: -10px;
    background-size: 100%;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rotate_circle {
    width: 380px;
    height: 380px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 50px 0;
    margin-left: 40px;
    line-height: 350px;
    position: relative;
}

.outer {
    width: 420px;
    height: 420px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -30px;
    margin: auto;
    border-radius: 50%;
}

.outer2 {
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: auto;
    margin: auto;
    border-radius: 50%;
}

.rotate_circle .cir_text {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center !important;
    position: relative;
}

.rotate_circle div p {
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-165px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}

.circle {
    width: 20px;
    height: 20px;
    background: -webkit-linear-gradient(top, rgb(135, 43, 122), rgb(245, 44, 75));
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -30px;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 6s linear infinite;
    animation: circle 6s linear infinite;
}

.outer .circle:nth-child(2) {
    -webkit-animation: circle 8s linear infinite;
    animation: circle 8s linear infinite;
    background: linear-gradient(135deg, #e94c63 0%, #ec9a3b 100%);
    right: -20px;
}

.trusted_software h1 {
    padding-top: 50px;
}

.testimonial_slide {
    padding-bottom: 30px;
}

section.cps_slider_sec {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #878afa;
}

.cps_text a::before {
    content: "\f141";
    color: #005aa4;
    font-family: "Fontawesome";
    position: relative;
    font-size: 22px;
}

.cps_text a {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    display: block;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.cps_text {
    padding-top: 100px;
}

.cps_text p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.cps_text h2 {
    
    font-size: 50px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px;
    color: #fff;
}

.bg-color1 {
    background: #4d00ab;
}

.bg-color2 {
    background: #cd205c;
}

.bg-color3 {
    background: #0e1041;
}

.bg-color4 {
    background: #fea700;
}

.bg-color5 {
    background: #008952;
}

.bg-color6 {
    background: #070d68;
}

section.cps_slider_sec .content {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: 600ms all;
}

section.cps_slider_sec .container {
    position: relative;
    z-index: 3;
}


.cps_slider button.slick-arrow::before ,.testimonial_slide button.slick-arrow::before,.serviceboxes .slick-arrow::before{
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-shadow: none;
    font-size: 11px;
    color: #000;
    
    font-family: "Fontawesome";
}
.cps_slider button.slick-arrow.slick-prev::before,.testimonial_slide button.slick-arrow.slick-prev::before,.serviceboxes .slick-arrow.slick-prev::before{
	content: "\f053";
}
.cps_slider button.slick-arrow.slick-next::before,.testimonial_slide button.slick-arrow.slick-next::before,.serviceboxes .slick-arrow.slick-next::before{
	content: "\f054";
}
.cps_slider button.slick-arrow {
    width: 30px;
    height: 33px;
    text-align: center;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 42px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.testimonial_slide button.slick-arrow::before,.serviceboxes .slick-arrow::before{color:#4c57cf;}
.cps_text {
    padding-left: 50px;
}

.cps_slider_sec h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.blog_detail img {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 15px 0 !important;
    background: #fff;
    max-height: 360px;
}

.container.margin_top3 {
    margin-top: 65px;
}

h2.large_heading::before {
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #00e4ff;
    position: absolute;
}

h2.large_heading {
    color: #233d63;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 40px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    
}

.maintenance_tab p,
.maintenance_tab ul li {
    color: #737f92 !important;
    letter-spacing: 1px;
    padding: 5px 0;
    font-weight: 400;
    line-height: 28px;
}

.maintenance_tab h1 {
    color: #404950;
    font-weight: 500;
}

.maintenance_tab ul li strong {
    color: #233d63 !important;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.maintenance_tab p {
    margin: 0;
}

.support_table ul li .support_box p {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #005aa4 !important;
}

.support_table ul li .support_box h4 span {
    color: #fff;
    font-weight: 500;
    margin-left: 5px;
}

.support_table ul li .support_box h4 {
    color: #2a4561;
    margin: 0;
    padding: 15px;
    background: linear-gradient(to bottom, #465773 0%, #3f506c 44%, #2a4561 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
    color: #d4d8de;
}

.support_table ul li .support_box h3 {
    color: #3b4c66;
    font-size: 28px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.support_table ul li .support_box {
    background: #fff;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 50px 30px -40px rgba(140, 131, 131, 0.34);
}

.support_table ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center !important;
    margin: 10px;
}

.support_table ul {
    text-align: center;
    padding: 0px 8px;
    margin: 0 0 20px 0;
}

.box_space {
    margin-top: 50px;
    margin-bottom: 25px;
}

.maintenance_tab .nav-tabs>li>a {
    border: 1px solid rgba(152, 47, 117, 0.83) !important;
    margin: -1px;
}

section.maintab_section .maintenance_tab .nav.nav-tabs li.active a {
    background: #005aa4;
    color: #fff;
    border-color: #005aa4 !important;
}

section.maintab_section .maintenance_tab .nav.nav-tabs li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 3px !important;
    border-color: rgba(181, 181, 181, 0.04) !important;
    margin: -3px;
    min-width: 300px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
}

section.maintab_section .maintenance_tab .nav.nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}

section.maintab_section .maintenance_tab .nav.nav-tabs {
    background: #dddddd;
    width: 100%;
    text-align: center;
    padding: 20px;
    height: auto;
}

section.maintab_section .maintenance_tab {
    margin-top: 0;
}

.maintain_text {
   font-family: 'Work Sans';
}

.contents .maintenance_tab h1 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 0;
}

.frind_box .f_icon {
    color: white;
    font-size: 31px;
    width: 80px;
    height: 80px;
    background: #1b53ee;
    border-radius: 50%;
    line-height: 80px;
    position: absolute;
    top: -40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.frind_box {
    text-align: center;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 8px 15px 5px rgba(12, 35, 34, .05);
    box-shadow: 0 8px 15px 5px rgba(12, 35, 34, 0.12);
    padding: 40px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px;
    border-radius: 10px;
    min-height: 190px;
    position: relative;
    padding-top: 50px;
    border-top: 5px solid #1b53ee;
}

.frind_box h2 {
    color: #233d63 !important;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    padding-bottom: 0;
    
    letter-spacing: 1px;
}

.frind_box p {
    color: #737f92 !important;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
    font-weight: 400;
    
    font-size: 15px;
    line-height: 20px;
}

.frind_box {
    margin: 20px 0 40px;
}

.performed_list p::before {
    content: "\f00c";
    font-family: "Fontawesome";
    color: #000;
    position: absolute;
    left: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #09e2b0;
    border-radius: 50px;
    text-align: center;
}

.performed_list p i {
    display: none;
}

.performed_list p {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    color: #000 !important;
    margin: 3px 15px;
    text-align: left;
    min-height: 50px;
}

.performed_list {
    background: rgb(241, 241, 241);
    padding: 30px;
    margin-bottom: 20px;
}

.contents .maintenance_tab h1.text-center {
    text-align: center !important;
}

.s-img img {
    width: 100%;
}

.background_first h4 {
    display: inline-block;
    vertical-align: middle;
}

section.margin_top.about_company {
    margin-top: 115px;
}

@media(min-width:300px) and (max-width:767px) {
    .performed_list {
        padding: 10px;
    }
    .performed_list p {
        width: 100%;
    }
    .support_table ul li {
        width: 100%;
    }
    .banner_content {
        display: none;
    }
    section.margin_top.about_company {
        margin-top: 10px;
    }
    .slider.slick-slider {
        padding-top: 100px;
    }
    .banner_inners {
        padding-top: 30px;
    }
    .infoRotator-box h4 {
        font-size: 50px !important;
        line-height: 45px;
    }
    .cps_text {
        padding-top: 0;
    }
    .rotate_circle {
        width: 260px;
        height: 260px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        margin: 50px 0;
        line-height: 260px;
        position: relative;
        margin-left: 0;
    }
    .outer {
        width: 300px;
        height: 300px;
    }
    .outer2 {
        width: 280px;
        height: 280px;
    }
    .cps_text {
        padding-left: 0;
    }
    .cps_text h2 {
        font-size: 28px;
    }
}

.banner_inners img {
    width: 100%;
}
.technolist ul li span {
    display: block;
    background: url("../../Content/img/softech_img.jpg")no-repeat center left;
    width: 100%;
    transition: 600ms all;
    height: 100%;
    background-position: 0 0;
    background-size: auto 100%;
} 
.technolist ul li:nth-child(2) span {
    background-position: -108px 0;
}
 .technolist ul li:nth-child(3) span {
    background-position: -208px 0;
}
     .technolist ul li:nth-child(4) span {
    background-position: -314px 0;
}
      .technolist ul li:nth-child(5) span {
    background-position: -419px 0;
}
       .technolist ul li:nth-child(6) span {
    background-position: -524px 0;
}
        .technolist ul li:nth-child(7) span {
    background-position: -626px 0;
}
         .technolist ul li:nth-child(8) span {
    background-position: -734px 0;
}
          .technolist ul li:nth-child(9) span {
    background-position: -834px 0;
}
           .technolist ul li:nth-child(10) span {
    background-position: -945px 0;
}
            .technolist ul li:nth-child(11) span {
    background-position: -1047px 0;
}
             .technolist ul li:nth-child(12) span {
    background-position: -1148px 0;
}
              .technolist ul li:nth-child(13) span {
    background-position: -1249px 0;
}
               .technolist ul li:nth-child(14) span {
    background-position: -1363px 0;
}
                .technolist ul li:nth-child(15) span {
    background-position: -1466px 0;
}
                 .technolist ul li:nth-child(16) span {
    background-position: -1571px 0;
}
                  .technolist ul li:nth-child(17) span {
    background-position: -1676px 0;
}
                   .technolist ul li:nth-child(18) span {
    background-position: -1777px 0;
}
                    .technolist ul li:nth-child(19) span {
    background-position: -1884px 0;
}
                     .technolist ul li:nth-child(20) span {
    background-position: -1989px 0;
}
                      .technolist ul li:nth-child(21) span {
    background-position: -2095px 0;
}
@media only screen and (max-width: 768px){
.technolist ul li:nth-child(2) span {
    background-position: -88px 0;
}
.technolist ul li:nth-child(3) span {
    background-position: -180px 0;
}.technolist ul li:nth-child(4) span {
    background-position: -270px  0;
}
.technolist ul li:nth-child(5) span {
    background-position:-359px 0;
}
.technolist ul li:nth-child(6) span {
    background-position: -447px 0;
}
.technolist ul li:nth-child(7) span {
    background-position:-538px 0;
}
.technolist ul li:nth-child(8) span {
    background-position: -628px 0;
}
.technolist ul li:nth-child(9) span {
    background-position: -716px 0;
}
.technolist ul li:nth-child(10) span {
    background-position: -810px 0;
}
.technolist ul li:nth-child(11) span {
    background-position: -896px 0;
}
.technolist ul li:nth-child(12) span {
    background-position: -985px 0;
}
.technolist ul li:nth-child(13) span {
    background-position:-1073px 0;
}
.technolist ul li:nth-child(14) span {
    background-position:-1167px 0;
}
.technolist ul li:nth-child(15) span {
    background-position:-1256px 0;
}
.technolist ul li:nth-child(16) span {
    background-position: -1344px 0;
}
.technolist ul li:nth-child(17) span {
    background-position:-1434px 0;
}
.technolist ul li:nth-child(18) span {
    background-position: -1523px 0;
}
.technolist ul li:nth-child(19) span {
    background-position:-1613px 0;
}
.technolist ul li:nth-child(20) span {
    background-position:-1701px 0;
}
.technolist ul li:nth-child(21) span {
    background-position:-1792px 0;
}
}
/*sprite css*/
a.sec_btn {
    margin-top: 30px;
    display: inline-block;
    background: linear-gradient( 135deg,#ea9126 0,#e73952 100%);
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    text-decoration: none;
}

.ser_abocontent > span {
    text-align: center;
    font-size: 14px;
    background: linear-gradient( 135deg,#ea9126 0,#e73952 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.work_box {
    background: #fff;
}

.work_sec .work_box .work_img, .work_sec .work_box .work_txt {
    display: block;
    width: 100%;
}

.work_box .work_img img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    margin: 0;
}

.work_sec .work_box .work_txt {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .work_sec .work_box .work_txt p {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }

    .work_sec .work_box .work_txt a {
        font-size: 18px;
        background: linear-gradient( 135deg,#ea9126 0,#e73952 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.work-block {
    padding: 30px 0 10px;
}
.work_sec {
    background: #F6F9FB;
    position: relative;
    padding: 50px 0;
}
.whyus  {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    padding: 12px 0 15px;
    letter-spacing: initial;
    position: relative;
    padding-left: 60px;
    color: #000 !important;
    margin: 10px 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.05), 0 6px 20px 0 rgba(0,0,0,.03);
    background: #fff;
    border-radius: 4px;
}
whyus h5 {
    color: #080a08;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    line-height: 20px;
    margin: 0;
    padding: 15px 0 0 0;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}