@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
html {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

::selection {
    background-color: #a9c200;
    color: #fff
}

::-moz-selection {
    background-color: #00a651;
    color: #fff
}

.table-bordered {
    margin-bottom: 0
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 24px;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-feature-settings: lnum1;
    font-feature-settings: lnum1;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: .25em;
    margin-top: .65em;
    text-transform: capitalize;
    word-break: break-word
}

h1 {
    font-size: 48px;
    letter-spacing: 0;
    margin-top: 1.29em
}

h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin: 5px 0;
    padding: 0;
    font-weight: 600
}

h3 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.23;
    margin-bottom: .35em;
    margin-top: 1.18em
}

h4 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: .5em;
    margin-top: 1.55em
}

h5 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: .65em;
    margin-top: 2.05em
}

h6 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: .85em;
    margin-top: 2.45em
}

p {
    margin-bottom: 1em
}

figure,
img {
    height: auto;
    max-width: 100%
}

figcaption {
    font-size: .95em;
    line-height: 1.4;
    padding: 10px 0 7px
}

figcaption p {
    margin-bottom: 0
}

b,
strong {
    color: #262c31;
    font-weight: 700
}

label {
    color: #262c31
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0
}

a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .15s linear 0;
    transition: all .15s linear 0
}

@media(max-width:991px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(max-width:479px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    text-decoration: none
}

a>img {
    -webkit-transition: all .15s ease-in-out 0;
    transition: all .15s ease-in-out 0
}

a:hover>img {
    opacity: .8
}

a.btn:active,
a.button:active,
button:active,
input[type=submit]:active {
    position: relative;
    top: 1px !important
}

hr {
    margin: 15px 0
}

iframe {
    border: 0;
    max-width: 100%
}

table {
    margin: 10px 0;
    max-width: 100%;
    width: 100%
}

table tr {
    border-bottom: 1px solid #dcdcdc
}

table td,
table th {
    line-height: 1.42857143;
    padding: 13px 8px;
    vertical-align: top
}

table th {
    color: #262c31;
    vertical-align: middle
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

pre {
    background-color: rgba(150, 150, 150, .05);
    line-height: 1.5;
    padding: .5em 1em
}

ol,
ul {
    line-height: 1.9;
    padding-left: 1.15rem
}

ol.counter-list {
    counter-reset: item;
    list-style-type: decimal-leading-zero;
    padding-left: 0
}

ol.counter-list li {
    display: block
}

ol.counter-list li:before {
    color: #a9c200;
    content: ".0"counter(item) " ";
    counter-increment: item;
    font-weight: 500;
    margin-right: 6px
}

ul.text-uppercase {
    line-height: 2.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

select {
    padding-bottom: 0;
    padding-top: 0
}

.dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-top: 3px solid #a9c200;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    font-size: inherit;
    line-height: 1.5;
    margin-top: 0;
    padding: 40px;
    z-index: 1001
}

.dropdown-menu>a {
    display: block;
    white-space: nowrap
}

.dropdown-menu>a>img {
    max-width: none
}

.dropdown-menu>a+a {
    margin-top: 1.5em
}

.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4,
.dropdown .dropdown-menu label {
    color: #262c31
}

.dropdown.show .dropdown-menu input {
    border: 1px solid #dcdcdc
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #262c31
}

.dropdwon-menu-title {
    padding: 10px 30px
}

@media(min-width:1300px) {
    .container {
        max-width: 1200px
    }
}

section {
    position: relative
}

img {
    max-width: 100%
}

.preloader {
    background: rgba(255, 255, 255, .99);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 13000
}

.lt-ie10 .preloader,
.lt-ie9 .preloader,
.no-js .preloader {
    display: none
}

.preloader_image {
    background: url(../images/preloader.gif) 50% 50% no-repeat;
    height: 256px;
    left: 50%;
    margin: -128px 0 0 -128px;
    position: absolute;
    top: 50%;
    width: 256px
}

.preloader_css {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 10px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    border-top-color: #a9c200;
    height: 120px;
    left: 50%;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    width: 120px
}

.animate {
    visibility: hidden
}

.lt-ie10 .animate,
.lt-ie9 .animate,
.no-js .animate {
    visibility: visible
}

.animated {
    visibility: visible !important
}

#box_wrapper {
    overflow: visible;
    position: relative
}

#box_wrapper>div>section,
#box_wrapper>section {
    clear: both;
    position: relative
}

.clear,
.clearfix {
    clear: both
}

.round {
    border-radius: 50%
}

.text-normal {
    text-transform: none
}

.nav-wrap {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(min-width:768px) and (max-width:991px) {
    .nav-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.nav-wrap>.top-nav+:not(.top-includes) {
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    flex-grow: 100;
    padding-left: 30px;
    padding-right: 30px
}

.text-sm-right .top-nav {
    display: inline-block
}

.text-sm-right .top-nav+.top-includes {
    display: inline-block;
    margin-right: 0
}

.top-nav+.top-includes {
    margin-left: 50px
}

@media(min-width:1200px) {
    .top-nav {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-flex: 10;
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        -webkit-flex-grow: 10;
        flex-grow: 10;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative
    }

    .justify-nav-end .top-nav {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .justify-nav-center .top-nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .sf-menu {
        display: block
    }

    .sf-menu,
    .sf-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sf-menu li {
        position: relative
    }

    .sf-menu li>ul {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 99
    }

    .sf-menu li.sfHover>ul,
    .sf-menu li:hover>ul {
        display: block
    }

    .sf-menu a {
        display: block;
        position: relative
    }

    .sf-menu>li>a.sf-with-ul:after {
        color: #262c31;
        content: "\f078";
        font-family: FontAwesome;
        font-size: 10px;
        padding-left: 9px;
        position: relative;
        top: -3px
    }

    .sf-menu a {
        font-size: 15px;
        font-weight: 300;
        margin: 0 30px;
        padding: 0;
        text-decoration: none;
        -webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
        transition-property: color, background-color, border-color, padding-top, padding-bottom;
        zoom: 1
    }

    .sf-menu li {
        *white-space: normal;
        white-space: nowrap
    }

    .sf-menu>li {
        display: inline-block;
        position: relative
    }

    .sf-menu.nav>li:first-child>a {
        margin-left: 0
    }

    .sf-menu.nav>li:last-child>a {
        margin-right: 0
    }

    .sf-menu>li>a {
        font-weight: 600;
        line-height: 16px;
        margin: 0 15px;
        padding-bottom: 37px;
        padding-top: 37px;
        text-transform: uppercase;
        -webkit-transition-duration: .15s;
        transition-duration: .15s
    }

    .affix .sf-menu>li>a {
        padding-bottom: 33px;
        padding-top: 33px
    }
}

@media(min-width:1200px) and (min-width:1500px) {
    .sf-menu>li>a {
        margin: 0 30px
    }
}

@media(min-width:1200px) {

    .sf-menu>li.active>a,
    .sf-menu>li>a:hover {
        color: #a9c200
    }

    .sf-menu>li.active>a:after,
    .sf-menu>li>a:hover:after {
        color: #00a651
    }

    .nav-narrow .sf-menu>li {
        padding: 0
    }

    .nav-narrow .sf-menu>li>a {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .nav-narrow .sf-menu>li.active>a:before {
        background-color: #a9c200;
        bottom: 0;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        z-index: 1
    }

    .nav-bordered .sf-menu>li+li:before {
        background-color: rgba(255, 255, 255, .15);
        bottom: 0;
        content: "";
        left: -2px;
        position: absolute;
        top: 0;
        width: 1px
    }

    .cs .sf-menu>li>a {
        color: #fff
    }

    .cs .sf-menu>li.active>a,
    .cs .sf-menu>li>a:hover {
        color: #262c31
    }

    .ds .sf-menu>li>a {
        color: #fff
    }

    .ds .sf-menu>li.active>a,
    .ds .sf-menu>li>a:hover {
        color: #00a651
    }

    .ls .sf-menu>li>a {
        color: #262c31
    }

    .ls .sf-menu>li.active>a,
    .ls .sf-menu>li>a:hover {
        color: #a9c200
    }

    .ls .sf-menu>li+li:before {
        background-color: transparent
    }

    .sf-menu li.sfHover,
    .sf-menu li:hover {
        -webkit-transition: none;
        transition: none
    }

    .sf-menu.nav li>ul,
    .sf-menu>li .mega-menu {
        *width: 10em;
        background-color: #f7f7f7;
        border-top: 4px solid #00a651;
        box-shadow: none;
        list-style: none;
        margin-top: 0 !important;
        min-width: 14em;
        padding: 21px 0;
        text-align: left
    }

    .sf-menu.nav li>ul a.active,
    .sf-menu.nav li>ul a.show,
    .sf-menu.nav li>ul a:hover,
    .sf-menu>li .mega-menu a:hover {
        background: #0f1a3a;
        color: #fff;
        border-left: 4px solid #00a7f5
    }

    .sf-menu>li .mega-menu {
        padding-left: 0;
        padding-right: 0
    }

    .sf-menu.nav ul a {
        color: #262c31;
        padding-left: 20px;
        padding-right: 20px
    }

    .sf-menu .mega-menu ul {
        background: 0;
        box-shadow: none;
        padding: 0
    }

    .sf-menu .mega-menu ul a {
        color: #777a7c;
        padding-left: 20px;
        padding-right: 20px;
        text-transform: capitalize
    }

    .sf-menu ul a:hover,
    .sf-menu ul li.active>a {
        color: #a9c200
    }

    .sf-menu ul ul {
        margin-top: 0;
        top: -21px
    }

    .sf-arrows ul .sf-with-ul:after {
        content: "\f105";
        font-family: FontAwesome;
        padding-left: 7px
    }
}

@media(min-width:1440px) {
    .sf-menu>li>a {
        margin: 0 7px
    }
}

.sf-menu i[class] {
    font-size: 1.1em;
    margin-right: 7px
}

@media(min-width:1200px) {

    .page_header .toggle_menu,
    .page_toplogo .toggle_menu {
        display: none
    }
}

.main-toggle .toggle_menu {
    display: block
}

.main-toggle .toggle_menu.mobile-active {
    left: 0;
    margin: 0;
    position: absolute;
    right: -60px;
    top: 23px
}

.main-toggle .toggle_menu.mobile-active span,
.main-toggle .toggle_menu.mobile-active:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.main-toggle .toggle_menu.mobile-active span:before {
    content: "\e909" !important;
    opacity: 1
}

.main-toggle .toggle_menu span,
.main-toggle .toggle_menu:before {
    color: #fff;
    content: "menu";
    font-size: 16px;
    font-weight: 400;
    left: 103px;
    letter-spacing: 0;
    text-transform: uppercase;
    top: 37%;
    width: 0
}

.main-toggle .toggle_menu span:after {
    display: none
}

.main-toggle .toggle_menu span:before {
    background: 0 0 !important;
    color: #fff;
    content: "Ã®Â¤Ë†" !important;
    display: block;
    font-family: icomoon !important;
    font-size: 49px;
    font-style: normal;
    height: auto;
    left: -60px;
    position: relative;
    top: 1px;
    width: auto
}

.main-toggle .mainmenu_side_wrapper {
    font-size: 16px;
    text-align: center
}

.main-toggle .mainmenu_side_wrapper .nav.menu-click>li {
    margin-bottom: 5px
}

.main-toggle .mainmenu_side_wrapper .nav.menu-click>li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.main-toggle .mainmenu_side_wrapper .nav.menu-click li ul li a {
    font-size: 16px;
    text-transform: capitalize
}

.main-toggle .mainmenu_side_wrapper .nav.menu-click .toggle_submenu {
    display: none
}

.main-toggle .header-side-menu a.logo {
    margin-bottom: 85px
}

.main-toggle .header-side-menu a.logo img {
    margin: 0 auto
}

.page_header_side.header_slide.main-toggle.active-slide-side-header {
    width: 100%
}

.page_header_side.header_slide.main-toggle.active-slide-side-header .menu-click .active>a {
    color: #a9c200
}

.toggle_menu {
    cursor: pointer;
    height: 59px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: .95;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: visible;
    width: 60px;
    z-index: 1002
}

.page_header_wrapper .toggle_menu {
    z-index: 1003
}

.ls .toggle_menu {
    background-color: #fff
}

.ls .toggle_menu span,
.ls .toggle_menu span:after,
.ls .toggle_menu span:before,
.ls .toggle_menu:before {
    background-color: #262c31
}

.page_toplogo .toggle_menu {
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0
}

.toggle_menu:hover span:after {
    top: 9px
}

.toggle_menu span,
.toggle_menu span:after,
.toggle_menu span:before,
.toggle_menu:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 30px
}

.toggle_menu span,
.toggle_menu:before {
    left: 15px;
    top: 50%
}

.toggle_menu span:before {
    display: none;
    opacity: 1;
    top: -8px
}

.toggle_menu span:after {
    left: auto;
    opacity: 1;
    right: 0;
    top: 12px;
    width: 21px
}

.toggle_menu.mobile-active {
    background-color: #172959;
    border: 0;
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000
}

.toggle_menu.mobile-active:before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.mobile-active span {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu.mobile-active span:after,
.toggle_menu.mobile-active span:before {
    opacity: 0
}

.toggle_menu.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.active span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu.active span:after,
.toggle_menu.active span:before {
    opacity: 0
}

@media(max-width:991px) {

    .main-toggle .toggle_menu span,
    .main-toggle .toggle_menu:before {
        top: 30%
    }
}

@media(max-width:767px) {

    .main-toggle .toggle_menu span,
    .main-toggle .toggle_menu:before {
        top: 22%
    }
}

@media(max-width:479px) {

    .main-toggle .toggle_menu span,
    .main-toggle .toggle_menu:before {
        left: 70px
    }
}

@media(max-width:1199px) {
    .toggle_menu span:before {
        display: block
    }

    .toggle_menu span:after {
        top: 9px;
        width: 30px
    }

    .toggle_menu {
        right: 30px
    }
}

@media(max-width:767px) {
    .nav-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media(max-width:1199px) {
    .page_header [class*=col] {
        min-height: 0
    }

    .top-nav {
        background-color: transparent;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
        z-index: 10
    }

    .mobile-active .top-nav {
        background-color: #111;
        background-color: rgba(0, 0, 0, .9);
        opacity: 1;
        visibility: visible;
        z-index: 1002
    }

    .nav-justified>li>a {
        text-align: left
    }

    .sf-menu {
        background-color: #fff;
        border-top: 61px solid #000;
        bottom: 0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        left: 0;
        letter-spacing: 0;
        line-height: 1.6em;
        opacity: 0;
        overflow: auto;
        padding: 20px 10px 20px 20px;
        position: fixed;
        right: 100%;
        text-align: left;
        text-transform: capitalize;
        top: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 0
    }

    .sf-menu li {
        position: relative
    }

    .top-nav .sf-menu a {
        color: #262c31;
        display: block;
        padding: 10px;
        z-index: 2
    }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em
    }

    .sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler {
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 30px;
        z-index: 1
    }

    .sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler:after {
        color: #262c31;
        content: "\f105";
        font-family: FontAwesome
    }

    .sfHover>.sf-with-ul+.sf-menu-item-mobile-toggler:after {
        content: "\f107"
    }
}

@media screen and (min-width:1200px) {
    .top-nav ul .mega-menu ul {
        border: 0
    }

    .top-nav .menu-item-has-mega-menu {
        position: relative
    }

    .top-nav .mega-menu {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 10
    }

    .top-nav .menu-item-has-mega-menu:hover .mega-menu {
        display: block
    }

    .top-nav .mega-menu-row {
        display: table;
        position: static;
        table-layout: fixed
    }

    .top-nav .mega-menu-row ul {
        display: block;
        position: static
    }

    .top-nav .mega-menu-col {
        border-left: 1px solid #dcdcdc;
        display: table-cell;
        width: 2000px
    }

    .top-nav .mega-menu-col>a {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase
    }

    .top-nav .mega-menu-col:first-child {
        border-left: none
    }

    .top-nav ul ul .mega-menu {
        display: block;
        margin-left: 1px;
        top: -20px;
        width: auto
    }

    .top-nav ul ul .mega-menu li {
        border: 0;
        display: block;
        width: auto
    }

    .top-nav .mega-menu {
        width: 1170px
    }

    .top-nav ul .mega-menu ul {
        min-width: 10em
    }

    .top-nav .mega-menu-col {
        padding: 0
    }
}

@media screen and (max-width:991px) {
    .top-nav .mega-menu {
        position: static
    }
}

.menu-click {
    padding: 0
}

.menu-click i {
    margin-right: 10px;
    text-align: center;
    width: 1em
}

.menu-click .toggle_submenu {
    border-radius: 50%;
    cursor: pointer;
    font-size: 8px;
    height: 3em;
    line-height: 3em;
    opacity: .9;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 8px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 3em
}

.menu-click .toggle_submenu:before {
    content: "\f078";
    font-family: FontAwesome;
    height: 3em;
    left: 0;
    line-height: 3em;
    position: absolute;
    top: 0;
    width: 3em
}

.menu-click ul {
    padding: 0
}

.menu-click li {
    list-style: none;
    position: relative;
    width: 100%
}

.menu-click>li {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.menu-click a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 10px 40px;
    text-transform: capitalize
}

.menu-click .active-submenu>a,
.menu-click a:hover {
    background-color: rgba(150, 150, 150, .05)
}

.menu-click .active-submenu>.toggle_submenu {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.menu-click li.active>a {
    color: #a9c200
}

.menu-click ul {
    opacity: 0
}

.menu-click ul a {
    padding-bottom: 8px;
    padding-left: 50px;
    padding-top: 8px
}

.menu-click ul ul a {
    padding-left: 60px
}

.menu-click ul ul ul a {
    padding-left: 70px
}

.menu-click ul ul ul ul a {
    padding-left: 80px
}

.menu-click .active-submenu>div.mega-menu {
    height: auto
}

.menu-click .active-submenu>div.mega-menu>ul,
.menu-click .active-submenu>ul {
    height: auto;
    opacity: 1
}

.menu-click div.mega-menu,
.menu-click ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .6s, margin-top .4s, margin-bottom .4s, height .3s ease-in-out;
    transition: opacity .6s, margin-top .4s, margin-bottom .4s, height .3s ease-in-out
}

.menu-click ul li.sfHover>.mega-menu ul {
    display: block;
    height: 100%
}

.menu-click div.mega-menu>ul {
    height: auto;
    margin-right: 0
}

.page_header {
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%
}

.boxed .page_header,
.page_header.affix {
    box-shadow: 0 2px 15px 0 rgba(100, 100, 100, .05);
    opacity: .98;
    position: fixed !important;
    z-index: 1001
}

.boxed .page_header:after,
.page_header.affix:after {
    background-color: transparent
}

.page_header.affix.s-bordertop::before {
    display: none
}

@media(max-width:991px) {
    .page_header.mobile-active {
        opacity: 1;
        z-index: 1003
    }
}

.header_absolute .page_header,
.header_absolute .page_header_wrapper {
    left: 0;
    right: 0;
    z-index: 1002
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
    background-color: rgb(0, 0, 0, .4)
}

.header_under_slider.header_absolute .page_header.affix {
    background: #262c31
}

.header_under_slider.header_absolute .page_header.nav-narrow {
    background: 0
}

.header_under_slider {
    position: absolute;
    width: 100%
}

.header_under_slider.header_absolute .page_header.nav-narrow.affix {
    background: #262c31
}

.top-includes {
    margin: 0;
    padding: 0
}

.top-includes>* {
    display: inline-block
}

.top-includes>li {
    margin-left: 12px
}

.top-includes>li:first-child {
    margin-left: 0
}

@media(min-width:992px) {
    .top-includes.border-divided>li+li {
        border-left: 2px solid rgba(200, 200, 200, .35);
        margin-left: 26px;
        padding-left: 30px
    }
}

@media(max-width:991px) {
    .top-includes.md-absolute {
        bottom: 0;
        position: absolute;
        right: 80px
    }
}

.top-includes a.bg-icon,
.top-includes a.border-icon,
.top-includes a.color-bg-icon {
    margin-bottom: 2px;
    margin-top: 2px
}

.top-line-includes-first,
.top-line-includes-second {
    display: inline-block !important;
    margin-right: 26px
}

.top-line-includes-second {
    margin-right: 0
}

.top-line-includes-first li+li {
    margin-left: 35px
}

@media(max-width:1499px) {
    .top-line-includes-first li+li {
        margin-left: 20px
    }

    .top-line-includes-first {
        margin-right: 10px
    }
}

@media(max-width:1440px) {
    .top-line-includes-second {
        display: none !important
    }
}

@media(max-width:1199px) {
    .nav-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
        left: 200px !important;
        top: 15px !important
    }

    .top-nav+.top-includes {
        margin-left: -210px
    }

    .top-line-includes-second {
        display: block !important;
        margin: 15px 0 !important
    }

    .top-includes>li a.btn.btn-outline-secondary {
        padding: 15px 30px
    }
}

@media(max-width:991px) {
    .top-includes>li a.btn.btn-outline-secondary {
        font-size: 16px;
        padding: 14px 30px
    }
}

@media(max-width:767px) {
    .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
        left: 55px !important
    }

    .top-nav+.top-includes {
        margin-left: -130px
    }

    .top-line-includes-first li+li {
        margin-left: 15px
    }

    .page_topline .text-left,
    .page_toplogo .text-left {
        text-align: center !important
    }

    .top-line-includes-first,
    .top-line-includes-second {
        margin-right: 15px
    }
}

@media(max-width:575px) {
    .top-line-includes-second {
        margin: 0 !important
    }
}

@media(max-width:479px) {
    .top-nav+.top-includes {
        margin-left: -45px
    }

    .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
        padding: 20px
    }

    .widget_shopping_cart .button {
        padding-left: 30px;
        padding-right: 30px
    }

    .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
        left: 0 !important
    }

    .top-line-includes-first,
    .top-line-includes-second {
        margin-right: 0
    }
}

.page_slider {
    clear: both;
    overflow: hidden;
    position: relative
}

.page_slider>img {
    width: 100%
}

.page_slider h2,
.page_slider h3,
.page_slider h4,
.page_slider p {
    margin: 0
}

@media(min-width:992px) {
    .page_slider h2 {
        font-size: 6em
    }

    .page_slider h3 {
        font-size: 3em
    }

    .page_slider h4 {
        font-size: 2.5em
    }
}

.page_slider .flex-direction-nav .flex-prev {
    left: 2%;
    opacity: 1
}

.page_slider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 2%
}

.page_slider .flexslider .slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.page_slider .flexslider:after,
.page_slider .flexslider:before {
    clear: both;
    content: "";
    display: block
}

.page_slider .flexslider .intro_layer img {
    display: inline-block;
    width: auto
}

.page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor {
    border-color: #a9c200;
    color: #a9c200;
    letter-spacing: .8px;
    margin-bottom: 0;
    padding: 11px 37px
}

.page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor:hover {
    background: #a9c200;
    border-color: #a9c200;
    color: #fff
}

.page_slider .flexslider.slider-shadow {
    padding-bottom: 50px
}

.page_slider .flexslider.slider-shadow:after,
.page_slider .flexslider.slider-shadow:before {
    background: 0;
    bottom: 65px;
    box-shadow: 0 25px 20px rgba(0, 0, 0, .3);
    content: "";
    height: 20%;
    left: 10px;
    max-width: 400px;
    position: absolute;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    width: 50%;
    z-index: 1
}

.page_slider .flexslider.slider-shadow:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.page_slider .intro_layers_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.page_slider ul.slider-list {
    list-style: none;
    margin-bottom: 2.3em;
    padding: 0
}

.page_slider ul.slider-list li {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px
}

.page_slider ul.slider-list li:before {
    color: #f4ca59;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 11px;
    position: relative;
    top: 0
}

.page_slider .slider-price-wrap {
    color: #a9c200;
    display: inline-block;
    font-size: 20px;
    line-height: .7;
    margin-left: 45px;
    position: relative;
    vertical-align: middle
}

.page_slider .slider-price-wrap .plan-price {
    font-size: 62px;
    font-weight: 900
}

.page_slider .slider-price-wrap .plan-decimals {
    font-size: 30px;
    position: absolute;
    right: 2px
}

.page_slider .slider-price-wrap .pricing-plan .price-wrap .plan-sign {
    text-transform: uppercase
}

.page_slider .slider-price-description {
    display: inline-block;
    margin-left: 17px;
    position: relative;
    vertical-align: middle
}

.page_slider .slider-price-description p {
    color: #777a7c;
    line-height: 1.5
}

.page_slider .intro_layers,
.page_slider .intro_layers .intro_layer {
    display: block;
    text-align: left
}

.page_slider .intro_layers .intro_layer h6 span.above {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .1px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 40px;
    color: #fff
}

.page_slider .intro_layers .intro_layer h4 {
    line-height: 75px;
    margin-bottom: 0
}


.page_slider .intro_layers .intro_layer h4 span {
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    color: #fff
}

.page_slider .intro_layers .intro_layer.intro_layers_top h4 span {
    padding-left: 88px
}

.page_slider .intro_layers .intro_layer.intro_layers_top h4 span:before {
    position: absolute;
    height: 4px;
    width: 65px;
    background: #00a651;
    left: 0;
    content: '';
    top: 58px
}

.page_slider .intro_layers .intro_layer h5 {
    margin-bottom: 0
}

.page_slider .intro_layers .intro_layer h5 span {
    font-size: 112px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: .8;
    text-transform: capitalize
}

.page_slider .intro_layers .intro_layer p {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 86%
}

.page_slider .intro_layers .intro_layer .price-wrap {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: .7;
    margin: 35px 0 40px;
    position: relative
}

.page_slider .intro_layers .intro_layer .price-wrap .plan-sign {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    vertical-align: top
}

.page_slider .intro_layers .intro_layer .price-wrap .plan-price {
    color: #fff;
    display: inline-block;
    font-size: 72px;
    position: relative;
    vertical-align: top
}

.page_slider .intro_layers .intro_layer .price-wrap .plan-decimals {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    vertical-align: top
}

.page_slider .intro_layers .intro_layer a.btn {
    margin-left: 0;
    margin-right: 10px;
    padding: 10px 25px
}

.page_slider .intro_layers .intro_layer a.btn.btn-link {
    color: #fff;
    padding: 0;
    text-decoration: none
}

.page_slider .intro_layers .intro_layer a.btn.btn-link:before {
    display: none
}

.page_slider .intro_layers .intro_layer a.btn.btn-link:after {
    content: "Ã¯â€¦Â¸" !important;
    font-family: FontAwesome !important;
    font-size: 17px;
    margin-left: 15px
}

.page_slider .intro_layers .intro_layer a.btn.btn-link:hover {
    color: #a9c200
}

.page_slider .intro_layers .intro_layer a {
    margin-left: 28px;
    margin-right: 2px;
    padding: 0
}

.page_slider .intro_layers .intro_layer span {
    font-size: 18px
}

.page_slider .flex-control-nav {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto
}

.page_slider .flex-control-nav li a {
    background: rgba(255, 255, 255, .2);
    border-radius: 0;
    font-size: 0;
    height: 2px;
    width: 50px
}

.page_slider .flex-control-nav li a:hover {
    background: #fff
}

.page_slider .flex-control-nav li a.flex-active:after {
    background: #00a651;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: auto;
    width: 50px
}

.page_slider .flexslider-style2 .intro_layers_wrapper {
    left: 0;
    text-align: left;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers {
    text-align: center;
    width: 100%
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer {
    text-align: center
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h1 {
    color: #fff;
    font-size: 121px;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 1;
    text-transform: uppercase
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h2 {
    color: #fff;
    font-size: 151px;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 1;
    text-transform: capitalize
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h6 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a {
    margin-top: 30px;
    padding: 20px 40px
}

.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%
}

.page_slider .flexslider-style2 .flex-control-nav {
    display: none
}

@media(min-width:300px) {

    .page_slider .cs,
    .page_slider .ds {
        background-color: transparent
    }

    .page_slider .container,
    .page_slider .container-fluid,
    .page_slider img+.container {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        top: 0
    }

    .page_slider [class*=col-] {
        margin-bottom: 0;
        margin-top: 0;
        min-height: 0;
        position: relative
    }
}

@media(min-width:300px) and (min-width:600px) {
    .boxed .page_slider .intro_layers_wrapper {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media(max-width:400px) {
    .page_slider .intro_featured_word {
        font-size: 40px
    }
}

.page_slider .intro_layers_wrapper {
    left: 0;
    top: 105px;
    position: relative
}

@media(max-width:991px) {
    .page_slider {
        text-align: center
    }
}

.connect_btn .fa {
    padding-left: 10px
}

h1.special-heading,
h2.special-heading, h4.special-heading, h3.special-heading  {
    font-size: 40px;
    font-weight: 700;
    max-width: 100%;
    word-wrap: break-word;
    color: #29293a;
    padding: 10px 0 50px;
    position: relative;
    margin: 0;
    text-align: center
}

h2.special- heading {
    color: #fff
}

.technology_part h2.special-heading {
    color: #172959;
    text-align: center
}

h1.special-heading:before,
h2.special-heading:before,
h4.special-heading:before,
h3.special-heading:before{
    height: 2px;
    background: #00a651;
    width: 120px;
    position: absolute;
    content: '';
    left: 45%;
    bottom: 22px
}

h1.special-heading:after,
h2.special-heading:after,
h4.special-heading:after,
h3.special-heading:after{
    text-align: center;
    height: 2px;
    background: #00a7f4;
    width: 60px;
    position: absolute;
    content: '';
    left: 47.5%;
    bottom: 13px
}

h1.special-heading+p,
h2.special-heading+p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: capitalize;
    padding-bottom: 10px;
    text-align: center
}

.special-text {
    line-height: 32px;
    font-size: 16px;
    color: #010101
}

.special-text p {
    text-align: justify;
    padding: 6px 0;
    margin: 0
}

.special-text p a {
    color: #29293a;
    text-decoration: none
}

.special-text p a:hover {
    text-decoration: underline;
    color: #00a7f4
}

.special-text p strong {
    font-weight: 600
}

.btn_readmore {
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background: #00a7f4
}

.section-decorate::after,
.section-decorate::before {
    position: absolute;
    content: url(../images/selection-part.png);
    z-index: -1
}

.section-decorate:before {
    top: 50px;
    left: 50px
}

.section-decorate:after {
    right: 50px;
    bottom: 242px;
    transform: rotateZ(90deg)
}

.fw-theme-steps.style2 .fw-theme-steps-wrap {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 20px
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-img {
    background: url(../images/sprite.png) no-repeat;
    height: 59px;
    width: 59px;
    margin: 0 auto
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-img.web_technology {
    background-position: 0 0
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-img.mobile_technology {
    background-position: -59px 0
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-img.enterprise_solutions {
    background-position: -118px 0
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item .item-img.cad_services {
    background-position: -178px 0
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .item-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 14px;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    color: #212529
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .vertical-item {
    margin-bottom: 0;
    padding: 30px 15px 0;
    position: relative;
    width: 25%
}

.fw-theme-steps.style2 .fw-theme-steps-wrap .item-text {
    color: #010101;
    max-width: 100%;
    text-align: center;
    font-size: 14px
}

#our_service {
    background: url(../images/parallax1.png) top right no-repeat #172959
}

.ds .nav-tabs .nav-link {
    border-color: #34373a;
    position: relative;
    color: #fff
}

.nav-tabs {
    border-bottom: 0
}

.tab_bg_sprite {
    height: 60px;
    width: 60px;
    background: url(../images/sprite.png) no-repeat;
    margin: 0 auto 5px;
    text-align: center
}

.nav-tabs .nav-link .web_tec {
    background-position: 0 -64px
}

.nav-tabs .nav-link .mobile_tec {
    background-position: -62px -64px
}

.nav-tabs .nav-link .enterprise_sol {
    background-position: -121px -64px
}

.nav-tabs .nav-link .dedicated_res {
    background-position: -183px -64px
}

.nav-tabs .nav-link .cad_ser {
    background-position: -247px -64px
}

.nav-tabs .nav-link .big_data {
    background-position: -612px -64px
}

.nav-tabs .nav-link.active .web_tec,
.nav-tabs .nav-link:hover .web_tec {
    background-position: -304px -64px
}

.nav-tabs .nav-link.active .mobile_tec,
.nav-tabs .nav-link:hover .mobile_tec {
    background-position: -364px -64px
}

.nav-tabs .nav-link.active .enterprise_sol,
.nav-tabs .nav-link:hover .enterprise_sol {
    background-position: -426px -64px
}

.nav-tabs .nav-link.active .dedicated_res,
.nav-tabs .nav-link:hover .dedicated_res {
    background-position: -488px -64px
}

.nav-tabs .nav-link.active .cad_ser,
.nav-tabs .nav-link:hover .cad_ser {
    background-position: -553px -64px
}

.nav-tabs .nav-link.active .big_data,
.nav-tabs .nav-link:hover .big_data {
    background-position: -672px -64px
}

.nav-tabs .nav-item {
    box-shadow: none;
    margin-bottom: 0;
    width: 20%
}

.nav-link {
    color: #172959;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    line-height: 26px
}

.nav-link i {
    color: #262c31
}

.small-tabs .nav-link {
    padding: 23px 28px 19px
}

.nav-link .small-tabs .tab-content {
    padding: 40px
}

@media(max-width:1440px) {
    .nav-link {
        padding: 10px 21px
    }

    .nav-tabs .nav-link {
        font-size: 15px
    }
}

@media(max-width:1199px) {
    .nav-link {
        padding: 10px 14px
    }
}

.tab-content {
    border: 0;
    border-top: 0 solid #a9c200;
    box-shadow: none;
    padding: 0
}

.tab-pane .media img {
    max-width: 40%
}

.tab-pane .media img:first-child {
    margin-right: 10px
}

.nav.nav-tabs.style2 {
    border-bottom: 1px solid #dcdcdc;
    display: inline-block;
    left: 50%;
    margin-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav.nav-tabs.style2 .nav-item {
    display: inline-block
}

.nav.nav-tabs.style2 .nav-item .nav-link {
    background: 0;
    color: #262c31;
    font-size: 20px;
    font-weight: 300;
    padding: 0 10px 18px;
    position: relative
}

.nav.nav-tabs.style2 .nav-item .nav-link:after {
    background: 0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.nav.nav-tabs.style2 .nav-item .nav-link:hover {
    opacity: 1
}

.nav.nav-tabs.style2 .nav-item .nav-link:hover:after {
    background: #777a7c
}

.nav.nav-tabs.style2 .nav-item+.nav-item .nav-link {
    margin-left: 25px
}

.nav.nav-tabs.style2 .nav-item.show .nav-link,
.nav.nav-tabs.style2 .nav-link.active {
    color: #777a7c;
    font-weight: 600
}

.nav.nav-tabs.style2 .nav-item.show .nav-link:after,
.nav.nav-tabs.style2 .nav-link.active:after {
    background: #777a7c;
    height: 3px;
    width: 100%
}

.nav.nav-tabs.style2+.tab-content {
    box-shadow: none;
    padding: 0
}

@media(max-width:991px) {
    .nav.nav-tabs.style2 {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .nav.nav-tabs.style2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(max-width:576px) {
    .nav.nav-tabs.style2 {
        padding-left: 10px;
        padding-right: 10px
    }

    .nav.nav-tabs.style2 .nav-item+.nav-item .nav-link {
        margin-left: 10px
    }
}

@media(max-width:479px) {
    .nav.nav-tabs.style2 .nav-item+.nav-item .nav-link {
        margin-left: 0
    }

    .nav.nav-tabs.style2 .nav-item .nav-link {
        font-size: 17px;
        padding: 0 4px 18px
    }

    .nav.nav-tabs.style2 {
        padding-left: 0;
        padding-right: 0
    }
}

.ds .icon-box.icon_left+.icon-box.icon_left:before,
.ds .icon-box.icon_left+.icon-box.icon_right:before,
.ds .icon-box.icon_right+.icon-box.icon_left:before,
.ds .icon-box.icon_right+.icon-box.icon_right:before {
    background: 0
}

.icon-box.icon_left+.icon-box.icon_left,
.icon-box.icon_left+.icon-box.icon_right,
.icon-box.icon_right+.icon-box.icon_left,
.icon-box.icon_right+.icon-box.icon_right,
.icon-box.icon_right.icon-boxes+.icon-box.icon_left,
.icon-box.icon_right.icon-boxes+.icon-box.icon_right {
    margin-top: 20px;
    padding-top: 20px
}

.icon-box.icon_left .box_icon+.box-wrap .box-heading,
.icon-box.icon_right .box_icon+.box-wrap .box-heading,
.icon-box.icon_right.icon-boxes .box_icon+.box-wrap .box-heading {
    font-size: 24px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: none
}

.box-wrap .box-content {
    color: #29293a;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    text-align: justify
}

.tab_icon_part {
    background: url(../images/sprite.png) no-repeat;
    height: 52px;
    width: 52px;
    display: block;
    text-align: center;
    margin: 0 auto;
    top: 24px;
    position: absolute;
    left: 19px
}

.tab_icon_part.open_source_customization {
    background-position: 0 -170px
}

.tab_icon_part.Java_development_services {
    background-position: -1401px -170px
}

.tab_icon_part.php_developement {
    background-position: -1453px -170px
}

.tab_icon_part.mean_stack_developement {
    background-position: -54px -166px
}

.tab_icon_part.dot_net_developer {
    background-position: -1513px -166px
}

.tab_icon_part.wordpress_development {
    background-position: -158px -170px
}

.tab_icon_part.joomla_development {
    background-position: -1569px -170px
}

.tab_icon_part.magento_development {
    background-position: -1627px -170px
}

.tab_icon_part.drupal_development {
    background-position: -1680px -170px
}

.tab_icon_part.bim_services {
    background-position: -320px -170px
}

.tab_icon_part.mepf_services {
    background-position: -373px -170px
}

.tab_icon_part.detailing_services {
    background-position: -429px -166px
}

.tab_icon_part.shop_drawings {
    background-position: -480px -171px
}

.tab_icon_part.engineering_consultant {
    background-position: -737px -68px
}

.tab_icon_part.iso_app_development {
    background-position: -532px -171px
}

.tab_icon_part.android_app_development {
    background-position: -580px -171px
}

.tab_icon_part.game_app_development {
    background-position: -634px -171px
}

.tab_icon_part.business_app_development {
    background-position: -688px -171px
}

.tab_icon_part.erp_Solutions {
    background-position: -740px -171px
}

.tab_icon_part.crm_solutions {
    background-position: -800px -171px
}

.tab_icon_part.it_consulting {
    background-position: -858px -171px
}

.tab_icon_part.system_design {
    background-position: -922px -171px
}

.tab_icon_part.hire_php {
    background-position: -980px -171px
}

.tab_icon_part.hire_open_source {
    background-position: -1035px -171px
}

.tab_icon_part.hire_ios_developer {
    background-position: -1087px -171px
}

.tab_icon_part.hire_android {
    background-position: -1732px -171px
}

.tab_icon_part.hire_maean_stack {
    background-position: -1140px -171px
}

.tab_icon_part.hadoop_icon {
    background-position: -1194px -171px
}

.tab_icon_part.apache_spark_icon {
    background-position: -1247px -171px
}

.tab_icon_part.mongo_db {
    background-position: -1303px -171px
}

.tab_icon_part.apache_storm {
    background-position: -1352px -171px
}

ul.inline-list {
    padding: 0;
    margin: 0
}

.inline-list li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.inline-list li img {
    width: 100%
}

.inline-list li h4 {
    position: absolute;
    top: 38%;
    width: 100%;
    color: #fff;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px
}

.inline-list li:hover h4 {
    top: 18%
}

.inline-list li .btn {
    position: absolute;
    display: inline-block;
    opacity: 0;
    -moz-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
    top: 84%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff
}

.inline-list li:hover .btn {
    top: 56%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1
}

.inline-list li .btn:hover {
    background: #d99206
}

.technology_part {
    background: url(../images/tec_bg.png) no-repeat
}

.tac_img {
    width: 20%;
    float: left;
    margin: 20px 0;
    transition: transform .8s
}

.project-desc {
    padding: 0
}

.project-desc h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    text-transform: none
}

.our-project-images {
    background: url(../images/our-project.jpg) left top/cover no-repeat;
    color: #c0c1c3;
    padding: 50px 0;
    text-align: center
}

.our-project-images p {
    font-size: 14px;
    line-height: 26px;
    color: #fff
}

.our-project {
    display: flex
}

.inner-column {
    position: relative;
    max-width: 100%;
    float: right;
    width: 100%;
    padding: 20px 60px 0
}

.fact-counter {
    position: relative
}

.fact-counter:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #9b9b9b;
    opacity: .4
}

.fact-counter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #9b9b9b;
    opacity: .4
}

.shortcode-simple-counter {
    position: relative;
    padding: 48px 0
}

.shortcode-simple-counter .counter_wrap {
    display: inline-block;
    text-align: center;
    width: 49%
}

.shortcode-simple-counter .counter_wrap .counter_icon {
    display: block;
    height: 62px;
    position: relative;
    width: auto
}

.shortcode-simple-counter .counter_wrap .counter-size {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0
}

.shortcode-simple-counter .counter_wrap .counter-text {
    color: #00a7f4;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase
}

.shortcode-simple-counter .counter_wrap .counter-add-green {
    color: #00a651;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: none
}

.shortcode-simple-counter .counter_wrap+.counter_wrap {
    margin-bottom: 0
}

.shortcode-simple-counter.columns-md-4 .counter_wrap {
    margin-bottom: 0;
    width: 24.5%
}

#counter-bg2 {
    background-image: url(../images/counter-bg2.jpg);
    background-size: cover
}

@media(max-width:991px) {
    .shortcode-simple-counter.columns-md-4 .counter_wrap {
        width: 24%
    }

    .shortcode-simple-counter .counter_wrap .counter-size {
        font-size: 30px
    }

    .shortcode-simple-counter .counter_wrap .counter-text {
        font-size: 13px
    }

    .icon-box-2.with_padding {
        padding: 20px
    }

    .icon-box-2 .box-wrap .box-btn,
    .icon-box-2 .box-wrap .box-content {
        margin-top: 10px
    }

    .margin-minus {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .icon-box-2.with_padding {
        padding: 40px
    }

    .icon-box-2 h5 {
        font-size: 22px
    }
}

.plus_counter {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    padding-left: 10px
}

.our-project-detail .bg1 {
    background: #00a7f4;
    align-items: center !important;
    display: inline-flex;
    padding-top: 15px;
    padding-bottom: 15px
}

.our-project-detail .bg2 {
    background: #00a651;
    align-items: center !important;
    display: inline-flex;
    padding-top: 15px;
    padding-bottom: 15px
}

.our-project-detail {
    color: #fff
}

.our-project-detail .row {
    height: 100%
}

.our-project-detail h3 {
    font-size: 23px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px
}

.our-project-detail p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0
}

.our-project-detail p strong {
    font-weight: 600;
    color: #fff
}

#cad-footer-project-banner h2,
#cad-latest-services-link h2,
#enterpise-solution-footer-project-banner h2,
#mobile-footer-project-banner h2,
#our_work h2,
#solution-sec h2,
#web-footer-project-banner h2 {
    color: #29293a
}

.our_work_project .item {
    position: relative;
    margin: 7px;
    float: right !important
}

.our_work_project .item img {
    border-radius: 0;
    display: block;
    height: auto;
    width: 386px
}

.our_work_project .item a {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%
}

.our_work_project .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.our_work_project .item a:hover::before {
    opacity: 1
}

.our_work_project .item a .work-title {
    display: block;
    text-align: center;
    position: relative;
    top: -20px;
    max-width: 330px;
    padding: 44px 30px 26px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.our_work_project .item a .work-description {
    display: block;
    padding-top: 14px;
    position: relative;
    top: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.our_work_project .item a:hover .work-title {
    opacity: 1
}

.ds {
    background-color: #2840b6;
    color: #fff
}

.cs.gradient {
    background: #2338a0;
    background-image: -webkit-linear-gradient(315deg, #2338a0 0, #2338a0 100%);
    background-image: linear-gradient(135deg, #2338a0 0, #2338a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5", endColorstr="$colorMain", GradientType=1)
}

.ls.ms {
    background-color: #1f318c;
    color: #fff
}

.address_middle {
    text-align: center;
    padding: 50px 0
}

.special-heading h5 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    margin: 0
}

.address_middle p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important
}

.add_btn,
.career_btn {
    margin-top: 20px
}

.career_btn {
    background: #00a651
}

.connect_bg:after,
.connect_bg:before {
    position: absolute;
    content: url(../images/selection-part.png)
}

.connect_bg:before {
    top: -30px;
    left: -50px
}

.connect_bg:after {
    right: -135px;
    bottom: 18px;
    transform: rotateZ(90deg)
}

.connect_bg .col-md-12 {
    z-index: 1
}

.country_number_main {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 0
}

.country_number {
    width: 16.6%;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
    float: left;
    text-align: center
}

.country_number span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px
}

.country_number span .flag {
    width: 40px;
    height: 22px;
    margin-right: 5px;
    position: relative;
    top: -3px
}

.social_icon {
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100%
}

.social_icon ul {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0
}

.social_icon ul li {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.social_icon ul li a {
    background: url(../images/footer-social.png) no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    height: 51px;
    margin: 0 1px;
    transition: all .3s ease-in 0;
    width: 52px
}

.social_icon ul li a.facebook_icon {
    background-position: -4px -3px
}

.social_icon ul li a.facebook_icon:hover {
    background-position: -4px -58px
}

.social_icon ul li a.twitter_icon {
    background-position: -114px -3px
}

.social_icon ul li a.twitter_icon:hover {
    background-position: -114px -58px
}

.social_icon ul li a.linkedin_icon {
    background-position: -223px -3px
}

.social_icon ul li a.linkedin_icon:hover {
    background-position: -223px -58px
}

.social_icon ul li a.blog_icon {
    background-position: -330px -3px
}

.social_icon ul li a.blog_icon:hover {
    background-position: -330px -58px
}

.social_icon ul li a.you_icon {
    background-position: -169px -3px
}

.social_icon ul li a.you_icon:hover {
    background-position: -169px -58px
}

.social_icon ul li a.skype_icon {
    background-position: -384px -3px
}

.social_icon ul li a.skype_icon:hover {
    background-position: -384px -58px
}

.social_icon ul li a.whatsapp_icon {
    background-position: -437px -3px
}

.social_icon ul li a.whatsapp_icon:hover {
    background-position: -437px -58px
}

.social_icon ul li a.pinterest_icon {
    background-position: -276px -3px
}

.social_icon ul li a.pinterest_icon:hover {
    background-position: -276px -58px
}

.social_icon ul li a.instagram_icon {
    background-position: -493px -3px
}

.social_icon ul li a.instagram_icon:hover {
    background-position: -493px -58px
}

h4.footer_title {
    color: #45c4ff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px !important
}

.footer_text {
    text-align: justify;
    line-height: normal
}

.footer_link {
    background: #081946;
    width: 100%;
    line-height: normal;
    text-align: center
}

.footer_link p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 48px
}

.btn {
    border-radius: 30px;
    border-width: 3px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 14px 30px
}

.btn.round,
.btn.rounded {
    line-height: 1;
    padding: 23px
}

.btn.large {
    padding: 10px 40px
}

.btn.small {
    padding: 6px 17px
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    list-style: none;
    margin: 0;
    padding: 0
}

.flexslider {
    padding: 0
}

.flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    display: none
}

.flexslider .slides img {
    display: block;
    width: 100%
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 40px;
    z-index: 10
}

.flex-direction-nav .flex-prev {
    left: 40px
}

.flex-direction-nav .flex-next {
    right: 40px;
    text-align: right
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
    opacity: .7
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    filter: alpha(opacity=0);
    opacity: 0
}

.flex-direction-nav a:before {
    color: #fff;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    left: 12px;
    position: absolute;
    top: 5px
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
    left: 14px
}

.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10
}

.flex-pauseplay a:before {
    content: "\f01d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: "\f01d"
}

.flex-control-nav {
    bottom: 20px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
}

.page_slider.static_layer .flex-control-nav {
    display: none
}

.flex-control-nav li {
    *display: inline;
    margin-bottom: 5px;
    padding: 0 14px;
    text-align: center;
    zoom: 1
}

.flex-control-paging li a {
    background: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    opacity: 1
}

.cs .flex-control-paging li a,
.ds .flex-control-paging li a {
    border-color: #fff
}

.flex-control-paging li a:hover {
    opacity: 1
}

.flex-control-paging li a.flex-active {
    opacity: 1;
    position: relative
}

.flex-control-thumbs {
    margin: 1px -1px;
    overflow: hidden;
    position: static
}

.flex-control-thumbs li {
    float: left;
    margin: 0 0 1px;
    padding: 0 0 0 1px;
    width: 25%
}

.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1
}

.flex-custom-nav {
    bottom: 38px;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 3
}

.flex-custom-nav .flex-control-nav {
    display: inline-block;
    position: static;
    width: auto
}

.flex-custom-nav .flex-custom-link {
    bottom: 7px;
    color: #262c31;
    font-size: 12px;
    margin: 0 8px;
    position: relative
}

.cs .flex-custom-nav .flex-custom-link,
.ds .flex-custom-nav .flex-custom-link {
    color: #fff
}

.flex-custom-nav .flex-custom-link:hover {
    color: #a9c200
}

.page_slider:hover .flex-custom-nav {
    opacity: 1
}

@media(max-width:1440px) {

    .flex-control-nav:after,
    .flex-control-nav:before {
        height: 100px
    }
}

@media(max-width:991px) {
    .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
        min-height: 400px
    }
}

@media(max-width:767px) {
    .page_slider.team_slider .flexslider .slides li.flex-slide {
        min-height: 400px
    }

    .page_slider.team_slider .intro_layers {
        text-align: center
    }

    .page_slider .flexslider .slides li.flex-slide {
        min-height: 480px
    }

    .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
        min-height: 550px
    }
}

.btn:hover {
    cursor: pointer
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, .75)
}

.btn-secondary {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #262c31
}

.btn-link {
    background-color: transparent;
    color: #262c31;
    font-weight: 300;
    padding: 0;
    position: relative
}

.btn-link:before {
    background: #262c31;
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%
}

.btn-link:hover {
    color: #a9c200;
    text-decoration: none
}

.btn-link:hover:before {
    background: #a9c200
}

.btn-darkgrey,
.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3 {
    color: #fff
}

.btn-maincolor {
    border: 2px solid #fff !important;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase
}

.btn-maincolor.btn_services {
    background: #00a651
}

.btn-maincolor.btn_contact {
    background: #00a7f4
}

.btn-maincolor:hover {
    background: #a9c200;
    color: #fff
}

.btn-maincolor2 {
    background-color: #00b4c2
}

.btn-maincolor3 {
    background-color: #fad02e
}

.btn-darkgrey {
    background-color: #262c31
}

.btn-outline-darkgrey,
.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3 {
    background-color: transparent
}

.btn-outline-maincolor {
    border-color: #a9c200;
    color: #a9c200
}

.ls.ms .btn-outline-maincolor {
    color: #262c31
}

.btn-outline-maincolor2 {
    border-color: #00b4c2;
    color: #262c31
}

.btn-outline-maincolor3 {
    border-color: #fad02e;
    color: #262c31
}

.btn-outline-darkgrey {
    border-color: #a9c200;
    color: #262c31
}

.btn.btn-outline-light {
    border-color: #fff;
    color: #262c31
}

.btn.btn-outline-light:hover {
    background-color: #fff
}

** Icon Box */.icon-box {
    display: inline-block;
    font-family: "Work Sans", sans-serif !important
}

.icon-box.icon_top.bigger_icon .box-wrap .box-content {
    line-height: 24px;
    max-width: 235px
}

.icon-box.icon_left,
.icon-box.icon_right,
.icon-box.icon_right.icon-boxes {
    display: table;
    position: relative;
    width: 100%
}

.page_footer .widget {
    margin-bottom: 0
}

.page_footer .widget ul {
    padding-left: 0
}

.page_footer .widget ul li {
    margin-bottom: 2px !important;
    line-height: 28px
}

.page_footer .widget ul li a {
    font-size: 14px
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_footer .widget ul {
    list-style: none
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a {
    -webkit-box-flex: 10;
    display: contents;
    -webkit-flex-grow: 10;
    flex-grow: 10
}

#about-page,
#cad-footer-project-banner,
#cad-latest-services-link,
#enterpise-solution-footer-project-banner,
#mobile-footer-project-banner,
#our_service,
#our_work,
#web-footer-project-banner,
.technology_part {
    padding: 50px 0
}

footer#our_service {
    padding: 0
}

h5.box-heading {
    margin: 0 0 13px
}

.divider-lg-30 {
    margin-top: 30px
}

.divider-10 {
    margin-top: 10px
}

.divider-20 {
    margin-top: 20px
}

.divider-30 {
    margin-top: 30px
}

.divider-lg-0 {
    margin-top: 0
}

#toTop::after {
    bottom: 0;
    color: #fff;
    content: "\f106";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#toTop {
    background-color: #a9c200;
    bottom: 0;
    color: transparent;
    font-size: 0;
    height: 60px;
    opacity: .7;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-decoration: none;
    width: 60px;
    z-index: 1000
}

.flexslider .slides>li.middle-slides {
    background-color: #172959
}

.expertise-box .slides {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    position: relative !important
}

.expertise-box .middle-slides {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.expertise-box .middle-slides [class*=col-] {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
    position: relative;
    padding: 0
}

.expertise-box .image-cls {
    float: left;
    height: 100vh;
    margin-top: 0;
    width: 100%
}

.expertise-box .experties-img-1 {
    background-image: url(../images/slider2/1.jpg);
    background-position: 0 0
}

.expertise-box .experties-img-2 {
    background-image: url(../images/slider2/1.jpg)
}

.expertise-box .exper-img {
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center
}

.expertise-box .intro-header-box {
    display: block;
    position: absolute;
    left: 62px;
    right: 0;
    width: 100%;
    margin: 150px auto 0;
    background: #00a7f5;
    z-index: 10;
    padding: 20px
}

.expertise-box .intro-header-box h4 {
    font-size: 70px;
    line-height: 75px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    font-weight: 800;
    color: #fff;
    z-index: 1;
    position: relative;
    white-space: normal
}

.expertise-box .intro-header-box .intro-description {
    line-height: 26px;
    padding: 20px 0 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    z-index: 1;
    max-width: inherit;
    width: 100%
}

.expertise-box .intro-header-box .intro-description p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    text-align: justify
}

.expertise-box .intro-header-box .intro-description a.btn-explore {
    position: relative;
    border-radius: 25px;
    min-width: 130px;
    height: auto;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #fff;
    color: #fff;
    background: #172959
}

.expertise-box .intro-header-box .intro-description a.btn-explore .fa {
    padding-left: 10px
}

.expertise-box .intro-header-box .intro-description a.btn-explore {
    margin-top: 50px
}

.middle-slides h6 {
    color: #172959;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 20px 0
}

.vertical-item:hover .item-img {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.tac_img:hover {
    transform: translate(0, -20px);
    cursor: pointer
}

.item-img {
    transition: all 1.3s
}

.vertical-item:hover .item-img {
    transform: scale(1.4);
    cursor: pointer
}

.our-project-detail .img-fluid {
    width: 100% !important
}

.cover-image>img {
    visibility: hidden
}

.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%
}

.page_slider .intro_layers .intro_layer.intro_layers_top h4 span::before {
    line-height: 27px
}

.container p {
    position: relative;
    z-index: 1
}

.emerging .bg {
    background: url(../images/tab_bg.jpg) no-repeat right/cover;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 321px);
    height: 100%
}

.q-t-s {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0
}

.q-t-s .q-t-s-h {
    display: block;
    padding-top: 0;
    position: relative;
    z-index: 1
}

.col-lg-offset-6 {
    margin-left: 50%
}

.q-t-s-h h2.special-heading::before {
    left: 41%
}

.q-t-s .mb-tblt {
    float: left
}

.q-t-s .induse-sec-rgt {
    width: 432px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 974px
}

.q-t-s .induse-sec-rgt ul {
    display: inline-block;
    width: 99%;
    position: relative;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-shadow: -5px 1px 20px 3px #a9a9a95c
}

.q-t-s .induse-sec-rgt li {
    list-style-type: none;
    height: 180px;
    width: 50%;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.q-t-s .induse-sec-rgt li a {
    display: table !important;
    text-decoration: none;
    padding: 30px 5px;
    text-align: center;
    border-radius: 0;
    margin: 0;
    border: 0;
    min-height: inherit;
    position: relative;
    width: 100%;
    height: 100%
}

.q-t-s .tfg {
    float: right
}

.q-t-s .q-t-s-txt {
    display: block;
    padding-top: 180px;
    position: relative
}

.q-t-s .q-t-s-h .div-hd {
    margin: 0;
    padding: 0 15px 0 0;
    line-height: 52px;
    font-weight: 400;
    position: absolute;
    top: 36px
}

h5.box-heading a {
    color: #29293a;
    font-size: 18px;
    position: relative
}

h5.box-heading a:before {
    background: #000;
    height: 2px;
    width: 70px;
    content: '';
    position: absolute;
    bottom: -7px
}

.hexagon {
    background: url(../images/tab_poly.png) no-repeat;
    width: 89px;
    height: 102px;
    position: relative;
    display: inline-block;
    float: left
}

.box-wrap {
    padding-left: 107px
}

.q-t-s .induse-sec-rgt {
    padding-left: 0
}

.col-lg-offset-1 {
    margin-left: 0
}

.mega-menu.mega-menu-tab {
    padding: 0 !important
}

.mega-menu-tab ul.nav li {
    width: 100%
}

.mega-menu-tab .nav-tabs .nav-link {
    border: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    border-left: 4px solid #172959
}

.mega-menu-tab .nav-tabs .nav-link:focus,
.mega-menu-tab .nav-tabs .nav-link:hover {
    border-radius: 0
}

.mega-menu-tab .tab-content {
    float: left;
    padding: 20px 0
}

.mega-menu-tab .nav-tabs .nav-item.show .nav-link,
.mega-menu-tab .nav-tabs .nav-link.active {
    background: #0f1a3a;
    background-image: -webkit-linear-gradient(315deg, #0f1a3a 0, #0f1a3a 100%);
    background-image: linear-gradient(135deg, #0f1a3a 0, #0f1a3a 100%);
    border-color: #00a7f5;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5", endColorstr="$colorMain", GradientType=1);
    font-weight: 600
}

.mega-menu-col li a:hover {
    border-left: 0 !important;
    background: 0 0 !important;
    color: #00a651 !important
}

.mega-menu-col li a .fa {
    font-size: 10px
}

.tab-pane h6 {
    color: #000
}

.menu_bottom {
    background-color: rgba(0, 166, 81);
    height: auto;
    width: 100%;
    float: left
}

.menu_bottom ul li {
    position: relative !important;
    padding-left: 50px !important;
    padding-top: 5px !important;
    margin-top: 5px;
    float: left;
    margin-bottom: 10px;
    color: #fff !important;
    width: auto !important;
    border-bottom: 0 !important
}

.menu_bottom ul li a {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important
}

.menu_bottom ul li a:hover,
.menu_bottom ul li:hover {
    background: none !important
}

.menu_bottom ul li .fa {
    border: 1px solid #fff;
    padding: 8px 10px 10px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    margin-right: 7px
}

.experience {
    float: right !important;
    text-align: center !important;
    padding-right: 50px !important;
    padding-top: 0 !important
}

.experience span {
    color: #fff !important;
    font-size: 15px !important
}

.experience span ul li {
    padding: 0 10px !important;
    margin: 0 !important;
    line-height: 15px;
    width: auto !important
}

.experience span ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 6px;
    background: #fff;
    border-radius: 50%
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.collapse.in {
    display: block
}

.fade.in {
    opacity: 1
}

.v-tab-head {
    position: relative;
    left: 0;
    float: left;
    display: block;
    width: 25%;
    background: url(../images/parallax1.png) top left no-repeat #172959
}

.v-tab-head a {
    border-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    border-left: 4px solid #172959;
    line-height: 18px
}

.v-tab-pane {
    float: left;
    width: 75%
}

.v-tab-pane .mega-menu-col ul li {
    width: 25%;
    float: left;
    padding: 0 10px
}

.v-tab-pane .mega-menu-col ul li a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #d6d6d6
}

.v-tab-head .v-tab-link.active {
    background: #0f1a3a;
    color: #fff;
    border-left: 4px solid #00a7f5
}

.carousel-caption {
    top: 50px;
    text-align: left;
    width: 40%
}

.carousel-caption h3 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px
}

.carousel-caption p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400
}

.inner-special-heading {
    font-size: 24px;
    font-weight: 700;
    max-width: 100%;
    word-wrap: break-word;
    color: #29293a;
    padding: 0 0 10px;
    margin: 0 0 12px;
    text-align: left;
    line-height: 42px;
    position: relative
}

.inner-special-heading a {
    color: #29293a
}

.inner-special-heading::before {
    height: 3px;
    background: #00a651;
    width: 80px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0
}

.inner_detail {
    padding: 25px 0;
    clear: both
}

.app_development_services {
    background: #f7f7f7;
    width: 100%;
    float: left;
    position: relative
}

.tabs-left-box:before {
    background: #172959;
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    top: 0;
    width: 2700%;
    left: -2700%
}

.tabs-left-box {
    padding: 0 0 40px;
    background: url(../images/parallax1.png) top left no-repeat #172959;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.tab_heading {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-weight: 800;
    padding: 30px 0
}

.tabs-left-box .nav-link {
    color: #fff;
    line-height: 25px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.app_development_services .tab-content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 5px 0
}

.app_development_services .tab-content .intro_layer {
    margin-top: 10px
}

.app_development_services .q-t-s {
    height: auto
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item {
    margin-bottom: 0;
    padding: 10px 20px;
    position: relative;
    width: 33%;
    display: inline-block;
    float: left
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .item-text {
    color: #727272;
    max-width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 29px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .item-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 14px;
    text-transform: none;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding: 10px 0 20px;
    color: #172959
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .item-title:before {
    height: 2px;
    background: #00a651;
    width: 120px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img {
    margin-bottom: 17px;
    background: url(../images/sprite.png) no-repeat;
    height: 76px;
    width: 76px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.iOS_mobile {
    background-position: -14px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.android_Mobile {
    background-position: -88px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.game_app {
    background-position: -163px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.buisiness_app {
    background-position: -245px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.window_app {
    background-position: -320px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.swift_app {
    background-position: -399px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.mean_stack_d {
    background-position: -577px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.php_mysql {
    background-position: -487px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.net_dev {
    background-position: -660px -248px
}

.fw-theme-steps-mobile .fw-theme-steps-wrap-mobile .vertical-item .item-img.enterprise_solution {
    background-position: -744px -248px
}

.iphone_app_project {
    background: url(../images/inner_left_img.jpg) left top/cover no-repeat;
    color: #c0c1c3;
    padding: 50px 0;
    text-align: center
}

.android_app_projects {
    background: url(../images/inner_right_img.jpg) left top/cover no-repeat;
    color: #c0c1c3;
    padding: 50px 0;
    text-align: center
}

.inner_our_project .special-heading h5 {
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase
}

.inner_our_project .special-heading h5 span.left_sp {
    color: #172959
}

.inner_our_project .special-heading h5 span.right_sp {
    color: #92ba23
}

.inner_our_project .address_middle p {
    font-size: 14px
}

.get_qt_left_btn {
    background: #172959
}

.get_qt_right_btn {
    background: #92ba23
}

.inner_our_project .address_middle {
    padding: 0
}

.inner_item img {
    width: 100% !important
}

.our_work_project .inner_item {
    float: left !important;
    position: relative
}

.our_work_project .col-sm-6 {
    padding: 0 7px !important
}

.inner_item_half .col-sm-6 {
    margin-bottom: 15px
}

.inner_item_half .row {
    margin: 0 -7px !important
}

.app-portlofio-outerblock-first {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background: linear-gradient(69.3deg, rgba(13, 172, 95, .7) 0, #0d9cd9 100%);
    width: 100%;
    word-break: break-word
}

.app-portlofio-outerblock-first h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #FFF;
    margin: 0 0 8px
}

.app-portlofio-outerblock-first p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    margin-bottom: 0
}

.app-portlofio-inner {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
}

.navbar_tab {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 10px #888;
    margin-top: -50px;
    z-index: 999
}

.dropdown_tab {
    float: left;
    overflow: hidden;
    width: 120px;
    border-right: 1px solid #d6d6d6
}

.dropdown_tab .dropbtn {
    font-size: 16px;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 0;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    transition: transform .8s
}

.dropdown_tab:hover .dropbtn {
    background-color: #f8f8f8;
    transform: translate(0, -7px)
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    border-bottom: 5px solid #172959;
    padding: 0;
    z-index: 999
}

.dropdown-content ul.menulink li {
    list-style: none;
    overflow: hidden;
    border-left: 4px solid transparent
}

.dropdown-content ul.menulink li a .fa {
    font-size: 13px;
    color: #555;
    padding-right: 10px
}

.dropdown-content ul.menulink li a {
    float: none;
    color: #000;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    transition: transform .8s
}

.dropdown-content ul.menulink {
    margin: 0;
    padding: 0
}

.dropdown-content ul.menulink li a:hover {
    background-color: #f0f0f0;
    transform: translate(7px, 0)
}

.dropdown-content ul.menulink li:hover {
    border-left: 4px solid #000
}

.dropdown_tab:hover .dropdown-content {
    display: block
}

.map_image {
    position: relative;
    margin-top: 50px;
    width: 282px
}

div[class*=position] {
    position: absolute
}

.position-1 {
    top: 28%;
    left: 12%
}

.position-2 {
    top: 70%;
    left: 27%
}

.position-3 {
    top: 19%;
    left: 49%
}

.position-4 {
    top: 56%;
    left: 49%
}

.position-5 {
    top: 36%;
    left: 77%
}

.position-6 {
    top: 77%;
    left: 83%
}

.position-7 {
    top: 86%;
    left: 93%
}

div[class*=position] .dot {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 2px solid #00a651;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    cursor: pointer;
    background-color: #00d96a
}

div[class*=position] .details {
    position: absolute;
    z-index: 9;
    padding: 5px 10px;
    background-color: #00a651;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 80px
}

.name {
    color: #fff;
    font-size: 13px;
    margin: 5px 0;
    text-align: center;
    line-height: 20px;
    font-weight: 600
}

.area {
    font-size: 14px;
    margin: 0
}

div[class*=position]:hover .details {
    opacity: 1;
    visibility: visible
}

h4.dropdown-content-head {
    font-size: 14px;
    padding: 0 20px
}

.menu_list_title {
    color: #29293a;
    font-weight: 700;
    font-size: 19px;
    text-align: left;
    padding-bottom: 10px;
    line-height: 35px
}

.part_list_menu {
    padding: 0;
    margin: 0
}

.part_list_menu li {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    list-style: none;
    text-align: left;
    padding-bottom: 6px;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.part_list_menu li a {
    color: #2d2d2d
}

.part_list_menu li .fa {
    color: #00a651;
    font-size: 22px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 6px
}

.v-tab-pane-full {
    width: 100%
}

.open-source-list-co {
    width: 32%;
    height: auto;
    float: left;
    margin: 0 5px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #172959
}

.open-source-list-titel {
    color: #FFF;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #172959
}

.open-source-list-details {
    padding: 0 7px;
    margin: 0 0 15px;
    width: auto;
    height: auto
}

.open-source-list-details ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 0 5px 20px;
    border-bottom: 1px dashed #CCC;
    line-height: 18px;
    font: 11px 'Open Sans', sans-serif;
    color: #545454;
    text-align: justify;
    background: url(../images/hire-arrow.jpg) 0 10px no-repeat rgba(0, 0, 0, 0);
    list-style: none
}

.open-source-list-sign-up-btn {
    font: 18px 'Open Sans', sans-serif;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    width: 140px
}

.open-source-list-sign-up-btn a {
    font: 18px 'Open Sans', sans-serif;
    line-height: 40px;
    font-weight: 700;
    width: auto
}

.open-source-list-sign-up-btn {
    background: #172959;
    text-align: center;
    margin: 0 auto
}

.open-source-list-details ul {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none
}

.swift-table-div {
    border: 1px solid #bebdbd;
    border-right: 0;
    border-bottom: 0
}

.swift-table-div td.bold_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px
}

.swift-table-div td.first_clo {
    width: 90px
}

.swift-table-div td {
    border-right: 1px solid #bebdbd;
    border-bottom: 1px solid #bebdbd;
    padding: 6px
}

.swift-table-div table {
    margin: 0
}

.color-switcher {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 280px;
    background: #fff;
    text-align: center;
    transition: all .5s ease 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1)
}

.color-switcher.switcher-palate {
    bottom: -372px
}

.color-trigger {
    position: relative;
    top: 0;
    height: auto;
    right: 0;
    width: auto;
    line-height: normal;
    cursor: pointer;
    background: #172959;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px
}

.color-trigger i {
    font-size: 20px;
    line-height: normal;
    color: #fff
}

.color-switcher .form-div {
    padding: 10px 20px;
    margin: 0
}

.color-switcher .form-div input,
.color-switcher .form-div select {
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    background: #f0f0f0;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #464646;
    font-weight: 400
}

.color-switcher .form-div textarea {
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    height: 80px;
    background: #f0f0f0;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #464646;
    font-weight: 400
}

.color-switcher .form-div .submit {
    background-color: #172959;
    padding: 8px 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-transform: uppercase
}

.react_icn_inner_wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap
}

.react_icn_inner {
    padding: 15px 0;
    width: 100%;
    cursor: pointer
}

.react_icn_container {
    position: relative;
    padding: 15px 15px 15px 140px;
    background: #fff;
    height: auto;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 15px 5px #f0f0f0
}

.react_icon {
    left: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1
}

.react_icon_head {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 0 0 5px;
    font-weight: 500;
    transition: all .5s ease-in-out;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

p.react_icon_detail {
    color: #000;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    opacity: 1;
    padding-top: 5px;
    margin-top: 0 !important
}

.react_icon {
    position: absolute;
    top: 50%
}

.latest_services {
    background-color: #f7f7f7
}

.latest_services_box_out {
    padding: 6px
}

.latest_services_box {
    background-color: #fff;
    box-shadow: 0 0 10px #c7c7c7;
    padding: 12px
}

.latest_services_box .heading {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    max-width: 100%;
    word-wrap: break-word;
    color: #172959;
    padding: 0 0 10px;
    position: relative;
    text-align: left;
    line-height: normal
}

.latest_services_box .heading::before {
    height: 3px;
    background: #00a651;
    width: 60px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0
}

.latest_services_box ul {
    margin: 0;
    padding: 0
}

.latest_services_box ul li {
    margin: 0;
    list-style: none;
    padding: 4px 0;
    border-bottom: 1px solid #dedede
}

.latest_services_box ul li a {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: block
}

.latest_services_box ul li a:hover {
    text-decoration: none;
    color: #00a651
}

.latest_services_box ul li a i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px
}

.residential-projects-bg {
    background: url(../images/residential-projects-bg.jpg) left top/cover no-repeat;
    color: #c0c1c3;
    padding: 50px 0;
    text-align: center
}

.commercial-projects-bg {
    background: url(../images/commercial-projects-bg.jpg) left top/cover no-repeat;
    color: #c0c1c3;
    padding: 50px 0;
    text-align: center
}

.navbar_tab.cad-tab .dropdown_tab {
    width: 100px
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-stage-outer {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-tap-color-main-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.brand-slider-section {
    background: #fff;
    padding: 40px 0
}

.country-list,
.country-list a {
    color: #29293a;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 1px;
    text-align: justify;
    text-decoration: none;
    text-transform: lowercase
}

.country-list a:hover {
    text-decoration: underline;
    color: #00a7f4
}

.keyword_data {
    color: #29293a;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    background: #ececec;
    padding: 3px 10px;
    margin: 8px 0;
    line-height: 20px;
    border-bottom: 2px solid #bfbfbf
}

.keyword_data a {
    color: #29293a;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    background: 0
}

.keyword_data a:hover {
    text-decoration: underline;
    color: #00a7f4
}

.contant-table-out {
    margin-bottom: 15px;
    color: #010101
}

.contant-table-out table td,
table th {
    font-size: 14px;
    line-height: 22px
}

.card {
    margin-bottom: 10px
}

.card-header {
    background: #f0f0f0;
    border-radius: 0 !important;
    padding: 0
}

.card-header h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #212529
}

.card-header h5 a {
    color: #212529;
    padding: 15px;
    display: block;
    text-transform: uppercase
}

.card-body {
    padding: 15px;
    font-size: 14px;
    font-weight: 600
}

.celebrating-text-center {
    text-align: center;
    margin-bottom: 10px
}

.celebrating-text-center h2 {
    color: #5c1417
}

.celebrating-text-center h1,
.celebrating-text-center h2 {
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-decoration: none;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

.celebrating-text-center h2 {
    font-size: 16px;
    line-height: 34px
}

.certifications-img {
    float: none;
    margin: 10px 18px;
    padding: 0;
    display: inline-block
}

.certifications-img img {
    display: block
}

.client_testi {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.carousel-caption p strong {
    color: #fff
}

.apply-form {
    width: 100%;
    height: auto
}

.apply-form .apply-form-inner {
    vertical-align: middle;
    height: 100%;
    padding: 30px 0 0
}

.apply-form .apply-form-inner .form-row {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.apply-form .apply-form-inner .form-row label.input-label {
    position: relative;
    left: 0;
    color: #444;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 8px
}

.apply-form .apply-form-inner .form-row input {
    transition: border-color .25s ease, box-shadow .25s ease;
    padding: 0 20px;
    border: 1px solid #a8a8a8;
    height: 46px;
    background: #fafafa;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left;
    width: 100%
}

.apply-form .apply-form-inner .form-row select {
    transition: border-color .25s ease, box-shadow .25s ease;
    padding: 0 20px;
    border: 1px solid #a8a8a8;
    height: 46px;
    background: #fafafa;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    border-radius: 0
}

.apply-form .apply-form-inner .form-row textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #a8a8a8;
    resize: none;
    padding: 20px !important;
    background: 0;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    overflow: auto
}

.sitemap-col {
    width: 32%;
    margin-right: 10px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #5d5d5d;
    font-size: 11px;
    line-height: 18px
}

.sitemap-col p {
    color: #172959;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0
}

ul.sitemap {
    margin-left: 5px;
    padding: 0;
    margin-top: 10px
}

ul.sitemap li {
    text-align: left;
    list-style: none;
    padding: 2px 0 2px 10px;
    position: relative
}

ul.sitemap li::before {
    position: absolute;
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    top: 7px;
    left: 0;
    color: #00a651
}

ul.sitemap li a {
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.open-source-list h1 {
    font-size: 15px
}

.open-source-list {
    height: auto;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d6d6d6;
    clear: both;
    float: left;
    width: 100%
}

.opning-list {
    display: block;
    border: 1px solid #ddd;
    padding: 25px 42px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 0 28px rgba(86, 86, 86, .12)
}

.opning-list h3 {
    font-size: 24px;
    line-height: 26px;
    color: #172959;
    margin: 0 0 15px;
    font-weight: 700
}

.opning-list h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px
}

.opning-list ul {
    padding: 0
}

.opning-list ul li {
    color: #444;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    font-weight: 400;
    text-align: left;
    list-style: none;
    padding: 2px 0 2px 15px;
    position: relative
}

.opning-list ul li::before {
    position: absolute;
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    top: 11px;
    left: 0;
    color: #00a651
}

.opning-list a.read-more {
    padding: 15px 30px;
    text-align: center;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 6px;
    background: #000;
    color: #fff;
    position: absolute;
    bottom: -22px;
    right: 40px;
    font-weight: 400
}

.apply-form-inner h3 {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px;
    padding: 0
}

.apply-form-inner .form-row {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.apply-form-inner .form-row label.input-label {
    position: relative;
    left: 0;
    color: #444;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 8px;
    width: 100%
}

.apply-form-inner .form-row input {
    transition: border-color .25s ease, box-shadow .25s ease;
    padding: 0 20px;
    border: 1px solid #a8a8a8;
    height: 46px;
    background: #fafafa;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left;
    width: 100%
}

.apply-form-inner .form-row select {
    transition: border-color .25s ease, box-shadow .25s ease;
    padding: 0 20px;
    border: 1px solid #a8a8a8;
    height: 46px;
    background: #fafafa;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    border-radius: 0
}

.apply-form-inner .form-row textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #a8a8a8;
    resize: none;
    padding: 20px !important;
    background: 0;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    overflow: auto
}

.pswp {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: absolute;
    -webkit-text-size-adjust: 100%;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 1500
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    -webkit-backface-visibility: hidden;
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%
}

.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__container,
.pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__zoom-wrap {
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

.pswp__bg {
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.pswp__img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important
}

.pswp__error-msg {
    color: #ccc;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    -webkit-appearance: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0;
    opacity: .75;
    overflow: visible;
    padding: 0;
    position: relative;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    opacity: .9;
    outline: 0
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0/264px 88px no-repeat;
    height: 44px;
    width: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    background-position: -88px 0;
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px
}

.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px
}

.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, .5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    width: 100%;
    will-change: opacity;
    z-index: 1600
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    display: block;
    position: absolute;
    right: 44px;
    top: 56px;
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    width: auto;
    will-change: transform;
    z-index: 1620
}

.pswp__share-tooltip a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
    text-decoration: none
}

.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    -moz-pointer-events: none;
    pointer-events: none;
    -webkit-pointer-events: none;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    color: #fff;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    opacity: .75;
    padding: 0 10px;
    position: absolute;
    top: 0
}

.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%
}

.pswp__caption small {
    color: #bbb;
    font-size: 11px
}

.pswp__caption__center {
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px;
    text-align: left
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    width: 44px;
    will-change: opacity
}

.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../img/photoswipe/preloader.gif) no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: .75;
    position: absolute;
    top: 15px;
    width: 14px
}

.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 7px
}

.pswp--css_animation .pswp__preloader__donut {
    background: 0;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1550
}

.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0
}

.pswp__zoom-wrap .embed-responsive {
    margin: auto;
    max-width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(min-width:1200px) {
    .pswp__zoom-wrap .embed-responsive {
        max-width: 50%
    }
}

.contact-details-box-ad {
    padding: 30px 15px;
    margin: 0;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    min-height: 298px
}

.contact-details-box-ad.india {
    background-image: url(../images/statue-of-unity-bg.webp) !important
}

.contact-details-box-ad h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase
}

.contact-details-box-ad h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
    line-height: 24px
}

.contact-details-box-ad .details-text {
    padding: 2px 0 2px 22px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    text-align: left
}

.contact-details-box-ad .details-text i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 16px
}

.contact-details-box-div {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #444;
    text-align: left;
    padding: 22px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 28px rgba(86, 86, 86, .12)
}

.contact-details-box-div .text-row {
    padding: 5px 0
}

.contact-details-box-map {
    min-height: 348px;
    margin: 0;
    padding: 0
}

.contact-details-box-ad.usa {
    background-image: url(../images/usa-bg.webp) !important
}

.contact-details-box-ad.uk {
    background-image: url(../images/uk-bg.webp) !important
}

.contact-details-box-ad.new-zealand {
    background-image: url(../images/new-zealand-bg.webp) !important
}

.contact-row {
    margin-bottom: 15px;
    margin-top: 15px
}

.contact-details-box-ad.uae {
    background-image: url(../images/uae-bg.webp) !important
}

.contact-details-box-ad.australia {
    background-image: url(../images/australia-bg.webp) !important
}

.right_red_more {
    font: 400 12px Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding-right: 6px;
    text-align: right;
    text-decoration: none;
    width: auto;
    line-height: 16px
}

.right_red_more_icon {
    float: right;
    clear: both;
    width: 100%;
    text-align: right
}

.right_red_more_icon a {
    color: #727272;
    max-width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 29px
}

.part_list_menu_half {
    float: left;
    width: 100%
}

.part_list_menu_half li {
    float: left;
    width: 50%
}

#toTop {
    display: none !important
}

#protfolio_center li {
    font-weight: 600;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    cursor: pointer;
    float: left;
    text-decoration: none
}

.success {
    background-color: #090
}

.error {
    background-color: #900
}

#portfolio-subTabs,
#protfolio_menu {
    width: auto;
    margin: auto auto 10px;
    height: auto
}

#protfolio_center {
    width: 100%;
    float: left;
    margin: auto;
    padding: 8px 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 65px rgba(0, 0, 0, .09);
    border: 1px solid #eee
}

#slider_main,
.portfolio_slider {
    width: auto;
    border: 1px solid #c7c7c7
}

#portfolio-subTabs ul,
#protfolio_center ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#protfolio_center li {
    color: #172959;
    line-height: none
}

#protfolio_center li:hover {
    color: #333
}

#portfolio-subTabs li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    color: #525151;
    font-size: 14px;
    cursor: pointer
}

/*
#portfolio-subTabs li.highlight{
	color: red;
    font-size: 14px;
	
}
*/

#portfolio-subTabs li a {
    text-decoration: none;
    color: #525151
}

#slider_main {
    margin: auto;
    background-color: #ededed;
    height: 310px
}

.portfolio_slider {
    float: left;
    padding: 4px;
    margin: 2px;
    background-color: #efefef
}

.scrollable {
    position: relative;
    overflow: hidden;
    width: 616px;
    height: 296px
}

.scrollable .items {
    width: 20000em;
    position: absolute
}

.next,
.prev {
    position: absolute;
    top: 130px;
    height: 57px;
    width: 56px;
    cursor: pointer
}

.items div {
    float: left
}

.prev {
    left: -25px;
    background: url(../images/portfolio/left-arrow-3.png) 0 0/cover no-repeat
}

.next {
    right: -23px;
    background: url(../images/portfolio/right-arrow-3.png) 0 0/cover no-repeat
}

.portfolio_project {
    width: 524px;
    float: right;
    padding: 0 20px 0 10px
}

.portfolio_heading {
    color: #525151;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 12px;
    font-weight: 600
}

.portfolio_desc {
    color: #525151;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    padding-right: 0;
    padding-bottom: 10px;
    font-weight: 600
}

.portfolio_desc samp {
    color: #262c31 !important;
    font-weight: 700 !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important
}

.portfolio_buttons {
    width: auto;
    margin: auto
}

.launch_site,
.site_details {
    width: auto;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
    height: auto;
    line-height: normal;
    color: #FFF;
    float: left;
    border: 2px solid #fff !important;
    background: #00a7f4
}

.site_details {
    margin-left: 10px
}

.goto_top {
    width: auto;
    text-align: right;
    padding-bottom: 10px;
    position: relative;
    height: 38px
}

.goto_top img {
    position: absolute;
    right: 0;
    top: 0
}

#slider_next {
    width: auto;
    height: 45px;
    background: #acaeb3;
    margin: auto;
    padding-top: 4px
}

.jplist {
    width: 100%
}

.jplist .panel {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: url(../img/bg.png);
    font-family: arial;
    color: #444;
    font-size: 12px;
    line-height: 18px
}

.jplist .panel-top {
    border-radius: 5px 5px 0 0
}

.jplist .panel-bottom {
    border-radius: 0 0 5px 5px
}

.jplist .filter {
    float: left
}

.jplist .filter input {
    display: block;
    float: left;
    width: 130px;
    height: 14px;
    margin: 0 0 0 15px;
    border: 1px solid #aaa;
    border-radius: 3px
}

.jplist .filter .placeholder-parent {
    margin: 0 0 0 15px;
    position: relative;
    float: left
}

.jplist .filter .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 5px;
    border-radius: 3px
}

.jplist .filter .placeholder-parent input {
    margin: 0
}

.jplist .pagingmid,
.jplist .pagingnext,
.jplist .pagingprev {
    float: left
}

.jplist .buttons {
    float: left;
    margin: 0 10px 0 15px
}

.jplist .buttons span {
    cursor: pointer;
    color: #fff;
    margin: 0 5px 0 0
}

.jplist .buttons span.current {
    font-weight: 700;
    color: #0d0d0f
}

.jplist .info {
    float: left;
    color: #fff;
    margin: 0 0 0 15px
}

.jplist .drop-down {
    float: left;
    width: 130px;
    height: 16px;
    position: relative;
    margin: 0 0 0 15px;
    border: 1px solid #ccc
}

.jplist .drop-down .panel {
    float: left;
    width: 125px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    background: url(../img/down-arrow.jpg) top right no-repeat #fff;
    padding: 0 0 0 5px;
    margin: 0;
    cursor: pointer
}

.jplist .drop-down ul {
    position: relative;
    top: 0;
    left: -1px;
    z-index: 1000;
    width: 129px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0 3px 3px
}

.jplist .drop-down ul li {
    padding: 0 0 0 5px;
    cursor: pointer;
    width: 130px;
    float: left;
    background-color: #fff
}

.jplist .drop-down ul li:hover {
    background-color: #00f;
    color: #fff
}

.jplist .hidden {
    display: none
}

#next_nav {
    width: 420px;
    margin: auto
}

#next_nav ul {
    padding: 0;
    list-style: none
}

#next_nav li {
    display: inline;
    color: #FFF;
    font-size: 18px;
    font-family: Arial;
    padding-bottom: 12px
}

#next_nav li a {
    text-decoration: none;
    color: #FFF;
    padding-left: 25px
}

#next_nav li a:hover {
    text-decoration: none;
    color: #999
}

.items>div {
    width: 616px
}

.scrollable img {
    margin: 0;
    padding: 0;
	width: 632px;
	height: 296px;
}

.f-main-div-out {
    padding: 10px 22px;
    height: auto !important
}

.fancy_portfolio_slider {
    float: left;
    margin-right: 20px
}

.fancy_portfolio_project {
    float: right
}

.fancy_portfolio_project .portfolio_desc ul li {
    list-style: disc
}

.fancy_portfolio_slider .scrollable {
    position: relative;
    overflow: hidden;
    width: 616px;
    height: 296px
}

.phone_main {
    height: 316px !important
}

.portfolio_slider_iphone {
    background: url(../images/portfolio/iphone-background.jpg) center/cover no-repeat;
    width: 616px;
    border: 1px solid #525151;
    margin: 2px;
    height: 310px;
    float: left
}

#fancybox-content .portfolio_slider_iphone {
    margin-right: 20px;
    width: 598px
}

.portfolio_slider_iphone .scrollable {
    width: 126px;
    height: 190px;
    margin: 57px auto 0
}

.iphone_big_main {
    height: 402px !important
}

.portfolio_slider_iphone_big {
    background: url(../images/portfolio/new-iphone/new-iphone-screen-bg.png) center/cover no-repeat;
    width: 616px;
    border: 1px solid #525151;
    margin: 2px;
    height: 396px;
    float: left
}

#fancybox-content .portfolio_slider_iphone_big {
    margin-right: 20px;
    width: 597px
}

.portfolio_slider_iphone_big .scrollable {
    height: 251px;
    margin: 79px auto 0;
    width: 159px
}

.portfolio_slider_iphone_big .scrollable .items>div {
    width: 159px;
    height: 251px
}

.portfolio_slider_iphone_big .scrollable .items>div img {
    min-width: 100%;
    margin: 0;
    padding: 0
}

.ipad_small_main {
    height: 400px !important
}

.portfolio_slider_ipad_small {
    background: url(../images/portfolio/ipad-background.jpg) center/cover no-repeat;
    width: 616px;
    border: 1px solid #525151;
    margin: 2px;
    height: 392px;
    float: left
}

#fancybox-content .portfolio_slider_ipad_small {
    margin-right: 20px;
    width: 598px
}

.portfolio_slider_ipad_small .scrollable {
    height: 292px;
    margin: 43px auto 0;
    width: 224px
}

.portfolio_slider_ipad_small .scrollable .items>div {
    width: 224px;
    height: 292px
}

.portfolio_slider_ipad_small .scrollable .items>div img {
    min-width: 100%;
    margin: 0;
    padding: 0
}

.ipad_big_main {
    height: 392px !important
}

.portfolio_slider_ipad_big {
    background: url(../images/portfolio/ipad-background-new.jpg) center/cover no-repeat;
    width: 616px;
    border: 1px solid #525151;
    margin: 2px;
    height: 386px;
    float: left
}

#fancybox-content .portfolio_slider_ipad_big {
    margin-right: 20px;
    width: 597px
}

.portfolio_slider_ipad_big .scrollable {
    height: 277px;
    margin: 51px auto 0;
    width: 401px
}

.portfolio_slider_ipad_big .scrollable .items>div {
    width: 401px;
    height: 277px
}

.portfolio_slider_ipad_big .scrollable .items>div img {
    min-width: 100%;
    margin: 0;
    padding: 0
}

.android_big_main {
    height: 402px !important
}

.portfolio_slider_android_big {
    background: url(../images/portfolio/new-android/android-screen-size-bg.png) center/cover no-repeat;
    width: 616px;
    border: 1px solid #525151;
    margin: 2px;
    height: 396px;
    float: left
}

#fancybox-content .portfolio_slider_android_big {
    margin-right: 20px;
    width: 597px
}

.portfolio_slider_android_big .scrollable {
    height: 253px;
    margin: 68px auto 0;
    width: 172px
}

.portfolio_slider_android_big .scrollable .items>div {
    width: 172px;
    height: 253px
}

.portfolio_slider_android_big .scrollable .items>div img {
    min-width: 100%;
    margin: 0;
    padding: 0
}

.blackberry_big_main {
    height: 402px !important
}

.portfolio_slider_blackberry_big {
    background: url(../images/portfolio/new-blackberry/blackberry-screen-size.png) center/cover no-repeat;
    width: 616px;
    border: 1px solid #525151;
    margin: 2px;
    height: 396px;
    float: left
}

#fancybox-content .portfolio_slider_blackberry_big {
    margin-right: 20px;
    width: 597px
}

.portfolio_slider_blackberry_big .scrollable {
    height: 265px;
    margin: 71px auto 0;
    width: 167px
}

.portfolio_slider_blackberry_big .scrollable .items>div {
    width: 167px;
    height: 265px
}

.portfolio_slider_blackberry_big .scrollable .items>div img {
    min-width: 100%;
    margin: 0;
    padding: 0
}

.cad-portfolio-new-heading {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 0 0 5px
}

.enterpise_solution li a {
    line-height: 28px;
    list-style: none !important;
    text-decoration: none;
    color: #525151;
    font-size: 13px;
    display: block
}

.ds .icon-box.icon_left+.icon-box.icon_left::before,
.ds .icon-box.icon_left+.icon-box.icon_right::before,
.ds .icon-box.icon_right+.icon-box.icon_left::before,
.ds .icon-box.icon_right+.icon-box.icon_right::before {
    background: #777a7c
}

.icon-box.icon_left+.icon-box.icon_left::before,
.icon-box.icon_left+.icon-box.icon_right::before,
.icon-box.icon_right+.icon-box.icon_left::before,
.icon-box.icon_right+.icon-box.icon_right::before,
.icon-box.icon_right.icon-boxes+.icon-box.icon_left::before,
.icon-box.icon_right.icon-boxes+.icon-box.icon_right::before {
    background: #eae9ee;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.web_tech {
    display: flex !important;
    position: relative !important
}

.web_tech .box_icon img {
    max-width: 60px !important
}

.web_tech .box-wrap {
    padding-left: 20px !important
}

.vertical-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.item-media {
    overflow: hidden;
    position: relative
}

.service-isotope .vertical-item.vertical-center .item-media {
    width: 28%
}

.item-media img {
    width: 100%
}

.media-links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.media-links a.abs-link {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.vertical-item .item-media+.item-content {
    padding: 56px 40px 54px
}

.service-isotope .vertical-item.vertical-center .item-content {
    padding-left: 110px;
    padding-right: 0;
    position: relative;
    width: 70%
}

.service-isotope [class*=col-]:nth-child(2n) .vertical-item.vertical-center .item-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 110px
}

.service-isotope [class*=col-]:nth-child(2n) .vertical-item.vertical-center .item-media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.service-isotope [class*=col-]:nth-child(2n) .vertical-item.vertical-center .item-content span {
    bottom: -12px;
    left: auto;
    right: -55px
}

.service-isotope .vertical-item.vertical-center .item-content p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0
}

.divider-md-30 {
    margin-top: 50px
}

.service-isotope .vertical-item.vertical-center .item-content .right_red_more_icon a {
    color: #00a7f4;
    max-width: 100%;
    text-align: justify;
    font-size: 16px;
    line-height: 32px
}

.service-title {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    color: #262c31;
    margin-top: 0
}

.service-title a {
    color: #262c31
}

.service-title b,
strong {
    color: #262c31;
    font-weight: 700
}

.service-isotope .vertical-item.vertical-center .item-content span {
    bottom: -12px;
    color: #262c31;
    font-size: 136px;
    font-weight: 700;
    left: -51px;
    opacity: .7;
    position: absolute
}

.service-isotope .col-sm-12 {
    margin-bottom: 30px
}

.code-input-file {
    width: 72% !important;
    margin-bottom: 10px !important
}

.captcha-code-row {
    width: auto;
    height: auto
}

.captcha-code-row .code_new_img {
    float: left;
    margin: 0 10px 0 0;
    padding: 12px 0 0;
    height: 46px
}

.captcha-code-row input {
    width: 200px !important;
    float: left
}

.inner-special-heading a.join-now {
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 6px;
    background: #0a57f4;
    color: #fff;
    display: inline-block;
    margin-top: 0;
    min-width: 250px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    float: right;
    font-weight: 500;
    border-radius: 50px
}

.resources-pdf-d-box {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
    padding: 0;
    border-radius: 5px
}

.resources-pdf-d-box .details-out-div {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #bebdbd;
    text-align: center
}

.resources-pdf-d-box .details-out-div .forum-row {
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 0
}

.resources-pdf-d-box .details-out-div .forum-row .lable {
    display: block;
    float: left;
    margin: 1px 5px 1px 0;
    text-align: right;
    width: auto
}

.resources-pdf-d-box .details-out-div .forum-row .input {
    background: 0;
    border: 1px solid #bebdbd;
    margin-bottom: 0;
    width: 70%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-sizing: border-box;
    color: #606060 !important;
    transition: border .2s linear 0s, box-shadow .2s linear 0;
    display: inline-block;
    line-height: 20px;
    padding: 10px 0 !important;
    text-indent: 12px;
    vertical-align: middle
}

.resources-pdf-d-box .details-out-div .forum-row .Verify-code-div {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 !important;
    text-indent: 12px;
    transition: border .2s linear 0s, box-shadow .2s linear 0;
    vertical-align: middle;
    width: 70%
}

.resources-pdf-d-box .details-out-div .forum-row .Verify-code-div .code_new_img {
    float: left;
    height: 42px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: left !important
}

.resources-pdf-d-box .details-out-div .forum-row .Verify-code-div .new-input {
    background: 0;
    border: 1px solid #bebdbd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-sizing: border-box;
    color: #606060 !important;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 0 !important;
    text-indent: 12px;
    transition: border .2s linear 0s, box-shadow .2s linear 0;
    float: left;
    width: 105px !important
}

.resources-pdf-d-box .details-out-div .forum-row .submit-btn {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 12px 40px;
    background: #00a7f4;
    color: #fff;
    text-transform: uppercase;
    border: 0
}

.connect_bg:after,
.connect_bg:before {
    display: none
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #6c757d
}

.ds .btn.btn-outline-secondary {
    border-color: #00a651;
    border-width: 2px;
    color: #00a651
}

#canvas:not(.boxed) .header_absolute .page_header.pro-affix-top {
    background-color: #000
}

.pro-affix-top .btn.btn-outline-secondary {
    border-color: #00a651;
    border-width: 2px;
    color: #00a651
}

.tab-pane .inner-special-heading {
    font-size: 24px;
    font-weight: 700;
    max-width: 100%;
    word-wrap: break-word;
    color: #29293a;
    padding: 0 0 8px;
    margin: 0 0 5px;
    text-align: left;
    line-height: 40px;
    position: relative
}

.tab-pane .part_list_menu li {
    font-size: 15px;
    color: #2d2d2d;
    font-weight: 500;
    list-style: none;
    text-align: left;
    padding-bottom: 5px;
    line-height: 29px;
    position: relative;
    padding-left: 28px
}

.new_our_services {
    position: relative
}

.new_our_services .titel-bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    color: #29293a
}

.new_our_services p {
    text-align: justify;
    padding: 6px 0;
    margin: 0;
    line-height: 30px;
    font-size: 15px;
    color: #010101;
    font-weight: 600
}

.new_our_services a.btn-explore {
    position: relative;
    border-radius: 25px;
    min-width: 130px;
    height: auto;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #fff;
    color: #fff;
    background: #172959
}

.new_our_services a.btn-explore:hover {
    background: #03a653
}

.new_our_services a.btn-explore .fa {
    padding-left: 10px
}

.et_pb_column_left {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 60px 80px 60px 10%
}

.et_pb_column_right {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 60px 10% 60px 80px
}

.et_pb_column_0 {
    background-image: linear-gradient(90deg, rgba(227, 232, 242, .6) 0, #e3e8f2 60%), url(../images/bim-services-clo-bg-1.jpg)
}

.et_pb_column_1 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-2.jpg)
}

.et_pb_column_5 {
    background-image: linear-gradient(90deg, rgba(227, 232, 242, .6) 0, #e3e8f2 60%), url(../images/bim-services-clo-bg-4.jpg)
}

.et_pb_column_6 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-5.jpg)
}

.et_pb_column_4 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-3.jpg)
}

.et_pb_column_7 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-6.jpg)
}

.et_pb_column_8 {
    background-image: linear-gradient(90deg, rgba(227, 232, 242, .6) 0, #e3e8f2 60%), url(../images/bim-services-clo-bg-7.jpg);
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-7.jpg)
}

.et_pb_column_9 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-8.jpg)
}

.et_pb_column_10 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-9.jpg)
}

.et_pb_column_11 {
    background-image: linear-gradient(90deg, #00a7f5 20%, rgba(101, 206, 255, .6) 100%), url(../images/bim-services-clo-bg-10.jpg)
}

.et_pb_section_3 {
    background-image: linear-gradient(180deg, rgba(233, 239, 243, 0) 0, #e9eff3 100%) !important;
    padding: 60px 0
}

.cad-new-tabs h5 {
    color: #29293a;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin: 0 0 22px;
    padding: 0 0 10px
}

.cad-new-tabs h5::before {
    background: #000;
    height: 2px;
    width: 70px;
    content: '';
    position: absolute;
    bottom: -7px
}

.cad-new-tabs p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 5px 0;
    text-align: justify
}

.cad-new-tabs-full-row {
    background: #f7f7f7
}

.cad-new-tabs {
    height: auto
}

.cad-new-tabs .induse-sec-rgt {
    height: 784px !important
}

.cad-new-tabs .q-t-s-txt {
    display: block;
    padding-top: 70px !important;
    position: relative
}

.benefits_clo_div {
    padding-top: 30px;
    padding-bottom: 0
}

.benefits_clo_div .right-border {
    border-right: 1px solid #ccc
}

.benefits_clo_div .titel-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    text-align: left;
    color: #172959
}

.benefits_clo_div p {
    padding: 6px 0;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    text-align: left
}

.benefits_clo_div ul {
    margin: 0;
    padding: 0
}

.benefits_clo_div ul li {
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    list-style: none;
    text-align: left;
    padding-bottom: 0;
    line-height: 34px;
    position: relative;
    padding-left: 28px
}

.benefits_clo_div ul li .fa {
    color: #00a651;
    font-size: 22px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 7px
}

.multiple_tabs_design {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    float: none
}

.multiple_tabs_design .first_clo {
    padding-right: 0;
    max-width: 22%
}

.multiple_tabs_design .first_clo .tabs-left-box {
    height: 100%
}

.mega-menu-tab .first_clo .nav-tabs .nav-link {
    padding: 15px 15px 15px 8px
}

.multiple_tabs_design .second_clo {
    padding-right: 0;
    padding-left: 0;
    background-color: #f0f0f0;
    max-width: 22%
}

.mega-menu-tab .second_clo .nav-tabs .nav-link {
    border-left: none;
    border-bottom: 1px #d2d2d2 solid
}

.mega-menu-tab .second_clo .nav-tabs .nav-item.show .nav-link,
.mega-menu-tab .second_clo .nav-tabs .nav-link.active {
    background: #fff;
    color: #323232
}

.mega-menu-tab .second_clo .nav-tabs .nav-link.active,
.mega-menu-tab .second_clo .nav-tabs .nav-link:hover {
    color: #323232 !important
}

.multiple_tabs_design .three_clo {
    flex: 0 0 56%;
    max-width: 56%
}

.multiple_tabs_design .first_clo .new_tabs_design {
    height: 100%
}

.multiple_tabs_design .first_clo_new {
    padding-right: 0;
    float: left;
    padding-left: 0
}

.multiple_tabs_design .first_clo_new .tabs-left-box {
    background: 0;
    padding-bottom: 0
}

.multiple_tabs_design .first_clo_new .tabs-left-box::before {
    display: none
}

.multiple_tabs_design .second_clo_new {
    padding-right: 0;
    padding-left: 0;
    background-color: #f0f0f0;
    float: left;
    height: 100%
}

#pills-tabContent {
    float: none;
    padding: 0
}

#pills-tabContent ul {
    margin: 0;
    padding: 0
}

#pills-tabContent ul li {
    list-style: none;
    width: 100%
}

#pills-tabContent ul li a {
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    border-left: none;
    border-bottom: 1px #d2d2d2 solid;
    color: #172959
}

.mega-menu-tab .second_clo_new .nav-tabs .nav-link {
    border-left: none;
    border-bottom: 1px #d2d2d2 solid
}

.second_clo_new .nav-pills .nav-link.active,
.second_clo_new .nav-pills .show>.nav-link {
    color: #323232 !important;
    background-color: #fff
}

.mega-menu-tab .second_clo_new .nav-tabs .nav-item.show .nav-link,
.mega-menu-tab .second_clo_new .nav-tabs .nav-link.active {
    background: #fff;
    color: #323232
}

.mega-menu-tab .second_clo_new .nav-tabs .nav-link.active,
.mega-menu-tab .second_clo_new .nav-tabs .nav-link:hover {
    color: #323232 !important
}

.multiple_tabs_design .thired_clo_new {
    float: left
}

.course-tabs .first_clo_new .nav-pills {
    margin: 0;
    border: 0;
    border-bottom: 0
}

.course-tabs .first_clo_new .nav-pills li {
    background: 0;
    border-radius: 0;
    margin: 0;
    width: 20%;
    text-align: center;
    border: 0;
    position: relative
}

.course-tabs .first_clo_new .nav-pills li a {
    border-radius: 0;
    margin-right: 3px;
    border: 1px solid #00a7f5;
    border-bottom: 0;
    font-size: 15px;
    color: #181818;
    font-weight: 600;
    background: #ededed;
    line-height: 29px;
    font-family: Lato, sans-serif;
    padding: 10px 5px
}

.course-tabs .first_clo_new .nav-pills li.active,
.course-tabs .first_clo_new .nav-pills li.active a {
    color: #ff9000;
    background: #fff
}

.course-tabs .first_clo_new .nav-pills li a.nav-link.active,
.course-tabs .first_clo_new .nav-pills li a.nav-link:hover {
    background: #172959 !important;
    color: #fff !important
}

.course-tabs-details {
    display: flex;
    border: 1px solid #00a7f5
}

.contant-table-out.nav-tabs .nav-item {
    box-shadow: none;
    margin-bottom: 0;
    width: auto !important;
    padding: 0;
    vertical-align: top
}

.contant-table-out.nav-tabs .nav-item .nav-link {
    color: #172959;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 26px;
    padding: 13px 8px
}

.nav-link.active,
.nav-link:hover {
    background: #172959;
    color: #fff !important
}

#pills-tabContent .course-tabs-details .tab-pane {
    display: none
}

#pills-tabContent .course-tabs-details .active {
    display: block
}

.nav-pills .nav-link {
    border-radius: 0
}

.c-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.c-tabs-nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    padding: 12px;
    color: #fff;
    background-color: #b3b3b3;
    text-align: center;
    -webkit-transition: color .3s;
    transition: color .3s
}

.c-tabs-nav__link:last-child {
    margin-right: 0
}

.c-tabs-nav__link:hover {
    color: #6d6d6d
}

.c-tabs-nav__link.is-active {
    color: #dc446e;
    background-color: #e7e7e7
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
    margin: 0;
    padding: 0;
    line-height: 1
}

.c-tabs-nav__link i {
    font-size: 18px
}

.c-tabs-nav__link span {
    display: none;
    font-size: 18px
}

@media all and (min-width:720px) {
    .c-tabs-nav__link i {
        margin-bottom: 12px;
        font-size: 22px
    }

    .c-tabs-nav__link span {
        display: block
    }
}

.c-tab {
    display: none;
    background-color: #e7e7e7
}

.c-tab.is-active {
    display: block
}

.c-tab__content {
    padding: 1.5rem
}

.c-tabs.no-js .c-tabs-nav {
    display: none
}

.c-tabs.no-js .c-tab {
    display: block;
    margin-bottom: 1.5rem
}

.c-tabs.no-js .c-tab:last-child {
    margin-bottom: 0
}

.carbon-img,
.carbon-wrap {
    margin: 0 0 4px;
    display: block
}

#carbonads {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    padding: 24px 12px 12px;
    width: 154px;
    background-color: #fff;
    line-height: 1.1;
    border: 1px solid #e7e7e7
}

.carbon-img {
    padding: 0;
    width: 130px;
    height: 100px
}

.carbon-text {
    color: #818181;
    font-size: 12px
}

.carbon-poweredby {
    font-size: 10px
}

.carbonad__close {
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    height: 24px;
    font-size: 11px;
    line-height: 24px
}

.tab-types {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0
}

.tab-types td {
    background-color: inherit;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s
}

.tab-types td:hover {
    background-color: #ddd
}

.tab-types td.active {
    background-color: #172959;
    color: #fff
}

.tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0
}

.tabcontent .container {
    padding: 0;
    display: flex
}

.tabcontent .container .clo-div-left {
    max-width: 50%;
    margin: 0;
    padding: 0 20px 0 0;
    flex: 0 0 50%
}

.tabcontent .container .clo-div-right {
    max-width: 50%;
    float: none;
    margin: 0;
    padding: 0 0 0 20px;
    flex: 0 50%;
    border-left: 1px solid #fff
}

.tabcontent .container .clo-div-right ul {
    margin: 0;
    padding: 0
}

.tabcontent .container .clo-div-right ul li {
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    list-style: none;
    text-align: left;
    padding-bottom: 0;
    line-height: 34px;
    position: relative;
    padding-left: 28px
}

.tabcontent .container .clo-div-right ul li .fa {
    color: #29293a;
    font-size: 22px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 7px
}

.benefits-titel-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    margin: 6px 0 5px;
    padding: 0;
    position: relative;
    text-align: left;
    color: #172959
}

.contant-table-out table td,
table th {
    font-weight: 600
}

.carousel-inner .carousel-item,
.portfolio-banner li {
    height: 520px;
    overflow: hidden
}

.carousel-inner .carousel-item .img-fluid,
.portfolio-banner li .img-fluid {
    min-width: 100%;
    max-height: none;
    top: -10%;
    position: absolute
}

#bim-cad-middle-tab.app_development_services {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    float: none
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none
}

.tooltips {
    text-decoration: none;
    outline: 0;
    display: inline;
    position: relative
}

.tooltips-item {
    cursor: pointer;
    display: inline-block
}

.tooltips-item img {
    vertical-align: middle
}

.tooltips-item::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 5px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltips:hover .tooltips-item::after {
    pointer-events: auto
}

.tooltips-content {
    position: absolute;
    z-index: 9999;
    width: 250px;
    left: 50%;
    margin: 0 0 5px -125px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .5);
    background: #00a7f4;
    border-radius: 12px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    color: #000;
    display: block;
    padding-top: 0
}

.tooltips-effect-5 .tooltips-content {
    width: 250px;
    margin-left: -125px;
    -webkit-transform-origin: 50% calc(100%+10px);
    transform-origin: 50% calc(100%+10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s
}

.tooltips:hover .tooltips-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
}

.tooltips-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #00a7f4 transparent transparent;
    border-width: 10px;
    margin-left: -10px
}

.tooltips-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em
}

.tooltips-text {
    display: block
}

.tooltips-text b,
.tooltips-text strong {
    display: inline-block !important;
    color: #fff !important;
    margin: -5px -10px 0;
    font-size: 15px;
    font-weight: 600;
    background: #172959;
    padding: 8px 10px;
    border-radius: 12px 12px 0 0;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px
}

.tooltips-text .line-height {
    line-height: 25px;
    margin-top: -15px;
    display: inline-block;
    width: 80%;
    text-align: left
}

.tooltips-text a {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none !important;
    padding: 2px 10px;
    margin-bottom: 3px;
    min-width: 100%;
    border-radius: 4px;
    display: inline-block;
    background: -webkit-linear-gradient(#fff, #e3e3e3);
    background: -o-linear-gradient(#fff, #e3e3e3);
    background: -moz-linear-gradient(#fff, #e3e3e3);
    background: linear-gradient(#fff, #e3e3e3)
}

.tooltips-text a i {
    font-size: 20px
}

.tooltips-text a:hover {
    background: #fff
}

.tooltips-effect-5 .tooltips-text {
    padding: 0 0 8px;
    text-align: center
}

.skype-tooltips {
    width: 25px;
    height: 22px;
    background: url(../images/skype-tooltips.png) no-repeat;
    display: inline-table;
    position: relative;
    top: 5px
}

.whatsapp_icon_tooltips {
    width: 25px;
    height: 22px;
    background: url(../images/whatsapp-icon.png) no-repeat;
    display: inline-table;
    position: relative;
    top: 5px
}

.calling_icon {
    width: 25px;
    height: 22px;
    background: url(../images/support.png) no-repeat;
    display: inline-table;
    position: relative;
    top: 5px
}

.screen-school-img-div {
    width: 100%;
    height: auto;
    margin: 20px 0 18px;
    padding: 0;
    text-align: center
}

.new-heading-small-row {
    border-bottom: 1px solid #d3d3d3;
    color: #323232;
    float: none;
    font-size: 24px;
    margin: 8px 0 12px;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
    line-height: 34px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600
}

.new-heading-small-row span {
    font-weight: 700
}

.tab_bg_sprite_inner {
    height: 80px;
    width: 80px;
    background: url(../images/core_features_tab.png) no-repeat;
    margin: 0 auto 5px;
    text-align: center
}

.nav-tabs .nav-link .academics_management {
    background-position: 0 -1px
}

.nav-tabs .nav-link .student_management {
    background-position: -91px -1px
}

.nav-tabs .nav-link .transportation {
    background-position: -181px -1px
}

.nav-tabs .nav-link .exam_management {
    background-position: -271px -1px
}

.nav-tabs .nav-link .payroll_finance_management {
    background-position: -361px -1px
}

.icon-div {
    float: left;
    width: 50px
}

.school_management_system h5.box-heading a {
    font-size: 16px
}

.icon-box.icon_left+.icon-box.icon_left {
    margin-top: 10px;
    padding-top: 10px
}

.school_management_system .box-wrap {
    padding-left: 65px
}

.school_management_system .box-wrap .box-content {
    font-size: 15px
}

.school_management_system .induse-sec-rgt li a {
    padding: 20px 5px
}

.school_management_system .nav-link {
    font-size: 16px
}

.row_part {
    height: auto;
    margin-bottom: 10px;
    padding: 0s;
    width: auto
}

.key-features-img-div img {
    display: block;
    max-width: 100%
}

.new-details-content,
.new-details-content a {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
    text-decoration: none;
    text-align: justify
}

hr {
    border: 1px dashed #999
}

.key-features-right-img-div {
    width: 138px;
    height: 118px;
    margin: 0 0 5px 15px;
    padding: 0;
    float: right;
    border: 10px solid #dfdfdf
}

.key-features-right-img-div img {
    display: block;
    max-width: 100%
}

.tw-case-study-box {
    width: 33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px
}

.tw-case-study-box .in-out-div {
    padding: 40px 10px 10px;
    border: 1px solid #d6d6d6
}

.case-img {
    text-align: center
}

.case-img img {
    display: inline-block;
    vertical-align: middle
}

.casestudy-content {
    padding: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 20px 0 0;
    text-align: center
}

.casestudy-content .readmore {
    color: #00aeef;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    padding: 10px 0 0;
    display: inline-block
}

.casestudy-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #323232;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center
}

.school_details_rightimg_div {
    width: 40%;
    height: auto;
    margin: 0 0 0 15px;
    padding: 0;
    float: right
}

.school_details_rightimg_div img {
    display: block;
    max-width: 100%;
    height: auto
}

.key-features-row {
    margin: 0 -10px
}

.key-features-box-div {
    padding: 10px;
    width: 33%;
    margin: 0;
    box-sizing: border-box;
    display: inline-flex
}

.key-features-box-div .features-box {
    padding: 30px 15px 10px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4
}

.key-features-box-div .features-icon-bg {
    padding: 0;
    margin: 0 0 10px;
    width: auto;
    height: auto;
    text-align: center
}

.key-features-box-div .features-icon-bg .features-icon.salary-setting {
    background-position: 0 0
}

.key-features-box-div .features-icon-bg .features-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    padding: 0;
    display: block;
    background: url(../images/education-management-sprite-sheet.png) no-repeat
}

.key-features-box-div .features-box h3 {
    color: #032846;
    font-size: 18px;
    list-style: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    font-weight: 600
}

.key-features-box-div .features-box p {
    margin: 0;
    padding: 0;
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify
}

.key-features-box-div .features-box h3::after {
    content: '';
    background: #faa41c;
    width: 14%;
    height: 4px;
    position: absolute;
    left: 43%;
    bottom: -3px;
    right: 0
}

.key-features-box-div .features-icon-bg .features-icon.pay-head {
    background-position: -94px 0
}

.key-features-box-div .features-icon-bg .features-icon.pay-slip {
    background-position: -271px 0
}

.key-features-box-div .features-icon-bg .features-icon.bank-connection {
    background-position: -355px 0
}

.key-features-box-div .features-icon-bg .features-icon.reporting-tools {
    background-position: -440px 0
}

.key-features-box-div .features-icon-bg .features-icon.employee-salary {
    background-position: -525px 0
}

.inner-contain-list p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px
}

.card .part_list_menu {
    padding: 0 15px
}

.exam-management-img-div {
    width: 100%;
    height: auto;
    margin: 20px 0 18px;
    padding: 0;
    text-align: center
}

.exam-management-img-div img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

.footer_ul {
    float: left;
    width: 50%
}

.school-counter-div-row {
    width: auto;
    height: auto;
    margin: 15px 0 30px;
    padding: 0;
    float: left
}

.school-counter-div-row .counter-clo {
    width: 116px;
    height: auto;
    margin: 0;
    padding: 0 6px;
    float: left
}

.school-counter-div-row .counter-clo .count-div.red {
    background-color: #d93433
}

.school-counter-div-row .counter-clo .count-div {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 22px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600
}

.school-counter-div-row .counter-clo .count-div .pluse {
    font-size: 24px;
    padding: 0 0 0 3px
}

.school-counter-div-row .counter-clo .titel-text {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0 0
}

.school-counter-div-row .counter-clo .count-div.yellow {
    background-color: #fc9d00
}

.school-counter-div-row .counter-clo .count-div.green {
    background-color: #66a72b
}

.school-counter-div-row .counter-clo .count-div.blue {
    background-color: #35c6f0
}

.school-footer-erp-img-div {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.accordion,
.sub-accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion__item {
    background: #e7e7e7;
    border-radius: 20px;
    margin-bottom: 5px
}

.accordion__item:nth-child(odd)>:first-child:not(.accordion__link_active) {
    color: #fff;
    background: #172959
}

.accordion__link {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: #696666;
    text-decoration: none;
    border-radius: 20px;
    display: block;
    padding: 12px 50px 12px 20px
}

.accordion__link:not(.accordion__link_active):after {
    position: absolute;
    content: "";
    border-top: 12px #00a7f4 solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 22px;
    top: 50%;
    transform: translatey(-6px)
}

.accordion__link:not(.accordion__link_active):hover {
    opacity: .8;
    color: #fff;
    background: #b8b8b8
}

.accordion__link:not(.accordion__link_active):hover:after {
    border-top: 12px #fff solid
}

.sub-accordion {
    padding: 5px 20px;
    display: none;
    height: 0;
    overflow: hidden
}

.sub-accordion__item {
    padding: 5px 0;
    color: #222;
    font-size: 15px;
    font-weight: 500
}

.accordion__link_active {
    color: #fff;
    background-color: #00a7f4
}

.accordion__link_active:after {
    position: absolute;
    content: "";
    border-bottom: 12px #fff solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 22px;
    top: 50%;
    transform: translatey(-6px)
}

.accordion__link_active+ul {
    display: block;
    height: 100%
}

.benefit_point {
    width: 100%;
    margin-bottom: 10px
}

.main-point-titel-blue {
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    background: #172959;
    border-radius: 10px 10px 0 0
}

.key-features-img-div {
    border: 8px solid #dfdfdf;
    float: left;
    padding: 0;
    background-color: #fff;
    width: 194px;
    margin: 0 15px 0 0;
    height: auto
}

.key-features-img-div img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.card-body {
    background: #e7e7e7;
    border-radius: 0 0 10px 10px
}

.card-body p {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px
}

.text-right {
    text-align: right
}

.medial-payment-details {
    border: #d2d2d2 1px solid;
    border-top: 0;
    padding: 9px
}

.medial-payment-div {
    width: 762px;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.medial-payment-div table {
    margin: 0
}

.medial-payment-div table tr {
    border: 0
}

.medial-payment-div .nav-tab-M {
    background: url(../images/medial-tab-had-bg.jpg) repeat-x scroll left center transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    color: #fff
}

.medial-payment-div select,
.medial-payment-div input {
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    background: #f0f0f0;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    margin: 0
}

.medial-payment-div .submit {
    background-color: #172959;
    padding: 8px 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-transform: uppercase
}

.payment-details-text {
    font: 12px Arial, Helvetica, sans-serif;
    color: #525151;
    text-decoration: none;
    padding: 0
}

.medial-payment-div .nav-tab-M {
    background: #172959;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 40px
}

.medial-payment-div table td,
.medial-payment-div table th {
    padding: 0;
    vertical-align: inherit
}

.medial-payment-div table td .btn {
    margin: 0;
    padding: 5px 12px;
    background: #00a651;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    display: block
}

.clock-outer {
    position: relative;
    height: 70px;
    width: 70px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-bottom: 15px;
    background-color: #ccc;
    border-radius: 100px;
    border: 1px solid #222
}

.clock-outer .clock-inner {
    height: 100%;
    width: 100%
}

.clock-outer .clock-inner .mins-box {
    height: 100%;
    width: 100%
}

.clock-outer .clock-inner .clock-hands-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.clock-outer .clock-inner .clock-hands-box span {
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 600ms cubic-bezier(.25, .46, .45, .94)
}

.clock-outer .clock-inner .clock-hands-box span:before {
    border-radius: 5px
}

.clock-outer .clock-inner .clock-hands-box span.sec-hand:before {
    content: "";
    display: block;
    position: absolute;
    background: #c0392b;
    height: 34px;
    top: 30px;
    width: 2px
}

.clock-outer .clock-inner .clock-hands-box span.min-hand::before {
    content: "";
    display: block;
    position: absolute;
    background: #d35400;
    height: 36px;
    top: 2px;
    width: 2px
}

.clock-outer .clock-inner .clock-hands-box span.hour-hand:before {
    content: "";
    display: block;
    position: absolute;
    background: #f39c12;
    height: 25px;
    top: 12px;
    width: 2px
}

.clock-outer .center-dot {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #f1c40f;
    z-index: 2
}

.clock-outer .center-dot:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: translatey(-50%);
    transform-origin: center center;
    animation: rippleAnim 1s infinite ease-in-out
}

.clock-outer .center-dot:after {
    background: #1abc9c
}

.dropdown_tab-80 .dropdown_tab {
    width: 80px
}

.student-tab {
    margin: 50px 0
}

.student-tab .first_clo_new .nav-pills {
    text-align: center
}

.student-tab .nav {
    display: flow-root
}

.student-tab .first_clo_new .nav-pills li {
    display: inline-block
}

.student-tab .nav {
    display: flow-root
}

.student-tab #pills-tabContent .course-tabs-details .tab-pane {
    width: 100%
}

.student-img-part {
    width: 20%;
    margin: 30px 0 0 0;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.student-tab .course-tabs-details {
    border-color: transparent
}

.student-img-part img {
    box-shadow: 0 0 8px -10px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.student-tab .first_clo_new .nav-pills li a {
    border: 0
}

.multiple_tabs_design_school {
    background: #f0f0f0
}

.student-tab .first_clo_new .nav-pills li {
    width: auto
}

.student-tab .first_clo_new .nav-pills li a {
    border-radius: 60px;
    margin-right: 3px;
    border: 1px solid #00a7f5;
    border-bottom: 0;
    font-size: 18px;
    color: #181818;
    font-weight: 700;
    background: #ededed;
    line-height: 27px;
    padding: 10px 50px
}

.student-tab .first_clo_new .nav-pills li a.nav-link.active,
.student-tab .first_clo_new .nav-pills li a.nav-link {
    background: #172959;
    color: #fff
}

.student-tab .first_clo_new .nav-pills li a.nav-link.active,
.student-tab .first_clo_new .nav-pills li a.nav-link:hover {
    background: #00a651 !important
}

.carousel-item-school {
    background: url(../images/slider/banner-bg.png) no-repeat;
    background-size: cover
}

.carousel-item-school img {
    position: relative !important;
    top: 54px !important
}

.blog-category-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    color: #262c31;
    margin-top: 0
}

.blog-link-li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 18px
}

.blog-link-li ul {
    margin: 0;
    padding: 0
}

.blog-link-li ul li {
    color: #676767;
    font-size: 13px;
    list-style: none;
    padding: 4px 8px;
    background: 0;
    line-height: normal;
    display: inline-block;
    margin: 2px 2px 2px 0;
    background-color: #f2f2f2
}

.blog-link-li ul li i {
    margin-right: 3px
}

.blog-link-li ul li a {
    color: #404040;
    font-weight: 500;
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0
}

.bottom_country_number span .flag {
    width: 40px;
    height: 22px;
    margin-right: 8px;
    position: relative;
    top: 0;
    margin: 0 auto;
    margin: 0 8px 0 0;
    display: inline-block
}

.bottom_country_number_main {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 6px;
    color: #444
}

.bottom_country_number {
    width: auto;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    float: none;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 10px 0
}

.bottom_country_number span {
    float: none;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: auto;
    font-weight: 600
}

.careers-tabs-out {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.careers-tabs-out .nav-tabs {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 30px 0 !important
}

.careers-tabs-out .nav-tabs .nav-item {
    box-shadow: none;
    margin-bottom: 0;
    width: 20%;
    display: inline-block
}

.careers-tabs-out .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 50px;
    background: #0a57f4;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px
}

.careers-tabs-out .nav-tabs .nav-item.show .nav-link,
.careers-tabs-out .nav-tabs .nav-link.active {
    color: #fff !important;
    border-color: none !important;
    background: #172959 !important
}

.footer-part .address_middle .box_icon {
    width: 50px;
    height: 50px;
    background: url(../images/sprite.png) no-repeat;
    margin: 0 auto
}

.footer-part .address_middle .box_icon.location-icon {
    background-position: -12px -438px
}

.footer-part .address_middle .box_icon.career-icon {
    background-position: -63px -438px
}

.footer-part .address_middle .box_icon.emails-icon {
    background-position: -113px -438px
}

.two-banner-icon .box_icon {
    width: 84px;
    height: 88px;
    background: url(../images/sprite.png) no-repeat;
    margin: 0 auto
}

.two-banner-icon .box_icon.iphone-icon {
    background-position: -499px -354px
}

.two-banner-icon .box_icon.android-icon {
    background-position: -635px -354px
}

.two-banner-icon .box_icon.residential-icon {
    background-position: -765px -354px
}

.two-banner-icon .box_icon.commercial-icon {
    background-position: -885px -355px
}

#cad-main-banner-part {
    height: 520px
}

.menu_sub_title a {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 5px 0;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
    line-height: 20px;
    border-radius: 50px;
    margin-top: 15px;
    display: inline-block;
    color: #222 !important
}

.blog-box {
    border-radius: 5px;
    margin: 0 0 30px 0;
    box-shadow: 0 0 30px 0 hsl(0deg 0 0 / 7%);
    background: #fff
}

.blog-detail {
    padding: 10px 20px
}

.restly-blog-post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #1d2c38;
    line-height: 28px;
    margin: 13px 0;
    display: block
}

.restly-blog-post-author {
    padding: 14px 0;
    border-top: 1px solid #e3e3e3;
    margin-top: 22px
}

.restly-blog-post-author a {
    color: #1d2c38
}

.cy_blog_box {
    margin-bottom: 45px
}

.cy_blog_img {
    position: relative;
    overflow: hidden
}

.cy_blog_img .cy_blog_links {
    position: absolute;
    bottom: 25px;
    left: 15px
}

.cy_blog_img .cy_blog_links>ul {
    padding: 0;
    margin: 0
}

.cy_blog_img .cy_blog_links>ul>li {
    list-style: none;
    display: inline-block
}

.cy_blog_img .cy_blog_links>ul>li>a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -ms-transition: -moz-transform .3s, opacity .3s;
    -o-transition: -o-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.cy_blog_img .cy_blog_links>ul>li>a>i {
    margin-right: 7px
}

.cy_blog_box:hover .cy_blog_img .cy_blog_links ul li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

.cy_blog_img .cy_blog_links ul li ul.cy_so_icons {
    position: absolute;
    left: 100%;
    top: 1px;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0
}

.cy_blog_img .cy_blog_links ul li ul.cy_so_icons li {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    display: inline-block;
    list-style: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.cy_blog_box:hover .cy_blog_img .cy_blog_links ul li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    color: #fff
}

.cy_blog_img .cy_blog_links ul li:hover ul.cy_so_icons li {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

ul.cy_blog_info {
    padding: 0;
    margin: 0
}

ul.cy_blog_info li {
    display: inline-block;
    list-style: none
}

ul.cy_blog_info li:first-child a {
    padding-left: 0
}

ul.cy_blog_info li a {
    color: #2f3942;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 10px;
    border-right: 1px solid
}

.cy_button {
    font-size: 18px;
    text-transform: capitalize;
    background-color: #00a7f4;
    padding: 0 45px;
    height: 48px;
    display: inline-block;
    color: #fff;
    line-height: 48px;
    border-radius: 28px;
    box-shadow: none;
    border: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600
}

.cy_button:hover {
    background: #a9c200
}

.cy_blog_box:hover .cy_blog_img img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.cy_blog_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    width: 100%
}

.cy_blockquotes {
    padding-top: 10px
}

.cy_blockquotes blockquote {
    padding: 30px 30px;
    margin: 0 0 50px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    border-left: 5px solid #ff712a;
    background-color: #f8f9fa
}

.comments-area-title {
    font-size: 24px;
    font-weight: 600;
    color: #1d2c38;
    line-height: 28px;
    margin: 13px 0;
    display: block
}

.cy_comments {
    border-bottom: 1px solid #d9dcde;
    padding: 20px 0;
    float: left
}

.comment_img img {
    margin-right: 20px;
    border-radius: 100%;
    width: 104px
}

.comment_data {
    width: calc(100% - 124px);
    float: left
}

.comment_data_info {
    margin-bottom: 10px
}

.comment_data_info h3 {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    float: left
}

.comment {
    list-style: none
}

.comment_data_info h3 a {
    color: #2f3942;
    margin-right: 30px
}

.comment-reply {
    float: right
}

.comment-reply a {
    color: #2f3942;
    text-transform: capitalize;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.comment-reply i {
    margin-right: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.comment_data_info p {
    display: inline-block;
    margin: 0
}

.comments-area ul.commentlist li.comment .children {
    padding: 0
}

.comments-area ul.commentlist li.comment .children .cy_comments {
    padding-left: 100px
}

.comment_para {
    margin-bottom: 0
}

.comment_img {
    float: left
}

.comment-respond {
    padding-top: 40px;
    clear: both
}

.pop_box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06d85f;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-out
}

.button:hover {
    background: #06d85f
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10000
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    margin: 100px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333
}

.popup .close:hover {
    color: #06d85f
}

.popup .content {
    max-height: 30%;
    overflow: auto
}

.restly-blog-post-title {
    font-size: 20px;
    font-weight: 600;
    color: #1d2c38;
    line-height: 28px;
    margin: 13px 0 0 0;
    display: block
}

.category-title {
    font-size: 18px;
    font-weight: 500;
    color: #00a651;
    line-height: 13px;
    margin: 10px 0 0 0;
    display: block
}

@media screen and (max-width:700px) {
    .pop_box {
        width: 70%
    }

    .popup {
        width: 70%
    }
}

.development-img-div {
    flex: 0 0 138px;
    margin: 0 15px 0 0
}









/* New design css */

.open-source-list {
	height: auto;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	float: left;
	width: 100%;
	display: flex;
}

.open-source-list-sign-up-btn1 a {
	text-align: center;
	margin: 0 auto;
	background: #11c7e6;
	color: #0b2a63;
	border-color: #11c7e6;
	font-weight: 700;
	font-size: 18px;
	padding: 12px 35px;
	border-radius: 60px;
}

.inner-special-heading-new {
	font-size: 50px;
	font-weight: 700;
	max-width: 100%;
	word-wrap: break-word;
	color: #104d84 !important;
	padding: 0 0 10px;
	margin: 25px 0px 0px 0px;
	text-align: center;
	line-height: 55px;
	position: relative;
	text-transform: none;
}
.inner-special-heading-text {
	color: #212121;
	text-align: center;
	font-size: 24px;
	margin: 20px 0px 40px 0px;line-height: 40px;
}
.special-text-new p{color: #212121;text-align: left;line-height: 34px;text-align: justify;}
.special-text-new strong{font-weight: 600;}
.special-text-new ul {margin: 25px 0px 20px 0px;}
.special-text-new ul li{display: inline-block;width: 49%;line-height: 32px;}

.item-media-new{margin: 20px 0px 20px 0px;}

h2.inner-special-heading-new{font-size: 36px;text-transform: none;}

.work-timer{background-color: #f1f8fc;}

.box_odd{background-color: #dfeef8;}

.timer_box {
	border-left: 2px solid #fff;
	padding: 30px 30px 80px 30px !important;
}

.timer_box:hover {
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	border: none;
	-webkit-box-shadow: 1px 2px 20px 0 rgba(0,48,114,.4);
	box-shadow: 1px 2px 20px 0 rgba(0,48,114,.4);
	z-index: 2;
}



.last_box{border-right: 2px solid #fff;}
.timer_box_head{color: #003d8f !important;font-weight: 700;font-size: 1.75rem;margin-bottom: 1.5rem !important;line-height: 40px;}

.box_even{background-color: #f1f8fc;}

.timer_box ul{padding-left: 0px;}
.timer_box li {
	background-image: url(../images/ic-corporate-checkmark-bright-bg.svg);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 35px;
	background-position: left 9px;
	line-height: 40px;color: #223857;
}
.open-source-list-sign-up-btn1{position: absolute;bottom: 40px;}


.special-text-table{margin: 20px 0px;display: inline-block;}

.special-text-table .open-source-list-titel {
	color: #FFF;
	line-height: 37px;
	height: auto;
	text-align: center;
/*	background: #172959;*/
    background: linear-gradient(90deg, #053573 0%, #034191 100%);
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0px;
	border-radius: 20px 20px 0px 0px;
}
.special-text-table .open-source-list-co {
	/* width: 32%; */
	/* height: 100%; */
	/* float: left; */
	margin: 0 5px;
	padding: 0px 0px 50px 0px;
	border-radius: 20px;
	border: 1px solid #172959;
	position: relative;
	flex: 0 0 32%;
	max-width: 32%;
	position: relative;
}
.special-text-table .open-source-list-details ul li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 20px;
	border-bottom: 1px dashed #CCC;
	line-height: 18px;
	font: 13px 'Open Sans', sans-serif;
	color: #545454;
	text-align: justify;
	background: url(../images/hire-arrow.jpg) 0 12px no-repeat rgba(0, 0, 0, 0);
	list-style: none;
	line-height: 24px;
}


.outsourcing-main{position: relative;}
.outsourcing-main-left{position: relative;background: #fff;padding: 40px 0px;}
.outsourcing-main-left::before {
	position: absolute;
	margin: 0;
	padding: 0;
	content: '';
	width: 50%;
	height: 100%;
	background: #ecf4fd;top: 0
}

.outsourcing-main h3 {
	color: #00a24f;
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}
.outsourcing-main p{line-height: 34px;text-align: justify;}

.outsourcing-main-right::before {
	position: absolute;
	margin: 0;
	padding: 0;
	content: '';
	width: 50%;
	height: 100%;
	background: #ecf4fd;
	right: 0;
	top: 0;
}

.outsourcing-main-right{background: #fff;position: relative;padding: 40px 0px;}


.outsourcing-img {
	height: 250px;
	width: auto;
	margin: 0px auto;
	text-align: center;
}
.outsourcing-img img{max-width: 100%;max-height: 100%;}

.outsourcing-main-text{padding: 0px 50px;}
.center-text{display: inline-flex;align-items: center;}





.section_counter {
	background: #104d84;  
	background-size: auto;
	background-size: cover;
}
.section_counter .inner-box {
	background: #053573;
	padding: 60px;
}
.cmt-fid-contents {
	text-align: center;
}
.section_counter h3.cmt-fid-title {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 8px 0;
	padding: 0;
}
.section_counter h4.cmt-fid-inner {
	color: #00a24f;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.section_counter h4 i {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
}

.inner_detail-new{padding: 25px 0px 0px 0px;}


.fw-theme-steps-new.style2 .fw-theme-steps-wrap{margin-top: 0px}

.fw-theme-steps-new .item-title{color:#00a24f !important; }


.item-img-new{height: 60px;width: 60px;margin: 0 auto;}

.fw-theme-steps-new.style2 .fw-theme-steps-wrap{overflow: unset}
.fw-theme-steps-new.style2 .fw-theme-steps-wrap .vertical-item {width: 31%;box-shadow: 1px 0px 10px 2.5px #D8E9FF;}


.inner-special-heading-new img{width: 80px;}
.inner-special-heading-text span{border-top:1px solid #104d84 ;border-bottom: 1px solid #104d84;padding: 10px 0px;display: inline-block;}


.formbox-new {
	width: 100%;
	display: inline-block;
	background: #fff;border-radius: 20px;padding-bottom: 20px;
}
.formbox-new .headingsec {
	padding: 20px 30px;
	text-align: left;
	margin: 0 0 22px;
	background: #00a651;
    background: linear-gradient(90deg, rgba(0,166,81,1) 0%, rgba(2,118,59,1) 100%);border-radius: 20px 20px 0px 0px;
}


.hirebanner-new {
	padding: 9em 0 3em;
	background: #053573;
}

.hirebanner-new .headtext {
	width: 62%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3% 0 0;
	position: relative;
}

.hirebanner-new h1 {
	color: #fff;
	font-size: 41px;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: none;
	margin-top: 0px;
	line-height: 66px;
}

.sub-head-n {
	color: #0ff780;
	font-size: 30px;
	line-height: 44px;
}

.hirebanner-new p{color: #fff;line-height: 30px;margin: 0px;text-align: justify;}

.hirebanner-new ul{margin: 0; padding: 0}
.hirebanner-new li{color: #fff;list-style: none;padding-bottom: 10px;}
.hirebanner-new li .fa {
	padding-right: 10px;
	color: #0ff780;
}

.formbox-new .headingsec h2 {
	font: 30px/32px DINPro-Regular,sans-serif;
	color: #fff;
}



.form-div1 input, .form-div1 select {
	padding: 5px 15px;
	margin: 5px 0;
	width: 100%;
	background: 0 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #464646;
	font-weight: 400;
    
      border: 1px solid #e6e6e6;
    
}

.form-div1 {
	padding: 10px 20px;
	margin: 0;
}

.form-div1 textarea {
	padding: 5px 15px;
	margin: 5px 0;
	width: 100%;
	height: 80px;
	background: 0 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #464646;
	font-weight: 400;  border: 1px solid #e6e6e6;
}

.form-div1 .submit {
	background-color: #172959;
	padding: 8px 20px;
	text-align: center;
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}


/*faq*/

.accordion {
  width: 100%;
  
  margin: 30px auto 20px;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 40px;
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	/* border-bottom: 1px solid #CCC; */
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 19px;
  left: 12px;
  font-size: 22px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
	background: #104d84;
	color: #fff;
}

.accordion .link strong{color: #212121;}
.accordion .open .link strong{color: #fff;}

.accordion li.open i { color: #fff; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion li {background: #FFF;border-bottom: 1px solid #CCC}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
/*  background: #444359;*/
  font-size: 16px;padding: 0;
}

.submenu ul {
	
	margin: 0px;
	padding: 0px 0px 20px 3px;
}
.submenu li { list-style: none;box-shadow: none ;border: 0px;}

.submenu a {
  display: block;
  text-decoration: none;
  color: #212121;
  padding: 12px;
/*  padding-left: 25px;*/
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;text-align: justify
}
.submenu li{margin: 5px 20px;}

/*
.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
*/
/*END faq*/

.section_counter_detail {
	position: relative;	
	background-image:  url(../images/feedback-bg.png);
	background-color: #053573;
	background-repeat: no-repeat;
	/* right: 0; */
    /*background-position: right bottom;*/
	padding: 40px 0px;
}
.fw-theme-steps-wrap p{text-align: center;}

.section_detail{
/*    background: #2a6abb;*/
    color: #fff;text-align: center;padding: 40px 20px;border: 1px solid #60aedb87}
.section_detail .special-text-new p {
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 0px;
}
.section_detail .special-text-new p strong{color: #fff;}
.section_detail h6 {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: .85em;
	margin-top: 20px;
	font-weight: 600;
}

.section_detail_img {
	text-align: center;
	margin-top: -69px;
	width: 80px;
	height: 60px;
	margin: -70px auto 0;
	background: #053573;
	padding: 0px 10px;
}

.section_detail_img img{width: 60px;}

.inner-special-heading-text-list {
	margin: 20px 0px 0px 0px !important;
	padding: 9px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #104d84;
	border-bottom: 1px solid #104d84;
	font-size: 24px;
	line-height: 40px;
}
.inner-special-heading-text-list li {
	display: inline-block !important;
	width: auto !important;
	padding-right: 30px;
}
.inner-special-heading-text-list .fa { 
	color: #00a651;
	font-size: 18px;
	padding-right: 10px;
	position: relative;
	top: -2px;
}


.accordion .link fa{}

.contact_detail_new{background:#053573 url(../images/feedback-bg.png) no-repeat;padding: 30px 0px 70px 0px;}
.address_middle {
	text-align: center;
	padding: 10px 0 20px 0px;
}






.innerpage_tab_new.nav-tabs {
	color: #212121;
	border-bottom: 4px solid #053573;
}
.innerpage_tab_new.nav-tabs > li {width: 25%;padding: 0px 0px;}

.innerpage_tab_new.nav-tabs > li > a {
	color: #053573 ;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	font-size: 18px;
	font-weight: 600;
}
.innerpage_tab_new.nav-tabs > li > a:hover{

  background-color: #053573 !important;
    border-radius: 0px;
    color:#fff;
   

}
.nav-tabs > li.active > a,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover{

    background-color: #053573 !important;
    color:#fff; 

}

.nav-tabs > li > a.active{

    background-color: #053573 !important;
    color:#fff; 

}

.innerpage_tab_new li a img{width: 50px;display: block;margin: 0px auto 5px;opacity: 1;}


.menu-icon-bg{background: url(../images/tab-icon-bg2.png) no-repeat;height: 48px;width: 46px;margin: 0px auto}

.innerpage_tab_new.nav-tabs > li > a .mongodb {background-position: -3px -51px;}
.innerpage_tab_new.nav-tabs > li > a .expressjs{background-position: -52px -51px;}
.innerpage_tab_new.nav-tabs > li > a .angularjs{background-position: -100px -51px;}
.innerpage_tab_new.nav-tabs > li > a .nodejs{background-position: -148px -51px;}

.innerpage_tab_new.nav-tabs > li > a .mvcframe{background-position: -196px -51px;}
.innerpage_tab_new.nav-tabs > li > a .laravel{background-position: -244px -51px;}
.innerpage_tab_new.nav-tabs > li > a .yiiframe{background-position: -296px -51px;}
.innerpage_tab_new.nav-tabs > li > a .phpcode{background-position: -343px -51px;}
.innerpage_tab_new.nav-tabs > li > a .cakephp{background-position: -393px -51px;}


.innerpage_tab_new.nav-tabs > li > a.active .mongodb , .innerpage_tab_new.nav-tabs > li > a:hover .mongodb {background-position: 0px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .expressjs , .innerpage_tab_new.nav-tabs > li > a:hover .expressjs{background-position: -52px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .angularjs , .innerpage_tab_new.nav-tabs > li > a:hover .angularjs{background-position: -100px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .nodejs , .innerpage_tab_new.nav-tabs > li > a:hover .nodejs{background-position: -148px 0px;}

.innerpage_tab_new.nav-tabs > li > a.active .mvcframe , .innerpage_tab_new.nav-tabs > li > a:hover .mvcframe{background-position: -196px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .laravel , .innerpage_tab_new.nav-tabs > li > a:hover .laravel{background-position: -244px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .yiiframe , .innerpage_tab_new.nav-tabs > li > a:hover .yiiframe{background-position: -296px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .phpcode , .innerpage_tab_new.nav-tabs > li > a:hover .phpcode{background-position: -343px 0px;}
.innerpage_tab_new.nav-tabs > li > a.active .cakephp , .innerpage_tab_new.nav-tabs > li > a:hover .cakephp{background-position: -393px 0px;}

.innerpage_tab_new_text{}


.innerpage_tab_new_text .outsourcing-main-text{padding: 0px;}

.innerpage_tab_new_text .outsourcing-main-text h3 {	margin: 0px 0px 20px 0px;padding-bottom: 25px;position: relative;	color: #053573;}

.innerpage_tab_new_text .outsourcing-main-text h3::before{left: 0; background: #053573 ;bottom: 2px;width: 50px;height: 4px;position: absolute;content: '';}

.innerpage_tab_new_text .outsourcing-main-text p{position: relative;z-index: 1;line-height: 32px;text-align: justify;}


.innerpage_tab_new_1 .tab-pane{margin: 50px 0px}

.innerpage_tab_new1.nav-tabs > li {
	width: 20%;
	padding: 0px 0px;
}

.hirebanner-new strong{color: #fff;}


.fw-theme-steps-new{padding: 0px 15px;}


#inner-banner-form {
	width: 35%;
	display: inline-block;
}


#inner-banner-form-img {
	width: 35%;
	display: inline-block;
}


#inner-banner-form-img .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.innerpage_tab_new_web_left {
	width: 375px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	padding: 15px 15px 0px 15px;
}
.innerpage_tab_new_web_right{padding-left: 15px;padding-right: 15px;width: 70%;}

.innerpage_tab_new_web.nav-tabs > li {
	width: 100%;
	padding: 0px 0px;position: relative;margin-bottom: 20px;
}

.innerpage_tab_new_web.nav-tabs > li > a {
	color: #212121;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 10px 15px 10px;
	font-size: 18px;
	font-weight: 600;	
	
	border-radius: 5px;
	box-shadow: 1px 0px 5px 2.5px #D8E9FF;border-top: 5px solid transparent;background: #fff;
}

.innerpage_tab_new_web.nav-tabs > li > a.active {
	border-top: 5px solid #053573;
	background-color: #f1f8fc !important;
	color: #053573;
} 



.tab-icon-img {
    float: left;width: 80px;
}
.tab-icon-detail{margin-left: 90px;color: #212121;}

.tab-icon-img li a img {
	width: 80px;
	display: block;
	margin: 0px auto 5px;
	opacity: 1;
}

.menu-icon-head {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.menu-icon-text {	
	
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

.innerpage_tab_new_web li a img {
	width: 80px;
	display: block;
	margin: 0px auto 5px;
	opacity: 1;
}


.innerpage_tab_new_text_detail h3 {
	color: #fff;
	font-size: 24px;
	position: relative;
	margin: 0px 0px 40px 0px;
}
.innerpage_tab_new_text_detail h3::before {
	left: 0;
	background: #fff;
	bottom: -20px;
	width: 100px;
	height: 3px;
	position: absolute;
	content: '';
}
.innerpage_tab_new_text_detail p{line-height: 30px;font-size: 14px;color: #fff;}

.development-tab {
	background-color: #f1f8fc;
}
.development-tab .col-md-8{padding-bottom: 20px;}
.development-tab .tab-content{height: 100%;
/*    background: #fff;*/
border-radius: 5px;
padding: 20px;
/*box-shadow: 1px 0px 5px 2.5px #D8E9FF;*/
position: relative;}

.readmore_btn {
	background: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	color: #053573;
	text-transform: unset;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.readmore_btn a{color: #053573;}
.readmore_btn .fa{padding-left: 10px}

.innerpage_tab_new_web.nav-tabs > li > a.active .menu-icon-head{color:#053573 }

.content-part-php-development {
	padding: 20px 0 0 30px;
}
.content-part-php-development h3 {
	font-size: 20px;
	line-height: 28px;
	position: relative;
	padding: px 0;
	color: #053573;
	margin: 0;
	font-weight: 600;
}
.content-part-php-development h3::before {
	content: '\f111';
	font-family: FontAwesome;
	color: #053573;
	font-size: 14px;
	position: absolute;
	left: -30px;
	top: 3px;
}

.content-part-php-development p {
	font-size: 16px;line-height: 32px;
	padding: 15px 0 0;
	color: #212121 ;margin: 0;
}

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


.development-tab-main{background: #053573;position: relative;}

.development-tab-main::before {
	background: #fff url(../images/tab_bg_new.png) no-repeat;
	left: 0;
	width: 38%;
	content: '';
	position: absolute;
	height: 100%;
}

.innerpage_tab_new_text_detail li{color: #fff !important;}




.services-section .row .col_custom {
	--icon-width: 80px;
	--icon-bg-clr: #eee;
	padding: .6rem;
}
.cs-box {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px 0 #ccc;
	box-shadow: 0 0 6px 0 #ccc;
	height: 100%;
}
.cs-box .content_wrap.high-rise-bg {
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.cs-box .content_wrap::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, #05469b, #053573 );
}
.cs-box .content_wrap h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0 10px 0;
	line-height: normal;
	letter-spacing: 0.5px;position: relative;
}

.cs-box .content_wrap p {
	text-align: justify !important;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.cs-box .content_wrap ul {
	margin: 0px;
	padding: 0px;
}
.cs-box .content_wrap ul li {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	position: relative;
}
.cs-box .content_wrap ul li i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 6px;
}




/*
.service-page-new-img-div {
	margin-bottom: 10px;
}
*/
.service-page-new-img-div {
	margin-bottom: 10px;
/*
	background-color: #05357330;
	border-radius: 587px;
	padding: 10px;
*/
}


.service-page-new-img-div img {
	display: block;
	max-width: 100%;
}
.development-tab-p p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	position: relative;
	color: #212529;
	text-align: justify;
	margin-bottom: 12px;
}

.cs-box .content_wrap {
	width: auto;
	padding: 20px;
	position: relative;
	/* padding-bottom: calc(1.25rem * 2); */
	height: 100%;
}









.services-left {
	 margin-bottom: 30px; 
background: #053573;
	padding: 20px 30px;
	border-radius: 15px;
	margin-right: 20px;
}
.services-left .section-title {
	margin-bottom: 20px;
}
.section-title h2 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
	line-height: 44px;
	margin-bottom: 0;
	 color: #fff;
	text-transform: uppercase;
	text-align: ;
}
.services-left .section-title p {
	padding-top: 17px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
  color: #fff
}
.services-card {
	padding: 30px 20px 25px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin: 0px 0px 15px 0px;height: 100%;
}
.services-card-color-bg {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
	box-shadow: 0 0 15px rgba(0,0,0,.07);
	padding: 40px 30px 0px 30px;
	border-radius: 15px;
}
/*
.services-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-color: #0071dc;
	border-radius: 272px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s;
}
*/
.services-card h3 {
	margin-top: 20px;
	margin-bottom: 12px;
	-webkit-transition: .7s;
	transition: .7s;
	font-size: 32px;
	font-size: 18px;
	font-weight: 700;
}
.services-card h3 a {
	display: block;
	color: #212121;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card p {
	margin-bottom: 12px;
	-webkit-transition: .7s;
	transition: .7s;
    line-height: 30px;
	font-size: 16px;
	text-align: justify;
}
.services-card .learn-btn {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 75px;
	height: 75px;
	background-color: #0071dc;
	border-radius: 170px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 1;
}
.services-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-color: #053573 ;
	border-radius: 272px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card:hover h3 a {
	color: #fff;
}
.services-card:hover p {
	color: #fff;
}
.services-card:hover .learn-btn {
	color: #fff;
}

.services-card .learn-btn i {
	font-size: 12px;
	position: relative;
	top: 1px;
	color: #252525;
	-webkit-transition: .7s;
	transition: .7s;
	padding-left: 10px;
}

.services-card:hover .learn-btn i {
	color: #fff;
}

.services-area-four{padding: 40px 0px;}


/*
.services-area-four .readmore_btn {background: #053573;	color: #fff;}
.services-area-four .readmore_btn a {color: #fff;}
*/



.services-card i {
	color: #1c71df ;
	font-size: 50px;
	line-height: 1;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card:hover i {
	color: #fff;
}


.service-page-new-img-div img {
	width: unset !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
}

.services-main .col-lg-4{padding-bottom: 30px;}

 .development-tab-p .section-title {
	font-size: 20px;
	line-height: 28px;
	position: relative;
	padding:0px 0px 15px 0px;
	color: #053573;
	margin: 0;
	font-weight: 600;
}


.services_box {
	text-align: left;
	background: #fff;
	padding: 40px 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 5px;
	margin: 0 0 30px;
    min-height: auto;
	margin-bottom: 0;
	height: 100%;
}


.services_box .image  {
	padding: 0 0 0 15px;
	width: 30%;
}

.services_box .image {
	
	height: 120px;
	width: 120px;
	background: #ffac0017;
	border-radius: 100px;
	text-align: center;
	line-height: 120px;
	color: #ffac00;
}
.services_box .image img{width: 80px;}
.services_box .text {
	padding: 0 15px 0 15px;
	width: 76%;
}
.services_box h3 {
	margin: 0px 0 20px;
	font-size: 22px;
}
.services_box p {
	color: #0f1010;
	max-width: 100%;
	margin: 0;
	text-align: left;
	text-align: left;
	font-size: 16px;
	width: 100%;
	line-height: 33px;
	text-align: justify;
}
.mb-30 {
	margin-bottom: 30px;
}
.services-main .col-lg-6 {
	padding-bottom: 30px;
}

/*.services-area-four:before{background: #000;left: 0;content: '';position: relative;height: 100%;}*/


.three-box-area {
	width: auto;
	height: auto;
}
.three-box-area .row .clo-div {
	padding: 0px;
}
.three-box-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	height: 100%;
}
.pt-process-1 {
	background-color: #034781;
	height: 100%;
}
.pt-process-2 {
/*	background-color: #f0f0f0;*/
	height: 100%;
    background: url(../images/tab_bg_new.png) no-repeat;
}
.three-box-area h5 {
	font-size: 28px;
	margin: 0px 0 22px 0;
	color: #feffff;
	font-weight: 700;
	text-align: center;
}
.three-box-area .pt-process-2 h5{color:#104d84 ;}
.three-box-area .pt-process-2 p{color: #212121;}

.three-box-area p {
	color: #fff;
	font-size: 16px;
	color: #feffff;
	line-height: 34px;
	text-align: center;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;margin-bottom: 0px;
}

.pt-process-step {
	padding: 50px 45px;
	position: relative;
}

.pt-process-info{text-align: center;}








.new-development-services-list {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	position: relative;
	transition: all ease .5s;
	cursor: pointer;
}

.new-development-services-left .new-development-services-list:first-child, .new-development-services-left .new-development-services-list:last-child {
	left: 40px;
}
.new-development-services-svg.new-development-services-2 .new-development-services-left .new-development-services-list:nth-child(1) .new-development-services-img {
	background-position: 0 0;
}
.new-development-services-2.angular-development-services .new-development-services-list .new-development-services-img {
	background-image: url(../../img/icon-bg/angular-development-spider-sprite.svg);
}

.new-development-services-left .new-development-services-img {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.new-development-services-img {
	float: left;
	background: #f4f7ff;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	line-height: 80px;
	text-align: center;
	position: relative;
	margin-right: 20px;
	transition: all ease .5s;
}
.new-development-services-text {
	width: 70%;
	float: left;
}
.new-development-services-text h3, .new-development-services-text h4 {
	font-size: 18px;
	color: #034781;
	line-height: 1.7;
	padding: 0;
	margin-bottom: 5px;
	font-weight: 600;
}
.new-development-services-text p {
	font-size: 14px;
	color: #000;
	line-height: 1.8;
}
.new-development-services-center {
	text-align: center;
}
.new-development-services-center-img {
	background: #080b39;
	width: 160px;
	height: 160px;
	line-height: 160px;
	border-radius: 100%;
	margin: 200px auto 0;
	position: relative;
}
.angular-development-services .new-development-services-center-img {
	margin: 230px auto 0;
}
.new-development-services-center-img::before {
	content: '';
	border: 1px dashed #080b39;
	width: 170px;
	height: 170px;
	padding: 10px;
	position: absolute;
	left: -5px;
	right: 0;
	top: -5px;
	bottom: 0;
	border-radius: 100%;
}
.new-development-services-right .new-development-services-list:first-child, .new-development-services-right .new-development-services-list:last-child {
	right: 40px;
}
.new-development-services-list {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	position: relative;
	transition: all ease .5s;
	cursor: pointer;
	background: #f0f0f0;
	border-radius: 100px;
}
.new-development-services-left .new-development-services-text {
	text-align: right;
	float: right;
}
.new-development-services-point{padding: 0px 100px;}

.yellow-color{background-color: #ffad00;}
.blue-color{background-color: #00d0ff}
.red-color{background-color: #f06152}
.purple-color{background-color: #49527b}
.nevy-color{background-color: #1b5eb7}
.green-color{background-color: #7da918}


.new-development-services-img .fa {
	color: #fff;
	font-size: 70px;
	top: 40px;
	position: relative;
}


















.services-main-part {
/*	background: #053573;*/
	position: relative;
}

.services-main-part::before {

    background: url(../images/our-project-new.jpg) no-repeat;
	left: 0;
	width: 38%;
	content: '';
	position: absolute;
	height: 100%;
}

.services-main-part .services-left  {
	margin-bottom: 20px;
	z-index: 2;
	position: relative;background: transparent;
}
.services-main-part .services-left{margin-right: 0;}

.services-main-part .col-lg-6 {
	padding-bottom: 30px;
}





















.services-main-part {
/*	background: #053573;*/
	position: relative;
}

.services-main-part::before {

    background: url(../images/our-project-new.jpg) no-repeat;
	left: 0;
	width: 38%;
	content: '';
	position: absolute;
	height: 100%;
}

.services-main-part .services-left  {
	margin-bottom: 20px;
	z-index: 2;
	position: relative;background: transparent;
}
.services-main-part .services-left{margin-right: 0;}

.services-main-part .col-lg-6 {
	padding-bottom: 30px;
}



