* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-family: Open Sans, sans-serif
}

body {
    font-size: 15px;
    color: #404040;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Open Sans, sans-serif
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ff4800
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Poppins, sans-serif
}

div.h5 {
    font-size: 16px
}

button,
input,
select,
textarea {
    font-family: Rubik, sans-serif
}

textarea {
    overflow: hidden
}

.theme_color {
    color: #ff4800
}

p {
    text-align: justify
}

,
.text {
    position: relative;
    line-height: 1.8em;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    margin-top: 10px
}

.page-wrapper section {
    position: relative
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.grey-bg {
    background-color: #f8f8f8
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.centered {
    text-align: center
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: grey;
    font-size: 16px;
    font-weight: 400
}

.list-style-one li:before {
    position: absolute;
    content: '\f00c';
    left: 0;
    top: 2px;
    color: #ff4800;
    font-size: 18px;
    font-family: FontAwesome
}

.check {
    color: red
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    background: #2196F3;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #2196F3;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: Poppins, sans-serif
}

.btn-style-one .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 4px
}

.btn-style-one:hover {
    color: #2196f3;
    border-color: #2196f3;
    background: 0 0
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #0f1341;
    font-size: 14px;
    font-weight: 700;
    background: #f2f2f2;
    display: inline-block;
    padding: 9px 42px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #f2f2f2
}

.btn-style-two:hover {
    color: #fff;
    border-color: #2196f3;
    background: #2196f3
}

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #0f1341;
    display: inline-block;
    padding: 9px 42px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #0f1341;
    font-family: Poppins, sans-serif
}

.btn-style-three:hover {
    color: #0f1341;
    background: 0 0
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg)
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.fancybox-next span,
.fancybox-prev span {
    background-image: none!important;
    width: 44px!important;
    height: 44px!important;
    line-height: 44px!important;
    text-align: center
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 44px!important;
    height: 44px!important;
    line-height: 44px!important;
    background-color: rgba(28, 28, 28, .4)!important;
    color: #fff;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.fancybox-next span:before {
    content: '\f178'
}

.fancybox-prev span:before {
    content: '\f177'
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #fff!important;
    color: #000
}

.fancybox-type-image .fancybox-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, .5)!important
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000!important
}

.fancybox-type-image .fancybox-skin {
    padding: 0!important
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    margin-right: 15px;
    display: inline-block
}

.social-icon-one li a {
    position: relative;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a:hover {
    color: ##2196f3
}

.social-icon-two {
    position: relative
}

.social-icon-two li {
    position: relative;
    margin-right: 12px;
    display: inline-block
}

.social-icon-two li a {
    position: relative;
    font-size: 14px;
    color: grey;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-two li a:hover {
    color: ##2196f3
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 70px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50px;
    background: #ff4800;
    display: none;
    border: 2px solid #ff4800;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #2196f3
}

.main-header {
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%
}

.main-header:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
}

.main-header.header-style-five:before,
.main-header.header-style-four:before,
.main-header.header-style-three:before,
.main-header.header-style-two:before {
    display: none
}

.main-header .header-top {
    position: relative;
    background: #000;
    color: #fff
}

.header-style-one .header-top .top-outer {
    position: relative
}

.header-style-three .header-top .top-outer {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 3px 0 1px
}

.main-header .header-top .top-left .links {
    position: relative;
    float: left;
    z-index: 99999;
}

.main-header .header-top .top-left .links li {
    position: relative;
    float: left;
    margin-right: 20px;
    line-height: 1em;
    color: #ababab;
    padding-right: 20px
}

.main-header .header-top .top-left .links li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    border-right: 1px solid #c3c3c3
}

.main-header .header-top .top-left ul li:last-child {
    top: 3px;
    margin-right: 0;
    padding-right: 0
}

.main-header .header-top .top-left .links li:last-child:after {
    display: none
}

.main-header .header-top .top-left .links li .icon {
    position: relative;
    top: 2px;
    color: #fcb03b;
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px
}

.main-header .header-top .top-left .links li strong {
    font-weight: 500
}

.main-header .header-top .top-left .links li a {
    position: relative;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-header .header-top .top-left .links li a:hover {
    color: #2196f3
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 7px 0;
    z-index: 99999;
}

.main-header .header-top .top-right ul li {
    position: relative;
    color: grey;
    font-size: 14px;
    float: left;
    padding-right: 15px;
    line-height: 1em;
    margin-right: 5px;
    border-right: 1px solid #c3c3c3
}

.main-header .header-top .top-right ul li span {
    position: relative;
    margin: 0 5px
}

.main-header .header-top .top-right ul li:first-child a {
    text-decoration: underline
}

.main-header .header-top .top-right ul li:first-child a span {
    text-decoration: none!important
}

.main-header .header-top .top-right ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-header .header-top .top-right ul li a .icon {
    position: relative;
    margin-right: 12px;
    color: #ff4800
}

.main-header .header-top .top-right ul li a:hover {
    color: #2196f3
}

.main-header .header-top .top-right ul li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0
}

.main-menu .navigation>li:last-child>ul {
    left: auto;
    right: 0
}

.dropdown-menu {
    min-width: 500px
}

.dropdown-menu.columns-2 {
    min-width: 400px
}

.dropdown-menu.columns-3 {
    min-width: 600px
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300
}

.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #000;
    font-size: 16px;
    white-space: normal
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3cb878
}

@media (max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px!important;
        overflow-x: hidden
    }
}

.main-header .language .flag-img {
    position: relative;
    margin-right: 10px;
    top: -2px
}

.main-header .language .dropdown-menu {
    top: 100%;
    left: 0;
    width: 180px;
    border-radius: 0;
    margin-top: 14px;
    background-color: #222;
    border: none;
    padding: 0;
    border-top: 3px solid #ff4800
}

.main-header .language>a {
    padding: 0 0;
    background: 0 0!important;
    border: 0
}

.main-header language a:hover {
    background: 0 0
}

.main-header .language .dropdown-menu>li {
    padding-right: 0!important;
    margin: 0!important;
    float: none;
    width: 100%;
    display: block!important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.main-header .language .dropdown-menu>li>a {
    padding: 6px 20px!important;
    color: #fff!important;
    text-align: left;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #fff!important;
    background-color: #2196f3
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    background-color: #f7f7f7;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 2px solid #fcb03b;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .main-box .outer-container {
    position: relative
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 99999;
    padding: 9px 0
}

.main-header.fixed-header .main-box .logo-box {
    padding: 5px 0
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header.fixed-header .nav-outer .search-box-outer {
    margin-top: -10px
}

.main-header.fixed-header .main-box .logo-box .logo img {
    height: 60px
}

.main-header .nav-toggler {
    position: relative;
    right: 0;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0;
    display: block;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ddd
}

.main-header .nav-toggler button {
    position: relative;
    left: 12px;
    display: block;
    color: #444;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    background: 0 0;
    font-weight: 600
}

.main-header .nav-outer {
    position: relative;
    float: right;
    z-index: 99999;
}

.main-header .nav-outer .outer-box {
    position: relative;
    float: right;
    margin-left: 35px;
    margin-top: 15px
}

.header-style-four .nav-outer .outer-box {
    margin-top: 48px
}

.main-header .nav-outer .outer-box .talk {
    position: relative;
    color: #ff4800;
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-top: -10px;
    margin-left: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.main-header .nav-outer .outer-box .talk .icon {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.main-header .nav-outer .search-box-outer {
    position: relative;
    right: 0;
    top: 50%;
    float: left;
    margin-top: -10px;
    color: #000
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    color: #252525;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    text-align: right;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .header-top .top-right .search-box-btn {
    top: 2px
}

.main-header .search-box-outer .dropdown-menu {
    top: 30px;
    right: 0;
    padding: 0;
    width: 280px;
    border-radius: 0;
    border-top: 3px solid #ff4800
}

.main-header .search-box-outer .dropdown-menu>li {
    padding: 0;
    border: none;
    background: 0 0
}

.main-header .search-panel .form-container {
    padding: 25px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type=password],
.main-header .search-panel input[type=search],
.main-header .search-panel input[type=text],
.main-header .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #ff4800
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer
}

.header-style-two {
    position: relative
}

.header-style-three,
.header-style-three .header-top,
.header-style-two .header-top {
    position: relative;
    background-color: #0f1341
}

.header-style-three .header-top .top-left .links li a,
.header-style-three .header-top .top-right ul li a,
.header-style-two .header-top .top-left .links li a,
.header-style-two .header-top .top-right ul li a {
    color: #b8b8b8
}

.header-style-five .main-menu .navigation>li>a,
.header-style-three .header-top .top-left .links li strong,
.header-style-three .search-box-btn,
.header-style-two .header-top .top-left .links li strong,
.header-style-two .search-box-btn {
    color: #000
}

.header-style-three .header-top .top-left .links li:after,
.header-style-three .header-top .top-right ul li,
.header-style-two .header-top .top-left .links li:after,
.header-style-two .header-top .top-right ul li {
    border-color: rgba(255, 255, 255, .3)
}

.header-style-four {
    box-shadow: none
}

.header-style-five .main-box {
    background-color: rgba(255, 255, 255)
}

.header-style-four .main-menu .navigation>li:after,
.header-style-four .main-menu .navigation>li:before {
    display: none
}

.header-style-four .main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    opacity: 0;
    border-radius: 0;
    background-color: #ff4800;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header-style-four .main-menu .navigation>li.current a::before,
.header-style-four .main-menu .navigation>li:hover>a::before {
    opacity: 1;
    width: 100%
}

.header-style-five {
    box-shadow: none
}

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 14px 0
}

.main-menu .navigation>li:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 30px;
    opacity: 0;
    background-color: #ff4800;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 28px;
    width: 7px;
    height: 7px;
    opacity: 0;
    margin-left: -3px;
    border-radius: 50%;
    background-color: #ff4800;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li.current::after,
.main-menu .navigation>li.current::before {
    opacity: 1
}

.main-menu .navigation>li:hover::after,
.main-menu .navigation>li:hover::before {
    opacity: 1
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 11px 10px;
    color: #1d1d1d;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Poppins, sans-serif
}

.header-style-three .main-menu .navigation>li>a {
    color: #fff
}

.sticky-header .main-menu .navigation>li>a {
    padding: 5px 0
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: ##2196f3!important;
    opacity: 1
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    width: 100%
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 290px;
    z-index: 1000;
    display: none;
    padding: 5px 18px;
    background: #f4f4f4;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    font-family: Poppins, sans-serif;
    border-bottom: 2px solid #ff4800;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: '';
    left: 0;
    top: -12px;
    width: 100%;
    height: 12px
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    text-transform: capitalize;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #ff4800;
    text-align: left;
    text-transform: capitalize;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.main-menu .navigation>li>ul>li:hover {
    border-color: #000;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #000;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #2196f3;
}

.main-menu .navigation>li>ul>li.drop>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.drop:hover>a:after {
    color: #ff4800;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 107%;
    top: 0;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 5px 18px;
    background: #f4f4f4;
    font-family: Poppins, sans-serif;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    border-bottom: 2px solid #ff4800;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    text-transform: capitalize;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #ff4800;
    text-align: left;
    text-transform: capitalize;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: -5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation>li.drop:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 110%;
}

.main-menu .navigation li>ul>li.drop:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-menu .navigation li.drop .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-upper {
    position: relative;
    background: #fff;
    z-index: 5;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .logo-outer {
    position: relative;
    z-index: 25;
    padding: 18px 0;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 30px;
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 23px;
    font-size: 13px;
    color: #777;
    text-align: left;
    padding: 0 22px 0 36px;
    border-right: 1px solid rgba(110, 106, 102, .5);
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    color: #919191;
    font-size: 24px;
    text-align: left;
    line-height: 1em;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fff;
    border-bottom: 2px solid #fcb03b;
    z-index: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.sticky-header .logo {
    padding: 14px 0 15px
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1)
}

.main-header .sticky-header .main-menu .navigation>li {
    margin-right: 0;
    margin-left: 25px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
    color: #333
}

.main-header .sticky-header .main-menu .navigation>li:after,
.main-header .sticky-header .main-menu .navigation>li:before {
    display: none
}

.main-header .sticky-header .right-col {
    position: relative
}

@media screen and (max-width:991px) {
    .sticky-header {
        display: none
    }
}

.main-slider {
    position: relative;
    z-index: 10
}

.main-slider .tp-caption {
    z-index: 5!important
}

.main-slider .tp-dottedoverlay {
    background: 0 0!important
}

.main-slider .btns-box .theme-btn {
    margin-right: 28px;
    margin-bottom: 10px
}

.main-slider h2 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.main-slider h2 span {
    position: relative;
    top: -19px;
    color: #0f1341;
    font-size: 80px;
    font-weight: 700;
    float: left;
    line-height: 1.2em;
    margin-right: 20px;
    text-transform: uppercase
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: grey;
    line-height: 1.6em;
    font-family: Rubik, sans-serif
}

.main-slider .text.light,
.main-slider h2.light,
.main-slider h2.light span {
    color: #fff
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none!important
}

.sec-title {
    position: relative;
    margin-bottom: 20px
}

.sec-title.centered h2 {
    padding: 0 60px 18px
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.2em;
    padding: 0 0 18px;
    display: inline-block;
    margin-bottom: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -24px;
    width: 29px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/icons/separater.png) no-repeat
}

.sec-title.grey h2:before {
    width: 34px;
    bottom: -26px;
    margin-left: -18px;
    background: url(../images/icons/separater-2.jpg) no-repeat
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff4800
}

.sec-title .text {
    position: relative;
    color: grey;
    font-size: 18px;
    font-weight: 400
}

.sec-title.centered .text {
    margin: 0 auto
}

.sec-title.centered .separator {
    margin: 0 auto
}

.sec-title.light h2 {
    color: #fff;
    border-color: rgba(255, 255, 255, .05)
}

.sec-title.light h2:before {
    bottom: -26px;
    background: url(../images/icons/separater-1.png) no-repeat
}

.featured-section {
    position: relative
}

.featured-section .inner-container {
    position: relative;
    margin-top: -115px;
    z-index: 99
}

.featured-block {
    position: relative;
    padding: 0
}

.featured-block .inner-box {
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block .inner-box .upper-box {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 20px 25px 22px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block .inner-box .upper-box .text {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 15px
}

.featured-block .inner-box .upper-box .read-more {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block .inner-box .upper-box .read-more:hover {
    color: #ff4800
}

.featured-block .inner-box .upper-box .read-more .icon {
    margin-right: 8px
}

.featured-block .lower-box {
    position: relative;
    padding: 25px 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-top: 2px solid #e6e6e6
}

.featured-block .lower-box .lower-inner {
    position: relative;
    padding-left: 85px;
    padding-top: 7px;
    min-height: 64px
}

.featured-block .lower-box .lower-inner .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px
}

.featured-block .lower-box .lower-inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700
}

.featured-block .lower-box .lower-inner h3 a {
    position: relative;
    color: orange;
    font-family: Poppins, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner h3 a:hover {
    color: #ff4800
}

.featured-block .lower-box .lower-inner .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.services-section {
    position: relative;
    padding: 35px 0 40px
}

.services-block {
    position: relative;
    margin-bottom: 15px
}

.services-block:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.services-block .inner-box {
    position: relative;
    padding: 10px;
    border: 1px solid #d4d4d4;
    background-size: cover;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    -moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.services-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-color: #e1e1e1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.heading {
    text-align: center;
    color: #000
}

.services-block .inner-box:hover .text {
    color: grey
}

.services-block .inner-box:hover::before {
    width: 100%
}

.services-block .inner-box .icon-box {
    position: relative;
    text-align: center
}

.services-block .inner-box .icon-box img {
    width: 60px
}

.services-block .inner-box:hover .icon-box img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.services-block .inner-box h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700
}

.services-block .inner-box:hover .heading h3 {
    color: #ff4800
}

.services-block .inner-box h3 a {
    position: relative;
    color: #0f1341;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block .inner-box .text:hover {
    color: grey
}

.services-block .inner-box:hover .read-more {
    color: #0f1341
}

.services-block .inner-box .read-more:hover,
.services-block .inner-box h3 a:hover {
    color: #fff;
    text-decoration: none
}

.services-block .inner-box .text {
    position: relative;
    color: grey;
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

.services-block .inner-box .read-more {
    position: relative;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block .inner-box .read-more .icon {
    position: relative;
    margin-right: 10px
}

.services-section .owl-nav {
    display: none
}

.services-section .owl-dots {
    position: relative;
    text-align: center
}

.services-section .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dedede;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-section .owl-dots .owl-dot.active,
.services-section .owl-dots .owl-dot:hover {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: #ff4800
}

.score-section {
    position: relative;
    padding: 80px 0 60px;
    background-repeat: no-repeat;
    background-size: cover
}

.score-section .upper-box {
    position: relative
}

.score-section .upper-box .sec-title {
    position: relative;
    margin-bottom: 20px
}

.score-section .upper-box .text-column {
    position: relative
}

.score-section .upper-box .text-column .text {
    position: relative;
    color: grey;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 25px
}

.score-section .lower-box {
    position: relative
}

.score-section .lower-box .form-column {
    position: relative;
    margin-bottom: 40px
}

.score-section .lower-box .form-column .inner-column {
    position: relative;
    padding: 35px 25px;
    border: 2px solid rgba(255, 255, 255, .2)
}

.score-section .lower-box .form-column .inner-column .form-box {
    position: relative
}

.score-section .lower-box .form-column .inner-column .form-box:after {
    position: absolute;
    content: '';
    right: -30px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.score-section .lower-box .progress-column .inner {
    position: relative;
    left: 20px;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .15)
}

.score-section .lower-box .progress-column .inner-column {
    position: relative
}

.score-section .lower-box .progress-column .inner-box {
    position: relative;
    display: block
}

.score-section .lower-box .progress-column {
    position: relative;
    text-align: center;
    background: 0 0;
    border-radius: 50%
}

.score-section .lower-box .progress-column .inner-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: Poppins, sans-serif
}

.score-section .lower-box .progress-column .contact {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 25px;
    margin-left: 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: Poppins, sans-serif
}

.score-section .lower-box .progress-column .contact:hover {
    color: #ff4800
}

.score-section .lower-box .video-column {
    position: relative
}

.score-form {
    position: relative
}

.score-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.score-form input[type=email],
.score-form input[type=text],
.score-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 22px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .2);
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.score-form input[type=email]:focus,
.score-form input[type=text]:focus,
.score-form textarea:focus {
    border-color: #ff4800
}

.score-form .theme-btn {
    margin-top: 5px;
    padding: 9px 44px
}

.video-box {
    position: relative
}

.video-box .image {
    position: relative;
    overflow: hidden
}

.video-box .image img {
    position: relative;
    width: 100%
}

.image-new:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.video-box .overlay-box:hover {
    background: rgba(0, 0, 0, .2)
}

.video-box .overlay-box .icon {
    position: absolute;
    width: 74px;
    height: 74px;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -37px;
    z-index: 99;
    color: #fff;
    background: url(../images/icons/play-icon.png) center center no-repeat;
    font-weight: 700;
    font-size: 22px;
    display: block;
    text-align: center;
    border-radius: 50%
}

.video-box h3 {
    position: relative;
    padding: 12px 0;
    color: #ff4800;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #fff
}

.video-box.style-two h3 {
    background-color: #f2f2f2;
    padding: 7px 0
}

.featured-section-two {
    position: relative;
    padding: 85px 0 90px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover
}

.featured-section-two .inner-container {
    position: relative;
    padding: 40px 30px 0;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
    -moz-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
    box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1)
}

.featured-block-two {
    position: relative;
    padding: 0;
    padding-bottom: 40px;
    border-right: 1px solid #f2f2f2
}

.featured-block-two:nth-child(3n+0) {
    border-right: 0
}

.featured-block-two:nth-child(4) .inner-box,
.featured-block-two:nth-child(5) .inner-box,
.featured-block-two:nth-child(6) .inner-box {
    border-bottom: 0;
    padding-bottom: 0
}

.featured-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 0 30px 40px;
    border-bottom: 1px solid #f2f2f2
}

.featured-block-two .inner-box .icon-box {
    position: relative;
    margin-bottom: 15px
}

.featured-block-two .inner-box h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px
}

.featured-block-two .inner-box h3 a {
    position: relative;
    color: #0f1341;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block-two .inner-box h3 a:hover {
    color: #ff4800
}

.featured-block-two .inner-box .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.8em
}

.featured-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: #fff;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.featured-block-two .inner-box:hover .overlay-box {
    opacity: 1
}

.featured-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -63px;
    width: 100%;
    display: block;
    vertical-align: middle
}

.featured-block-two .inner-box .overlay-inner .overlay-icon-box {
    position: relative;
    margin-bottom: 15px
}

.marketing-section {
    position: relative;
    padding: 30px 0 35px;
    background-color: #f4f4f4
}

.marketing-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.marketing-section .image-column .image {
    position: relative;
    padding-right: 30px
}

.marketing-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.marketing-section .content-column {
    position: relative
}

.marketing-section .content-column .inner-column {
    position: relative
}

.marketing-section .content-column h2 {
    position: relative;
    font-weight: 700;
    color: #0f1341;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 35px;
    text-transform: uppercase
}

.market-content {
    position: relative
}

.market-content .content-inner {
    position: relative
}

.market-content .content-inner .content-number {
    position: absolute;
    left: 0;
    top: 0;
    color: #e1e1e1;
    font-size: 100px;
    line-height: 1em;
    font-weight: 400
}

.market-content .content-inner h3 {
    position: relative;
    color: #ff4800;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px
}

.market-content .content-inner .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 30px
}

.featured-block-three {
    position: relative
}

.featured-block-three .featured-inner {
    position: relative;
    padding-left: 95px;
    min-height: 64px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

.featured-block-three:last-child .featured-inner {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0
}

.featured-block-three .featured-inner .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px
}

.featured-block-three .featured-inner h4 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px
}

.featured-block-three .featured-inner .featured-text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400
}

.marketing-section .content-column .owl-dots {
    display: none
}

.marketing-section .content-column .owl-nav {
    position: relative
}

.marketing-section .content-column .owl-nav .owl-next,
.marketing-section .content-column .owl-nav .owl-prev {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    margin-right: 15px;
    font-weight: 700;
    display: inline-block;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.marketing-section .content-column .owl-nav .owl-next:hover,
.marketing-section .content-column .owl-nav .owl-prev:hover {
    color: #ff4901
}

.case-section {
    position: relative;
    padding: 40px 0 30px
}

.case-block {
    position: relative;
    margin-bottom: 2px
}

.case-block .inner-box {
    position: relative
}

.case-block .inner-box .image-box {
    position: relative;
    margin-bottom: 50px
}

.case-block .inner-box .image-box .image {
    position: relative;
    padding: 10px 10px 10px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(240, 240, 240, 1);
    -moz-box-shadow: 0 5px 5px 0 rgba(240, 240, 240, 1);
    box-shadow: 0 5px 5px 0 rgba(240, 240, 240, 1);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.case-block .inner-box:hover .image {
    background-color: #fcb03b
}

.case-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block .inner-box:hover .image .overlay-box {
    opacity: 1
}

.case-block .inner-box .image .overlay-box .theme-btn {
    padding: 9px 34px;
    top: 50%;
    margin-top: -24px
}

.case-block .inner-box .content-box {
    position: relative;
    padding: 25px 28px 25px;
    background-color: #f4f4f4
}

.case-block .inner-box .content-box:before {
    position: absolute;
    left: 150px;
    top: -20px;
    content: '';
    border-bottom: 22px solid #f4f4f4;
    border-left: 18px solid transparent
}

.case-block .inner-box .content-box .options {
    position: relative
}

.case-block .inner-box .content-box .options li {
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7
}

.case-block .inner-box .content-box .options li:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.case-block .inner-box .content-box .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 22px;
    margin-bottom: 15px
}

.case-block .inner-box .content-box .read-more {
    position: relative;
    color: #0f1341;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.case-block .inner-box .content-box .read-more:hover,
.case-block .inner-box:hover .content-box .read-more {
    color: #ff4800
}

.case-block .inner-box .content-box .read-more .icon {
    position: relative;
    font-weight: 700;
    margin-right: 10px
}

.case-block.alternate .inner-box .content-box {
    margin-bottom: 50px
}

.case-block.alternate .inner-box .content-box:before {
    border-top: 22px solid #f4f4f4;
    border-right: 18px solid transparent;
    border-bottom: none;
    border-left: none;
    bottom: -20px;
    top: auto
}

.case-block.alternate .inner-box .image-box {
    margin-bottom: 0
}

.case-section .btn-box .theme-btn {
    padding: 9px 48px
}

.testimonial-section {
    position: relative;
    padding: 25px 0;
    background-color: #00448b
}

.testimonial-section .title-column {
    position: relative;
    margin-bottom: 10px
}

.testimonial-section .title-column .inner-column {
    position: relative;
    text-align: center
}

.testimonial-section .title-column h2 {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em
}

.testimonial-section .testimonial-column {
    position: relative
}

.testimonial-section .testimonial-column .owl-dots {
    position: relative;
    display: none
}

.testimonial-section .testimonial-column .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0
}

.testimonial-section .testimonial-column .owl-nav .owl-next,
.testimonial-section .testimonial-column .owl-nav .owl-prev {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    font-size: 28px;
    border-radius: 50%;
    display: inline-block;
    color: rgba(255, 255, 255, .5);
    margin-left: 10px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    border: 3px solid rgba(255, 255, 255, .5)
}

.testimonial-section .testimonial-column .owl-nav .owl-next:hover,
.testimonial-section .testimonial-column .owl-nav .owl-prev:hover {
    background-color: #ff4800;
    border-color: #ff4800;
    color: #0f1341
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 12px
}

.testimonial-block .inner-box .continue {
    position: relative;
    color: #ff4800;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    font-family: Poppins, sans-serif
}

.testimonial-block .inner-box .continue:hover {
    color: #fff
}

.testimonial-block .inner-box .continue .icon {
    margin-right: 10px
}

.testimonial-block .inner-box .author-info {
    position: relative
}

.testimonial-block .inner-box .author-info .author-inner {
    position: relative;
    padding-left: 95px;
    padding-top: 8px;
    min-height: 75px
}

.testimonial-block .inner-box .author-info .author-inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-block .inner-box .author-info .author-inner h3 {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: capitalize
}

.testimonial-block .inner-box .author-info .author-inner .designation {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400
}

.drop-3 {
    position: absolute;
    left: 108%;
    top: -5px;
    width: 250px;
    z-index: 100;
    padding: 5px 18px;
    background: #017eff;
    font-family: Poppins, sans-serif;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-bottom: 2px solid #fff
}

.drop-3 a {
    position: relative;
    display: block;
    padding: 13px 0;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.drop-3 a:hover {
    color: #fff
}

.price-section {
    position: relative;
    padding: 85px 0 50px
}

.price-section.style-two {
    padding-top: 10px
}

.price-section .inner-container {
    background-color: #3cb878;
    padding: 45px 0 40px;
    margin-bottom: 40px
}

.price-block {
    position: relative;
    margin-bottom: 40px;
    padding: 0
}

.price-block .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 40px 15px 50px;
    border: 1px solid #f2f2f2;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.price-block .inner-box .off {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 1.4em;
    text-align: center;
    padding-top: 10px;
    background-color: #ff4800;
    font-family: Poppins, sans-serif
}

.price-block .inner-box .ribbon {
    position: absolute;
    right: -24px;
    top: 11px;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    padding: 0 25px;
    letter-spacing: 1px;
    background-color: #ff4800;
    text-transform: uppercase;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.price-block .inner-box:hover,
.price-block.active .inner-box {
    border-color: #ff4800;
    -webkit-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
    box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1)
}

.price-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 30px
}

.price-block .inner-box h2 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.price-block .inner-box ul {
    position: relative;
    margin-bottom: 30px
}

.price-block .inner-box ul li {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px
}

.price-block .inner-box .price {
    position: relative;
    font-size: 54px;
    font-weight: 600;
    color: #fcb03b;
    line-height: 1em;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif
}

.price-block .inner-box .price sup {
    position: relative;
    font-size: 28px
}

.price-block .inner-box .price span {
    position: relative;
    color: #fcb03b;
    font-size: 14px
}

.price-block .inner-box:hover .theme-btn {
    color: #fff;
    border-color: #ff4800;
    background: #ff4800
}

.price-block.alternate .inner-box {
    border: none;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.price-block.alternate:last-child .inner-box {
    border: none
}

.price-block.alternate .inner-box:hover {
    box-shadow: none
}

.price-block.alternate .inner-box h2 {
    color: #fff
}

.price-block.alternate .inner-box .theme-btn {
    background-color: #fff
}

.price-block.alternate .inner-box:hover .theme-btn {
    background-color: #ff4800
}

.partners-section {
    position: relative;
    padding: 40px 0 10px;
    background-color: #f1f1f1
}

.partners-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.partners-section .title-column .inner-column {
    position: relative
}

.partners-section .title-column h2 {
    position: relative;
    color: #0f1341;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-transform: uppercase
}

.partners-section .title-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px
}

.partners-section .title-column .inner-column .theme-btn {
    padding: 9px 30px
}

.partners-section .partners-column {
    position: relative
}

.partners-section .partners-column .inner-column {
    position: relative
}

.partner-block {
    position: relative;
    margin-bottom: 30px
}

.partner-block .inner-box {
    position: relative
}

.partner-block .inner-box .client-img {
    position: relative;
    margin-bottom: 25px
}

.partner-block .inner-box .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px
}

.partner-block .inner-box .read-more {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.partner-block .inner-box .read-more .icon {
    position: relative;
    margin-right: 8px
}

.partner-block .inner-box .read-more:hover {
    color: #ff4800
}

.main-footer {
    position: relative;
    background-color: #151414;
    z-index: 10
}

.main-footer .widgets-section {
    position: relative;
    padding: 65px 0 40px
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px
}

.main-footer .footer-title {
    position: relative;
    margin-bottom: 30px
}

.main-footer .footer-title h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 18px;
    text-transform: uppercase
}

.main-footer .footer-title h5:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #ff4800
}

.main-footer .links-widget {
    position: relative
}

.footer-list {
    position: relative
}

.footer-list li {
    position: relative;
    margin-bottom: 8px
}

.footer-list li:last-child {
    margin-bottom: 0
}

.footer-list li a {
    position: relative;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.footer-list li a:hover {
    color: #fff;
    text-decoration: underline
}

.subscribe-widget {
    position: relative
}

.subscribe-widget .widget-content {
    position: relative
}

.subscribe-widget .widget-content .text {
    position: relative;
    color: #fff;
    line-height: 1.8em;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify
}

.main-footer .subscribe-widget .subscribe-form {
    margin-bottom: 20px
}

.main-footer .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.main-footer .subscribe-widget .form-group input[type=email],
.main-footer .subscribe-widget .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 0;
    height: 48px;
    font-size: 15px;
    color: #fff;
    background: 0 0;
    font-weight: 400;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .subscribe-widget .form-group button {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 18px;
    color: #ff4800;
    background: 0 0
}

.office-widget .office-info {
    position: relative
}

.office-widget .office-info ul {
    position: relative
}

.office-widget .office-info ul li {
    position: relative;
    color: #ccc;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px
}

.office-widget .office-info ul li strong {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.office-widget .office-info ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: Poppins, sans-serif
}

.office-widget .owl-nav {
    display: none
}

.office-widget .owl-dots {
    position: relative
}

.office-widget .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fe4800;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.office-widget .owl-dots .owl-dot.active,
.office-widget .owl-dots .owl-dot:hover {
    background-color: #ff4800
}

.main-footer .copyright {
    position: relative;
    padding: 20px 15px;
    text-align: center;
    color: #0f1341;
    font-size: 14px;
    background-color: #f2f2f2;
    font-family: Rubik, sans-serif
}

.main-footer .copyright a {
    position: relative;
    color: #ff4800
}

.bottom-parallax {
    position: relative;
    height: 400px;
    opacity: 0;
    visibility: hidden;
    z-index: -999
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.bottom-parallax .about-section {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    padding: 115px 0;
    min-height: 400px;
    background-color: #ff4800;
    background-repeat: no-repeat;
    background-position: center bottom
}

.bottom-parallax .about-section .inner {
    position: relative;
    max-width: 570px;
    margin: 0 auto
}

.bottom-parallax .about-section h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase
}

.page-title {
    position: relative;
    background-size: cover;
    background-color: #3cb878;
    background-repeat: no-repeat;
    padding: 100px 0 70px 0;
    background-position: center bottom
}

.page-title h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-transform: capitalize
}

.page-title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-transform: capitalize
}

.page-title p{
    color: #fff;
}

.page-title .title {
    position: relative;
    color: #cbcbcb;
    font-size: 18px;
    font-weight: 400
}

.page-title .page-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    color: #272727;
    z-index: 1
}

.page-info .inner-container {
    position: relative
}

.page-info h2 {
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    font-weight: 700
}

.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    padding: 18px 0 17px
}

.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 24px;
    color: #ff4800;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize
}

.page-info .bread-crumb li:last-child {
    margin-right: 0
}

.page-info .bread-crumb li:after {
    content: '\f105';
    top: -1px;
    font-family: FontAwesome;
    position: absolute;
    right: -16px;
    width: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #fff
}

.page-info .bread-crumb li:last-child:after {
    display: none
}

.page-info .bread-crumb li a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-info .bread-crumb li a:hover {
    color: #ff4800
}

.mission-section {
    position: relative
}

.mission-section .inner-container {
    position: relative;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat
}

.mission-section .inner-container:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: left top;
    background: url(../data1/images/resource/mission-1.png) no-repeat
}

.mission-section .inner-container .content-column {
    position: relative
}

.mission-section .inner-container .image-column {
    position: relative
}

.mission-section .inner-container .image-column .inner-column {
    position: relative;
    padding: 45px 0
}

.mission-section .inner-container .image-column .inner-column .content {
    position: relative;
    padding: 30px 30px;
    z-index: 9;
    float: right;
    max-width: 370px;
    width: 100%;
    margin-right: -180px;
    background-color: #fff
}

.mission-section .inner-container .image-column .inner-column .title {
    position: relative
}

.mission-section .inner-container .image-column .inner-column .title .title-inner {
    position: relative;
    padding-left: 65px;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2
}

.mission-section .inner-container .image-column .title .title-inner .image {
    position: absolute;
    left: 0;
    top: 0
}

.mission-section .inner-container .image-column .inner-column .title h2 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.mission-section .image-column .inner-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 22px
}

.mission-section .image-column .inner-column .more {
    position: relative;
    color: #0f1341;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.mission-section .image-column .inner-column .more:hover {
    color: #ff4800
}

.mission-section .image-column .inner-column .more .icon {
    margin-right: 8px
}

.mission-section .image-column .owl-nav {
    display: none
}

.mission-section .image-column .owl-dots {
    position: relative;
    text-align: right
}

.mission-section .image-column .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dedede;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.mission-section .image-column .owl-dots .owl-dot.active,
.mission-section .image-column .owl-dots .owl-dot:hover {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: #ff4800
}

.we-are-section {
    position: relative;
    padding: 30px 0 50px
}

.we-are-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.we-are-section .content-column .inner-column {
    position: relative
}

.we-are-section .content-column .inner-column h2 {
    position: relative;
    color: #0f1341;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-transform: uppercase
}

.we-are-section .content-column .inner-column .bold-text {
    position: relative;
    color: #ff4800;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 700;
    margin-bottom: 10px
}

.we-are-section .content-column .inner-column .bold-text:before {
    position: absolute;
    content: '\f195';
    left: 0;
    top: 0;
    color: #ff4800;
    font-size: 60px;
    opacity: .1;
    font-family: Flaticon
}

.we-are-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 28px
}

.we-are-section .content-column .inner-column .text p {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 16px;
    text-align: justify
}

.we-are-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0
}

.we-are-section .content-column .inner-column .theme-btn {
    padding: 9px 40px
}

.we-are-section .carousel-column {
    position: relative
}

.we-are-section .carousel-column .inner-column {
    position: relative;
    padding: 80px 0 60px
}

.we-are-section .carousel-column .inner-column:before {
    position: absolute;
    content: '';
    left: 92px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e6e6e6
}

.monthy-block {
    position: relative;
    padding-bottom: 30px
}

.monthy-block:last-child {
    padding-bottom: 0
}

.monthy-block .inner-box {
    position: relative;
    padding-left: 140px
}

.monthy-block .inner-box .month {
    position: absolute;
    left: 0;
    top: 4px;
    width: 70px;
    color: #848484;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.monthy-block .inner-box .month .dott {
    position: absolute;
    content: '';
    right: -28px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0f1341
}

.monthy-block .inner-box .month .dott:before {
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background-color: rgba(15, 19, 65, .5)
}

.monthy-block .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.monthy-block .inner-box h3 a {
    position: relative;
    color: #0f1341;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.monthy-block .inner-box h3 a:hover {
    color: #ff4800
}

.monthy-block .inner-box .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.7em
}

.we-are-section .carousel-column .slick-prev {
    position: absolute;
    left: 128px;
    top: -85px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 0;
    line-height: 26px;
    margin-left: -50px;
    font-size: 18px;
    color: #e6e6e6;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.we-are-section .carousel-column .slick-next {
    position: absolute;
    left: 78px;
    bottom: -70px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 0;
    line-height: 26px;
    margin-left: -50px;
    font-size: 18px;
    color: #e6e6e6;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.we-are-section .carousel-column .slick-arrow.slick-next {
    margin-left: 0
}

.we-are-section .carousel-column .slick-arrow.slick-next:hover,
.we-are-section .carousel-column .slick-arrow.slick-prev:hover {
    color: #fff;
    border-color: #ff4800;
    background-color: #ff4800
}

.services-section-two {
    position: relative;
    padding: 80px 0 50px;
    background-color: #00448b
}

.services-section-three {
    position: relative;
    margin-bottom: 40px
}

.services-section-three .inner-box {
    position: relative;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.services-section-three .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif
}

.services-section-three .inner-box h3 a {
    position: relative;
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-section-three .inner-box h3 a:hover {
    color: #ff4800
}

.services-section-three .inner-box .title {
    position: relative;
    color: #ff4800;
    font-size: 16px
}

.services-section-three .inner-box .image {
    text-align: center;
    font-size: 55px;
    color: #fff
}

.services-section-three .inner-box .text {
    position: relative;
    color: #c7c7c7;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center
}

.services-section-three .inner-box .read-more {
    position: relative;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: Poppins, sans-serif
}

.services-section-three .inner-box .read-more .icon {
    position: relative;
    margin-right: 10px
}

.services-section-three .inner-box .read-more:hover {
    color: #ff4800
}

.marketing-section-one {
    background-color: #f4f4f4;
    padding: 30px 0
}

.marketing-section-two {
    position: relative;
    text-align: center;
    padding: 160px 0 40px;
    background-color: #f4f4f4;
    background-position: right top;
    background-repeat: no-repeat
}

.marketing-section-two .steps-blocks {
    position: relative
}

.marketing-section-two .theme-btn {
    padding: 9px 33px
}

.step-block {
    position: relative;
    margin-bottom: 30px
}

.step-block:nth-child(2) {
    margin-top: -20px
}

.step-block:nth-child(3) {
    margin-top: -40px
}

.step-block:nth-child(4) {
    margin-top: -60px
}

.step-block .inner-box {
    position: relative;
    text-align: center
}

.step-block .inner-box .icon-box {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px
}

.step-block .inner-box h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 4px
}

.step-block .inner-box h3 a {
    position: relative;
    color: #0f1341;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.step-block .inner-box h3 a:hover {
    color: #ff4800
}

.step-block .inner-box .step-number {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    text-align: justify
}

.marketing-section-two h2 {
    position: relative;
    color: #0f1341;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.marketing-section-two h3 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.team-section {
    position: relative;
    padding: 80px 0 50px
}

.team-block {
    position: relative;
    margin-bottom: 30px
}

.team-block .inner-box {
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sec-title h1{
text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #0f1341;
}
.team-block .inner-box:hover {
    position: relative;
    -webkit-box-shadow: 0 4px 5px 0 rgba(242, 242, 242, 1);
    -moz-box-shadow: 0 4px 5px 0 rgba(242, 242, 242, 1);
    box-shadow: 0 4px 5px 0 rgba(242, 242, 242, 1)
}

.team-block .inner-box .image {
    position: relative
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.team-block .inner-box .lower-content-box {
    position: relative;
    padding: 22px 25px 20px;
    border: 1px solid #f2f2f2
}

.team-block .inner-box .lower-content-box .designation {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    margin-bottom: 2px
}

.team-block .inner-box .lower-content-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #0f1341;
    margin-bottom: 10px
}

.error-section {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 100px 0 150px;
    background-color: #0f1341
}

.error-section .inner-section {
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 100px 30px 100px;
    background: rgba(255, 255, 255, .05) url(../images/resource/error-img.html) center center no-repeat
}

.error-section .inner-section h1 {
    position: relative;
    color: #ff4800;
    font-size: 200px;
    line-height: 1em;
    font-weight: 700;
    font-family: Hind, sans-serif
}

.error-section .inner-section h2 {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: -10px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif
}

.error-section .inner-section .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 40px
}

.error-section .go-back {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 18px;
    display: inline-block
}

.error-search-form .form-group {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    width: 100%
}

.error-search-form .form-group input[type=search],
.error-search-form .form-group input[type=text] {
    position: relative;
    line-height: 28px;
    background: 0 0;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 50px 10px 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.error-search-form .form-group input:focus {
    border-color: #f60
}

.error-search-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    background: #ff4800;
    font-weight: 400
}

.comming-soon-section {
    position: relative;
    text-align: center;
    padding: 75px 0 75px;
    background-color: #0f1341
}

.comming-soon-section .logo-box {
    position: relative;
    margin-bottom: 20px
}

.comming-soon-section h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em
}

.comming-soon-section .text {
    position: relative;
    color: grey;
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 18px;
    margin-bottom: 35px
}

.comming-soon-section .copyright {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px
}

.time-counter {
    position: relative;
    margin-bottom: 60px;
    padding: 40px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.time-counter .time-countdown {
    position: relative
}

.time-counter .time-countdown .counter-column {
    position: relative;
    padding: 0 90px 0;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Rubik, sans-serif
}

.time-counter .time-countdown .counter-column:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1)
}

.time-counter .time-countdown .counter-column:last-child::after {
    display: none
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    padding: 0 0 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.emailed-form .form-group {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px
}

.emailed-form .form-group input[type=email],
.emailed-form .form-group input[type=text] {
    position: relative;
    line-height: 28px;
    background: 0 0;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 50px 10px 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.emailed-form .form-group input:focus {
    border-color: #f60
}

.emailed-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    background: #ff4800;
    font-weight: 400
}

.contact-section {
    position: relative;
    padding: 90px 0 40px
}

.contact-section .contact-form-column {
    position: relative;
    margin-bottom: 40px
}

.contact-section .contact-form-column .inner-column {
    position: relative;
    padding: 30px 25px 10px;
    border: 1px solid #f2f2f2;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1);
    -moz-box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1);
    box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1)
}

.contact-section .contact-form-column .review-column {
    position: relative;
    padding: 10px 15px 10px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1);
    -moz-box-shadow: 0 3px 5px 0 rgba(242, 242, 242, 1);
    box-shadow: 1px 1px 13px #bbb;
    margin-bottom: 30px
}

.contact-section .contact-form-column h2 {
    position: relative;
    color: #0f1341;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.contact-section .contact-form-column h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #dedede
}

.contact-section .contact-form-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 28px
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=text],
.contact-form textarea {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 5px 10px;
    font-weight: 300;
    border: 1px solid #fcb03b;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-form textarea {
    height: 175px;
    resize: none
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #ff5400
}

.contact-form button {
    width: 100%;
    margin-top: 10px;
    padding: 11px 26px
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red!important
}

.contact-form label.error {
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500
}

.contact-section .contact-info-column {
    position: relative
}

.contact-section .contact-info-column .inner-column {
    position: relative;
    border: 1px solid #f2f2f2
}

.contact-section .contact-info-column .inner-column .upper-box {
    position: relative;
    padding: 35px 15px 35px;
    background-color: #f4f4f4
}

.info-slide {
    position: relative
}

.info-slide .image {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px
}

.info-slide .inner {
    position: relative;
    text-align: center
}

.info-slide .inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.info-slide .inner .title {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400
}

.info-slide .inner .emailed {
    position: relative;
    color: #555;
    font-size: 16px;
    margin-top: 8px
}

.info-slide .inner .emailed span {
    font-weight: 700;
    color: #0f1341
}

.contact-section .contact-info-column .owl-dots {
    display: none
}

.contact-section .contact-info-column .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -12px
}

.contact-section .contact-info-column .owl-nav .owl-next,
.contact-section .contact-info-column .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #dedede;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #dedede;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-section .contact-info-column .owl-nav .owl-prev span:before {
    content: '\f104';
    font-family: FontAwesome
}

.contact-section .contact-info-column .owl-nav .owl-next span:before {
    content: '\f105';
    font-family: FontAwesome
}

.contact-section .contact-info-column .owl-nav .owl-next {
    right: 0
}

.contact-section .contact-info-column .owl-nav .owl-next:hover,
.contact-section .contact-info-column .owl-nav .owl-prev:hover {
    color: #f4f4f4;
    border-color: #ff4800;
    background-color: #ff4800
}

.contact-section .contact-info-column .inner-column .lower-box {
    position: relative;
    padding: 25px 10px
}

.info-list {
    position: relative
}

.info-list li {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    padding-left: 45px;
    line-height: 1.8em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2
}

.info-list li:last-child {
    border: none;
    margin: 0;
    padding-bottom: 0
}

.info-list li strong {
    color: #0f1341;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.info-list li .icon {
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 1em
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212
}

.map-canvas {
    height: 480px
}

.quote-section {
    position: relative;
    padding: 90px 0 50px
}

.quote-section .quote-info-column {
    position: relative;
    margin-bottom: 40px
}

.quote-section .quote-info-column .inner-column {
    position: relative;
    padding: 32px 32px 45px;
    background-color: #f4f4f4
}

.quote-section .quote-info-column .inner-column h2 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px
}

.quote-section .quote-info-column .inner-column h3 {
    position: relative;
    color: #0f1341;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 28px;
    margin-bottom: 25px;
    border-top: 1px solid #e6e6e6
}

.quote-section .quote-info-column .form-group {
    position: relative;
    margin-bottom: 8px
}

.quote-section .quote-info-column .form-group .select-box {
    position: relative;
    margin-bottom: 0
}

.quote-section .quote-info-column .form-group .select-box label {
    position: relative;
    font-size: 15px;
    color: grey;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 35px;
    line-height: 1em
}

.quote-section .quote-info-column .form-group .select-box input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    visibility: hidden;
    background-color: #fff
}

.quote-section .quote-info-column .form-group .select-box .default-check {
    position: absolute;
    left: 0;
    top: -2px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    background-color: #f4f4f4;
    border: 1px solid #cfcfcf
}

.quote-section .quote-info-column .form-group .select-box .check-icon {
    position: absolute;
    content: '\f00c';
    left: 0;
    top: -2px;
    width: 19px;
    height: 19px;
    color: #ff4800;
    z-index: 99;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    opacity: 0;
    font-family: FontAwesome
}

.quote-section .quote-info-column .form-group .select-box input[type=checkbox]:checked+label .check-icon {
    opacity: 1
}

.quote-form {
    position: relative
}

.quote-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.quote-form.style-two .form-group {
    margin-bottom: 20px
}

.quote-form.style-two .form-group textarea {
    height: 120px
}

.quote-form.style-two .form-group input[type=email],
.quote-form.style-two .form-group input[type=password],
.quote-form.style-two .form-group input[type=text] {
    height: 50px;
    line-height: 28px
}

.quote-form.style-two .form-group .ui-selectmenu-button.ui-button {
    height: 50px
}


.quote-form input[type=email],
.quote-form input[type=password],
.quote-form input[type=text],
.quote-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 10px 20px;
    font-weight: 300;
    border: 1px solid #2196F3;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.quote-form textarea {
    height: 225px;
    resize: none
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
    border-color: #ff5400
}

.quote-form button {
    width: 100%;
    padding: 11px 26px
}

.quote-section .quote-form-column {
    position: relative
}

.quote-section .quote-form-column .inner-column {
    position: relative;
    padding: 40px 30px 15px;
    border: 1px solid #f2f2f2
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 55px;
    padding: 10px 20px;
    line-height: 33px;
    color: #333;
    border-radius: 0;
    border: 1px solid #fcb03b;
    background: #fff
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 4px;
    text-indent: 0;
    color: #888
}

.form-group .ui-button .ui-icon:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px!important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #333;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: Poppins, sans-serif
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #fcb03b;
    border-color: #fcb03b
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px
}

.ui-menu-item:hover {
    background-color: #17519d
}

.mobile-section {
    position: relative;
    padding: 70px 0 90px;
    background-color: #f2f2f2
}

.mobile-section .inner-container {
    position: relative;
    background-color: #fff
}

.mobile-section .inner-container .image-column {
    position: relative
}

.mobile-section .inner-container .image-column .image {
    position: relative
}

.mobile-section .inner-container .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.mobile-section .inner-container .form-column {
    position: relative
}

.mobile-section .inner-container .form-column .inner-column {
    position: relative;
    padding: 80px 30px 60px 15px
}

.mobile-section .inner-container .form-column h2 {
    position: relative;
    color: #0f1341;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 4px
}

.mobile-section .inner-container .form-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    margin-bottom: 28px
}

.mobile-form {
    margin-bottom: 20px
}

.mobile-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.mobile-form .form-group input[type=email],
.mobile-form .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    height: 50px;
    font-size: 15px;
    color: #000;
    background: #f2f2f2;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-form .form-group button {
    position: relative;
    padding: 9px 44px;
    margin-top: 30px
}

.testimonial-page-section {
    position: relative;
    padding: 90px 0 50px
}

.testimonial-block-two {
    position: relative;
    margin-bottom: 40px
}

.testimonial-block-two .inner-box {
    position: relative
}

.testimonial-block-two .inner-box .upper-box {
    position: relative;
    padding: 34px 25px 30px;
    background-color: #f4f4f4
}

.testimonial-block-two .inner-box .upper-box:before {
    position: absolute;
    content: '';
    left: 50px;
    bottom: -30px;
    border-top: 30px solid #f4f4f4;
    border-right: 25px solid transparent
}

.testimonial-block-two .inner-box .upper-box .quote-icon {
    position: relative;
    color: #dedede;
    font-size: 46px;
    line-height: 1em;
    margin-bottom: 10px
}

.testimonial-block-two .inner-box .upper-box .text {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    line-height: 1.5em
}

.testimonial-block-two .inner-box .lower-box {
    position: relative;
    margin-top: 55px
}

.testimonial-block-two .inner-box .lower-box .lower-inner {
    position: relative;
    padding-left: 95px;
    min-height: 75px;
    padding-top: 12px
}

.testimonial-block-two .inner-box .lower-box .lower-inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-block-two .inner-box .lower-box .lower-inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 4px
}

.testimonial-block-two .inner-box .lower-box .lower-inner .designation {
    position: relative;
    color: #ff4800;
    font-size: 16px
}

.analysis-section {
    position: relative;
    padding: 90px 0 50px
}

.analysis-section .form-column {
    position: relative;
    margin-bottom: 40px
}

.analysis-section .form-column .inner-column {
    position: relative;
    padding: 40px 28px 15px;
    border: 2px solid #f2f2f2
}

.analysis-form {
    position: relative
}

.analysis-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.analysis-form input[type=email],
.analysis-form input[type=text],
.analysis-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 22px;
    height: 50px;
    color: #000;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #f2f2f2;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.analysis-form input[type=email]:focus,
.analysis-form input[type=text]:focus,
.analysis-form textarea:focus {
    border-color: #ff4800
}

.analysis-form .theme-btn {
    margin-top: 5px;
    padding: 9px 44px
}

.featured-section-three {
    position: relative;
    padding-top: 150px;
    padding-bottom: 30px
}

.featured-section-three.alternate {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 80px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    -moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.featured-section-three:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    background-color: #f4f4f4
}

.price-header-box {
    position: relative;
    min-width: 1000px
}

.price-block-two {
    position: relative;
    float: left;
    width: 25%;
    padding: 0;
    min-height: 2px;
    margin-bottom: -56px
}

.price-block-two.empty-block {
    margin-bottom: 0
}

.price-block-two .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding: 40px 15px 45px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.price-block-two .inner-box h2 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.price-block-two .inner-box .off {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 1.4em;
    text-align: center;
    padding-top: 10px;
    background-color: #ff4800;
    font-family: Poppins, sans-serif
}

.price-block-two .inner-box .ribbon {
    position: absolute;
    right: -24px;
    top: 11px;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    padding: 0 25px;
    letter-spacing: 1px;
    background-color: #ff4800;
    text-transform: uppercase;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.price-block-two .inner-box:hover,
.price-block-two.active .inner-box {
    border-color: #ff4800;
    -webkit-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
    box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1)
}

.price-block-two .inner-box .icon-box {
    position: relative;
    margin-bottom: 25px
}

.price-block-two .inner-box .price {
    position: relative;
    font-size: 54px;
    font-weight: 600;
    color: #ff4800;
    line-height: 1em;
    margin-bottom: 4px;
    font-family: Poppins, sans-serif
}

.price-block-two .inner-box .price sup {
    position: relative;
    font-size: 28px
}

.price-block-two .inner-box .pr-month {
    position: relative;
    color: grey;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.price-block-two .inner-box:hover .theme-btn {
    color: #fff;
    border-color: #ff4800;
    background: #ff4800
}

.price-table-section {
    position: relative;
    top: -60px;
    overflow-x: auto
}

.price-table-section .price-list {
    position: relative;
    min-width: 1000px
}

.price-table-section .price-list li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    width: 24.9%;
    display: block;
    float: left;
    min-height: 55px;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #f2f2f2
}

.price-table-section .price-list li.price-title {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    text-align: left;
    line-height: 28px;
    background-color: #f4f4f4
}

.price-table-section .price-list li.price-title.active {
    color: #fff;
    background-color: #0f1341
}

.price-table-section .price-list li .check {
    color: #33b27b;
    font-size: 18px
}

.price-table-section .price-list li .cross {
    color: #ed4b4b;
    font-size: 18px
}

.blog-page-section {
    position: relative;
    padding: 90px 0 50px
}

.news-block {
    position: relative;
    margin-bottom: 40px
}

.news-block .inner-box {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.news-block .inner-box:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.news-block .inner-box .image {
    position: relative
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block .inner-box .lower-content {
    position: relative;
    top: 0;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    background-color: #fff
}

.news-block .inner-box:hover .lower-content {
    top: -60px
}

.news-block .inner-box .lower-content .upper {
    position: relative;
    padding-bottom: 18px;
    padding: 10px 14px
}

.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: grey;
    font-size: 14px;
    font-weight: 500;
    padding-left: 28px
}

.news-block .inner-box .lower-content .post-date:before {
    position: absolute;
    content: '\f073';
    left: 0;
    top: 3px;
    color: silver;
    font-size: 18px;
    line-height: 1em;
    font-family: FontAwesome;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.news-block .inner-box:hover .lower-content .post-date:before {
    color: #ff4800
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #0f1341;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #ff4800
}

.news-block .inner-box .lower-content .more {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #ccc
}

.news-block .inner-box:hover .lower-content .more {
    opacity: 1;
    visibility: visible;
    transition: all .6s ease .3s;
    -moz-transition: all .6s ease .3s;
    -webkit-transition: all .6s ease .3s;
    -ms-transition: all .6s ease .3s;
    -o-transition: all .6s ease .3s
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: #0f1341;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 15px 0;
    margin: 0 28px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.news-block .inner-box .lower-content .read-more span {
    margin-right: 10px;
    font-size: 16px
}

.news-block .inner-box .lower-content .read-more:hover {
    color: #ff4800
}

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 50px 0 40px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 5px
}

.sidebar-page-container .sidebar-side .with-border {
    padding-left: 30px
}

.sidebar-page-container .sidebar-side .with-border:before {
    position: absolute;
    content: '';
    left: 15px;
    top: -200px;
    width: 1px;
    height: 5000px;
    background-color: #f0f0f0
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px
}

.sidebar-title h2 {
    font-size: 18px;
    color: #0f1341;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #f2f2f2;
    background: 0 0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: grey;
    font-weight: 400;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 14px;
    top: 10px;
    height: 28px;
    width: 30px;
    font-size: 14px;
    color: #222;
    line-height: 100%;
    background: 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: right;
    border-left: 1px solid #f2f2f2
}

.blog-cat {
    position: relative;
    padding: 20px 25px 20px;
    border: 1px solid #eee;
    border-left-color: #ff4800
}

.blog-cat li {
    position: relative;
    margin-bottom: 15px
}

.blog-cat li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 12px;
    color: grey;
    padding-left: 25px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.blog-cat li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #eee;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.blog-cat li a:hover::after {
    width: 100%;
    background-color: #ff4800
}

.blog-cat li:last-child {
    margin-bottom: 0
}

.blog-cat li:last-child a {
    border: 0
}

.blog-cat li a span {
    float: right
}

.blog-cat li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    font-family: FontAwesome;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.blog-cat li a:hover {
    color: #ff4800
}

.blog-cat li a:hover::before {
    border-color: rgba(255, 72, 0, .2);
    background-color: #ff4800
}

.recent-comments .sidebar-title {
    margin-bottom: 40px
}

.comment-block {
    position: relative;
    margin-bottom: 40px
}

.comment-block .inner {
    position: relative;
    padding: 36px 20px 20px;
    border: 1px solid #f2f2f2
}

.comment-block .inner .date {
    position: absolute;
    left: 22px;
    top: -15px;
    font-size: 14px;
    color: #0f1341;
    padding: 1px 12px;
    font-weight: 400;
    background-color: #f6f6f6
}

.comment-block .inner .content {
    position: relative;
    padding-left: 70px
}

.comment-block .inner .content .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px
}

.comment-block .inner .content h3 {
    position: relative;
    color: #0f1341;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 3px
}

.comment-block .inner .content h3 a {
    color: #0f1341;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.comment-block .inner .content h3 a:hover {
    color: #ff4800
}

.comment-block .inner .content .text {
    position: relative;
    color: grey;
    font-size: 16px
}

.comment-block .inner .content .reply-btn {
    position: absolute;
    right: 0;
    top: 10px;
    color: #0f1341;
    font-size: 18px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.comment-block .inner .content .reply-btn:hover {
    color: #ff4800
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 0;
    padding-left: 108px;
    min-height: 110px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    min-height: 90px;
    border: 0
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: .7
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post .post-thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(255, 72, 0, .8);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post:hover .post-thumb .overlay {
    opacity: 1
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0 0 0;
    font-weight: 600;
    color: #0f1341;
    line-height: 1.7em;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.sidebar .popular-posts .post .text a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #ff4800
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 16px;
    color: grey;
    padding-left: 22px;
    font-weight: 400
}

.sidebar .popular-posts .post-info:before {
    position: absolute;
    content: '\f073';
    left: 0;
    top: 0;
    color: #ff4800;
    font-size: 14px;
    font-family: FontAwesome
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 2px 12px 2px;
    margin: 0 6px 10px 0;
    color: grey;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    background: 0 0;
    font-weight: 400;
    border: 1px solid #f0f0f0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags a:hover {
    color: #fff;
    border-color: #ff4800;
    background-color: #ff4800
}

.news-block-two {
    position: relative;
    margin-bottom: 50px
}

.news-block-two .inner-box {
    position: relative
}

.news-block-two .inner-box .image {
    position: relative
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 25px 25px;
    border: 1px solid #f2f2f2
}

.news-block-two .inner-box .lower-content .post-date {
    position: relative;
    color: grey;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 8px
}

.news-block-two .inner-box .lower-content .post-date:before {
    position: absolute;
    content: '\f073';
    left: 0;
    top: 3px;
    color: silver;
    font-size: 18px;
    line-height: 1em;
    font-family: FontAwesome;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 18px
}

.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #0f1341;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.news-block-two .inner-box .lower-content h3 a:hover {
    color: #ff4800
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.7em
}

.styled-pagination {
    position: relative;
    padding-top: 10px
}

.styled-pagination ul {
    position: relative;
    display: inline-block
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 10px 0
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    color: grey;
    font-weight: 700;
    text-align: center;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-family: Poppins, sans-serif
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #fff;
    border-color: #ff4800;
    background-color: #ff4800
}

.blog-single {
    position: relative
}

.blog-single .inner-box {
    position: relative;
    margin-bottom: 70px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    -moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.blog-single .inner-box .image {
    position: relative
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.blog-single .inner-box .lower-content {
    position: relative;
    padding: 25px 25px;
    border: 1px solid #f2f2f2
}

.blog-single .inner-box .lower-content .post-meta {
    position: relative
}

.blog-single .inner-box .lower-content .post-meta li {
    position: relative;
    color: grey;
    font-size: 14px;
    margin-right: 18px;
    margin-bottom: 6px;
    display: inline-block
}

.blog-single .inner-box .lower-content .post-meta li .icon {
    position: relative;
    margin-right: 8px;
    color: #ff4800
}

.blog-single .inner-box .lower-content h3 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px
}

.blog-single .inner-box .lower-content .text {
    position: relative
}

.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px
}

.blog-single .inner-box .lower-content .text blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    background-color: #f6f6f6
}

.blog-single .inner-box .lower-content .text blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: grey;
    line-height: 1.8em;
    font-weight: 400
}

.blog-single .inner-box .lower-content .text blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 20px;
    line-height: 1em;
    color: #fff;
    font-size: 120px;
    text-align: center;
    margin-left: -45px
}

.blog-single .inner-box .lower-content .text blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 12px 70px 0;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8
}

.blog-single .inner-box .lower-content .text blockquote .quote-info h4 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700
}

.blog-single .inner-box .lower-content .text blockquote .quote-info .quote-desination {
    position: relative;
    color: #ff4800;
    font-size: 16px
}

.blog-single .post-share-options {
    position: relative;
    margin-top: 40px;
    padding: 0 0 0
}

.blog-single .post-share-options .post-share-inner {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px
}

.blog-single .post-share-options .info-links {
    position: relative
}

.blog-single .post-share-options .info-links li {
    position: relative;
    margin-right: 20px;
    display: inline-block
}

.blog-single .post-share-options .info-links li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #0f1341;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    background-color: #f4f4f4
}

.blog-single .post-share-options .tags span {
    font-size: 16px;
    color: #0f1341;
    font-weight: 700;
    margin-right: 8px;
    font-family: Poppins, sans-serif
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.blog-single .post-share-options .tags {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 25px
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 20px;
    color: #0f1341;
    font-weight: 700;
    text-transform: uppercase
}

.author-box {
    position: relative;
    margin-bottom: 60px
}

.author-box .author-comment {
    position: relative;
    padding: 30px 0 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.author-box .author-comment .inner {
    position: relative;
    padding-left: 110px
}

.author-box .author-comment .inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    margin-bottom: 20px
}

.author-box .author-comment .inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.author-box .author-comment .inner .text {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 10px
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 30px
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 80px
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #ff4800;
    font-size: 14px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: #0f1341;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700
}

.sidebar-page-container .comments-area .comment-box .text {
    color: grey;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0
}

.comment-form {
    position: relative
}

.comment-form .group-title {
    margin-bottom: 20px
}

.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px
}

.comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: grey;
    margin-bottom: 10px
}

.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ebebeb
}

.comment-form .rating-box .rating:last-child {
    border: 0
}

.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block
}

.comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    display: inline-block
}

.comment-form .rating-box .rating a:hover {
    color: #ff4800
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.comment-form .form-group label {
    position: relative;
    color: #727272;
    font-size: 16px;
    font-weight: 400
}

.comment-form .form-group:last-child {
    margin-bottom: 0
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=text],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form .form-group input[type=email]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=text]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #ff4800
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #d6d6d6;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #fff;
    resize: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form button {
    position: relative;
    margin-top: 20px;
    padding: 9px 33px
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: #f06529
}

.case-page-section {
    position: relative;
    padding: 90px 0 90px
}

.case-modern-section {
    position: relative;
    padding: 90px 0 90px
}

.case-block-two {
    position: relative;
    margin-bottom: 40px
}

.case-block-two .inner-box {
    position: relative;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block-two .inner-box:hover {
    -webkit-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    -moz-box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
    box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1)
}

.case-block-two .inner-box .image {
    position: relative;
    padding: 20px 20px 0;
    background-color: #f4f4f4;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block-two .inner-box:hover .image {
    background-color: #10d55d
}

.case-block-two.alternate .inner-box .image {
    background-color: #e6e6e6
}

.case-block-two.alternate .inner-box:hover .image {
    background-color: #ff4800
}

.case-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.case-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block-two .inner-box:hover .image .overlay-box {
    opacity: 1
}

.case-block-two .inner-box .image .overlay-box .theme-btn {
    padding: 9px 34px;
    top: 50%;
    margin-top: -24px
}

.case-block-two .inner-box .lower-box {
    position: relative;
    padding: 22px 20px;
    background-color: #fff;
    border: 1px solid #f4f4f4
}

.case-block-two .inner-box .lower-box h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px
}

.case-block-two .inner-box .lower-box h3 a {
    position: relative;
    color: #0f1341;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block-two .inner-box .lower-box h3 a:hover {
    color: #ff4800
}

.case-block-two .inner-box .lower-box .text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 12px
}

.case-block-two .inner-box .lower-box .read-more {
    position: relative;
    color: #0f1341;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.case-block-two .inner-box .lower-box .read-more .icon {
    margin-right: 8px
}

.case-block-two .inner-box .lower-box .read-more:hover,
.case-block-two .inner-box:hover .lower-box .read-more {
    color: #ff4800
}

.case-banner {
    position: relative;
    text-align: center;
    padding: 250px 0 0;
    background-size: cover;
    background-repeat: no-repeat
}

.case-banner h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.case-banner .text {
    position: relative;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 45px
}

.case-single-section {
    position: relative;
    padding-top: 60px
}

.case-info-section {
    position: relative
}

.case-info-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.case-info-section .title-column .inner-column {
    position: relative
}

.case-info-section .title-column .inner-column h2 {
    position: relative;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.4em;
    text-transform: uppercase
}

.case-info-section .content-column {
    position: relative
}

.case-info-section .content-column .inner-column {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2
}

.case-info-section .content-column .inner-column .text {
    position: relative
}

.case-info-section .content-column .inner-column .text p {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 20px
}

.info-category {
    position: relative
}

.info-category li {
    position: relative;
    margin-bottom: 15px;
    color: grey;
    font-size: 16px;
    font-weight: 400
}

.info-category li .title {
    position: relative;
    color: #0f1341;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
    font-family: Poppins, sans-serif
}

.info-category li .fa {
    color: #ff4800
}

.case-goal-section {
    position: relative;
    padding-top: 60px
}

.case-goal-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.case-goal-section .title-column h2 {
    position: relative;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.4em;
    text-transform: uppercase
}

.case-goal-section .image-column {
    position: relative
}

.case-goal-section .image-column .image {
    position: relative;
    margin-bottom: 40px
}

.case-goal-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.case-goal-section .content-column {
    position: relative
}

.case-goal-section .content-column .inner-column {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2
}

.case-goal-section .content-column h3 {
    position: relative;
    color: #0f1341;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 22px
}

.case-challenge-section {
    position: relative;
    padding-top: 60px
}

.case-challenge-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.case-challenge-section .title-column h2 {
    position: relative;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.4em;
    text-transform: uppercase
}

.case-challenge-section .content-column {
    position: relative
}

.case-challenge-section .content-column .inner-column {
    position: relative;
    padding: 0 0 50px
}

.case-challenge-section .content-column .inner-column .owl-nav {
    display: none
}

.case-challenge-section .content-column .inner-column .owl-dots {
    position: relative;
    text-align: center
}

.case-challenge-section .content-column .inner-column .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dedede;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.case-challenge-section .content-column .inner-column .owl-dots .owl-dot.active,
.case-challenge-section .content-column .inner-column .owl-dots .owl-dot:hover {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: #ff4800
}

.case-challenge-section .content-column .inner-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 30px
}

.challenge-block {
    position: relative;
    margin-bottom: 30px
}

.challenge-block .inner-block {
    position: relative;
    text-align: center;
    padding: 45px 15px 35px;
    background-color: #d0d0d0
}

.challenge-block .inner-block .percent-box {
    position: relative
}

.challenge-block .inner-block .percent-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -32px
}

.challenge-block .inner-block h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px;
    margin-top: 8px
}

.challenge-block .inner-block .text {
    position: relative;
    color: grey;
    font-size: 16px
}

.case-solutions-section {
    position: relative;
    padding-top: 60px
}

.case-solutions-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.case-solutions-section .title-column h2 {
    position: relative;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.4em;
    text-transform: uppercase
}

.case-solutions-section .content-column {
    position: relative
}

.case-solutions-section .content-column .inner-column {
    position: relative;
    padding: 0 0 30px;
    border-bottom: 1px solid #f2f2f2
}

.case-solutions-section .content-column .inner-column .image-column .image {
    margin-bottom: 30px
}

.case-solutions-section .content-column .inner-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 35px
}

.solution-icon-block {
    position: relative;
    margin-bottom: 36px
}

.solution-icon-block .solution-inner {
    position: relative
}

.solution-icon-block .solution-inner .icon-box {
    position: relative;
    margin-bottom: 15px
}

.solution-icon-block .solution-inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700
}

.case-result-section {
    position: relative;
    padding-top: 60px
}

.case-result-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.case-result-section .title-column h2 {
    position: relative;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.4em;
    text-transform: uppercase
}

.case-result-section .content-column {
    position: relative
}

.case-result-section .content-column .inner-column {
    position: relative;
    padding: 0 0 30px
}

.case-result-section .content-column .inner-column .chart-column .image {
    margin-bottom: 40px
}

.case-result-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    color: grey
}

.result-block {
    position: relative;
    margin-bottom: 30px
}

.result-block .block-inner {
    position: relative;
    padding-left: 80px
}

.result-block .block-inner .icon-box {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1em
}

.result-block .block-inner .result-text {
    position: relative;
    color: grey;
    font-size: 16px
}

.result-block .block-inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 5px
}

.related-case-section {
    position: relative;
    padding: 85px 0 40px;
    background-color: #f4f4f4
}

.services-single-section {
    position: relative
}

.services-sidebar {
    position: relative;
    padding: 30px 0 1px 28px;
    background-color: #f4f4f4
}

.blog-cat-two {
    position: relative;
    padding: 0 18px 0;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    -webkit-box-shadow: -2px 2px 12px 0 rgba(233, 233, 233, 1);
    -moz-box-shadow: -2px 2px 12px 0 rgba(233, 233, 233, 1);
    box-shadow: -2px 2px 12px 0 rgba(233, 233, 233, 1)
}

.blog-cat-two li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #eee
}

.blog-cat-two li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #0f1341;
    padding: 4px 0;
    padding-left: 25px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: Poppins, sans-serif
}

.blog-cat-two li:last-child {
    margin-bottom: 0;
    border: none
}

.blog-cat-two li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    background-color: #eee;
    border: 1px solid #e6e6e6;
    font-family: FontAwesome;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.blog-cat-two li a:hover,
.blog-cat-two li.active a {
    color: #fff;
    padding-left: 30px;
    background-color: #3cb878
}

.blog-cat-two li a:hover::before,
.blog-cat-two li.active a:before {
    left: 10px;
    border-color: rgba(255, 255, 255, .5)
}

.sidebar-brochure .brochure {
    position: relative;
    color: #0f1341;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    padding-left: 70px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sidebar-brochure .brochure span {
    display: block;
    font-weight: 400;
    color: grey;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sidebar-brochure .brochure .icon {
    position: absolute;
    width: 54px;
    left: 0;
    top: 0;
    height: 65px;
    font-size: 18px;
    margin-right: 8px;
    text-align: center;
    font-weight: 400;
    line-height: 65px;
    color: #0f1341;
    border-right: 1px solid #f2f2f2;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sidebar-brochure .brochure:hover {
    background-color: #ff4800;
    color: #fff
}

.sidebar-brochure .brochure:hover .icon,
.sidebar-brochure .brochure:hover span {
    color: #fff
}

.testimonial-widget {
    position: relative
}

.testimonial-widget .inner-widget {
    position: relative;
    margin-right: 2px;
    padding: 25px 18px 55px;
    background-color: #fff
}

.testimonial-widget .inner-widget .upper-box {
    position: relative
}

.testimonial-widget .inner-widget .upper-box .upper-inner {
    position: relative;
    padding-left: 70px;
    min-height: 78px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2
}

.testimonial-widget .inner-widget .upper-box .upper-inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-widget .inner-widget .upper-box .upper-inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize
}

.testimonial-widget .inner-widget .upper-box .upper-inner .location {
    position: relative;
    color: #ff4800;
    font-size: 16px
}

.testimonial-widget .inner-widget .text {
    position: relative;
    color: grey;
    font-size: 17px;
    line-height: 1.7em;
    font-style: italic
}

.testimonial-widget .owl-nav {
    display: none
}

.testimonial-widget .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.testimonial-widget .owl-dots .owl-dot {
    position: relative;
    width: 25px;
    height: 5px;
    margin-right: 8px;
    display: inline-block;
    background-color: #e6e6e6;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.testimonial-widget .owl-dots .owl-dot.active,
.testimonial-widget .owl-dots .owl-dot:hover {
    background-color: #ff4800
}

.services-single {
    position: relative
}

.services-single h1 {
    position: relative;
    color: #0f1341;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em
}

.services-single h2 {
    position: relative;
    color: #0f1341;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px
}

.services-strategy h2 {
    position: relative;
    color: #0f1341;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em
}

.text li {
    position: relative;
    font-size: 16px;
    margin-bottom: 5px
}

.text li i {
    color: #007eff;
    font-size: 24px;
    padding-right: 10px;
}

.services-single h3 {
    position: relative;
    color: #0f1341;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em
}

.services-single h4 {
    position: relative;
    color: #0f1341;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em
}

.services-single .inner-box {
    position: relative
}

.services-single .inner-box .image {
    position: relative
}

.services-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.services-single .inner-box .lower-content {
    position: relative;
    padding-top: 30px
}

.services-single .inner-box .lower-content .text {
    position: relative
}

.services-single .inner-box .lower-content .text p {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px
}

.services-single .inner-box .lower-content .text .start-btn {
    padding: 9px 34px;
    margin-bottom: 60px
}

.services-single .inner-box .lower-content .text h3 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.services-single .inner-box .lower-content .two-column {
    position: relative
}

.services-single .inner-box .lower-content .two-column .graph-column {
    position: relative;
    margin-bottom: 40px
}

.services-single .inner-box .lower-content .two-column .graph-column .inner-column {
    position: relative;
    padding: 25px 18px 20px;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 4px 18px 0 rgba(247, 247, 247, 1);
    -moz-box-shadow: 0 4px 18px 0 rgba(247, 247, 247, 1);
    box-shadow: 0 4px 18px 0 rgba(247, 247, 247, 1)
}

.services-single .inner-box .lower-content .two-column .graph-column .inner-column .image img {
    width: auto
}

.services-single .inner-box .lower-content .two-column .graph-column .inner-column h4 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize
}

.services-single .inner-box .lower-content .carousel-column .inner-column {
    position: relative;
    padding-top: 65px;
    padding-bottom: 40px
}

.services-single .inner-box .lower-content .carousel-column .inner-column:before {
    position: absolute;
    content: '';
    left: 6px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e6e6e6
}

.services-section-four {
    position: relative;
    margin-bottom: 40px
}

.services-section-four .services-inner {
    position: relative;
    padding-left: 50px
}

.services-section-four .services-inner .dott {
    position: absolute;
    content: '';
    left: 3px;
    top: 22px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0f1341
}

.services-section-four .services-inner .dott:before {
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background-color: rgba(15, 19, 65, .5)
}

.services-section-four .services-inner .icon-box {
    position: relative;
    margin-bottom: 18px
}

.services-section-four .services-inner .icon-box .icon {
    position: relative;
    line-height: 1em
}

.services-section-four .services-inner .services-heading {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: capitalize
}

.services-section-four .services-inner .services-text {
    position: relative;
    color: grey;
    font-size: 16px;
    line-height: 1.8em
}

.services-single .inner-box .lower-content .carousel-column .slick-prev {
    position: absolute;
    left: 42px;
    top: -66px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 0;
    line-height: 26px;
    margin-left: -50px;
    font-size: 18px;
    color: #e6e6e6;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-single .inner-box .lower-content .carousel-column .slick-next {
    position: absolute;
    left: -8px;
    bottom: -40px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 0;
    line-height: 26px;
    margin-left: -50px;
    font-size: 18px;
    color: #e6e6e6;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-single .inner-box .lower-content .carousel-column .slick-arrow.slick-next {
    margin-left: 0
}

.services-single .inner-box .lower-content .carousel-column .slick-arrow.slick-next:hover,
.services-single .inner-box .lower-content .carousel-column .slick-arrow.slick-prev:hover {
    color: #fff;
    border-color: #ff4800;
    background-color: #ff4800
}

.block-text {
    font-size: 16px
}

.accordian-boxed {
    position: relative;
    margin-top: 30px
}

.accordian-boxed h3 {
    position: relative;
    color: #0f1341;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 28px;
    text-transform: uppercase
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    padding: 19px 0;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    background-color: #e8e8e8
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #0f1341;
    font-weight: 700;
    padding: 0 10px 0 100px;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    font-family: Poppins, sans-serif
}

.accordion-box .block .acc-btn.active {
    color: #ff4800
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 22px;
    top: 0;
    font-size: 18px;
    color: #25baa9;
    padding-right: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block:after {
    position: absolute;
    content: '';
    left: 78px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #f2f2f2
}

.accordion-box .block.active-block:after {
    background-color: #ff4800
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 15px 30px 0 20px
}

.accordion-box .block .content .text {
    line-height: 1.8em;
    font-size: 16px;
    color: #848484
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.quote-two-section {
    position: relative;
    margin-top: 130px;
    padding-bottom: 90px;
    background-color: #f4f4f4
}

.quote-two-section .title-column {
    position: relative;
    padding-bottom: 40px
}

.quote-two-section .title-column .inner-column {
    position: relative;
    padding-top: 95px
}

.quote-two-section .title-column h2 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: uppercase
}

.quote-two-section .title-column .text {
    position: relative;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 18px
}

.quote-two-section .title-column .plans {
    position: relative;
    color: #ff4800;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.quote-two-section .title-column .plans .arrow {
    position: relative;
    margin-right: 8px
}

.quote-two-section .form-column .inner-column {
    position: relative;
    padding: 45px 45px;
    margin-top: -90px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
    -moz-box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1);
    box-shadow: 0 2px 16px 0 rgba(204, 204, 204, 1)
}

.quote-two-section .form-column .inner-column .text {
    position: relative;
    color: grey;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .columns {
        height: 200px;
        overflow-y: scroll
    }
}

@media screen and (min-width:992px) {
    .columns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        width: 500px;
        height: 170px
    }
}

.para {
    color: #fff;
    text-align: center
}

.about-para {
    width: 100%;
    height: 100px;
    background-color: #fcb03b
}

.icon-bar {
    position: fixed;
    top: 55%;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all .3s ease;
    color: #fff;
    font-size: 16px
}

.icon-bar a:hover {
    background-color: #000
}

.facebook {
    background: #3b5998;
    color: #fff
}

.twitter {
    background: #55acee;
    color: #fff
}

.google {
    background: #dd4b39;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

@media screen and (max-width:991px) {
    .icon-bar {
        display: none
    }
}

.contain {
    width: 700px;
    margin: 190px auto;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-align: center
}

.typed {
    color: #fff
}

@media screen and (max-width:700px) {
    .contain {
        display: none
    }
}

@media screen and (max-width:700px) {
    .mobile-view {
        display: none
    }
}

.review-title {
    font-size: 18px;
    font-weight: 700
}

.review-rating {
    float: right;
    color: orange;
    font-size: 16px
}

.review-day {
    font-style: italic;
    font-size: 13px;
    color: #7d7d7d
}

.review-text {
    font-size: 14px
}

.review-user {
    font-size: 14px;
    font-weight: 700
}

.review-country {
    font-style: italic;
    font-size: 12px
}

.review-date {
    font-size: 12px;
    margin-top: 0
}

.review-custo {
    top: -100px
}

.review-wid {
    width: 30%;
    margin-left: 30px;
    display: inline-block
}

@media screen and (max-width:700px) {
    .review-wid {
        width: 80%;
        margin-left: 30px;
        display: inline-block
    }
}

.faq_section {
    margin: 40px auto
}

.FaQ_Each {
    padding-bottom: 10px
}

.box {
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 16px;
    text-transform: none;
    cursor: pointer;
    border: 1px solid #d9d9d9
}

.box h3 {
    font-size: 14px;
    margin-top: -22px;
    margin-left: 20px;
    font-weight: 500;
    color: #666;
    position: relative;
    line-height: 1.4em;
    margin-bottom: 2px
}

.box h4 {
    font-size: 15px;
    margin-top: -22px;
    margin-left: 20px;
    font-weight: 500;
    color: #666;
    position: relative;
    line-height: 1.4em;
    margin-bottom: 2px
}

.draw {
    display: none;
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    color: #000;
    padding-left: 30px;
    font-size: 16px
}

#other {
    display: none
}

.register {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: 700;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-20px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-20px)
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%
}

.register .register-form {
    padding: 10%;
    margin-top: 10%
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.register .nav-tabs .nav-link:hover {
    border: none
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057
}

tr {
    font-size: 16px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px;
    line-height: 1.25;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.packages_plan_table table td a {
    background: #3cb878;
    color: #fff;
    border-radius: 4px;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none
}

.table>tbody>tr>td>.yes {
    background-image: url(images/yes.html);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px
}

.no {
    background: url(images/no.html) no-repeat;
    background-position: 50%
}

.packages_plan_table table .small_title {
    background: #aaa
}

.packages_plan_table table tr:nth-child(odd) {
    background: #f4f4f4
}

.packages_plan_table table tr:nth-child(1) th.item {
    background: #00448b
}

.packages_plan_table table tr:nth-child(1) th.basic {
    background: #3e9cfd
}

.packages_plan_table table tr:nth-child(1) th.bronze {
    background: #904d0a
}

.packages_plan_table table tr:nth-child(1) th.silver {
    background: #c1c1c1
}

.packages_plan_table table tr:nth-child(1) th.gold {
    background: #fcb03b
}

.packages_plan_table table tr:nth-child(1) th.titanium {
    background: #6a696f
}

.packages_plan_table table tr:nth-child(1) th {
    height: 60px;
    vertical-align: middle;
    font-size: 20px
}

.packages_plan_table table tr th {
    color: #fff
}

.packages_plan_table table thead tr:nth-child(2) {
    background: #303030
}

.packages_plan_table table td,
.packages_plan_table table th {
    text-align: center
}

.packages_plan_table table th:first-child,
.packages_plan_table table tr td:first-child {
    text-align: left
}

.get {
    font-size: 16px;
    margin-bottom: 20px
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

#myImg:hover {
    opacity: .7
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.form-control{
	height: 40px;
}
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    border-radius: 0px;
    max-width: 700px;
    background-image: linear-gradient(#ffffff, #1083f9);
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#caption,
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.closeimg {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.closeimg:focus,
.closeimg:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%
    }
}

.nav-pills>li+li {
    margin-left: 20px
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-top: 10px;
    background: #eaeaea
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 9999
}

.popup {
    margin: 30px auto;
    padding: 15px;
    border-radius: 5px;
    width: 49%;
    position: absolute;
    left: 35%
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif
}

.popup .close {
    position: absolute;
    top: 35px;
    left: 25px;
    background: #00495d;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    padding: 0 5px
}

.search {
    position: absolute;
    top: 19px;
    left: 45%;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    padding: 0 5px
}

.popup .close:hover {
    color: #fff
}

.popup .content-new {
    overflow: auto;
    border-top: 2px dashed #d1d6d8;
    margin-top: 16px;
    font-size: 18px
}

.div1 {
    width: 60%;
    padding: 20px;
    height: auto;
    background: #fff;
    border-radius: 25px
}

.content-new h3 {
    text-align: center;
    margin: 15px 0 -1px 0;
    text-transform: uppercase;
    color: #00495d
}

@media screen and (max-width:1024px) {
    .popup {
        width: 70%;
        left: 20%
    }
    .div1 {
        width: 70%;
        padding: 20px;
        float: left
    }
}

#feedback1 {
    height: 0;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

#feedback1 a {
    display: block;
    background: url(pc.html) no-repeat;
    height: 52px;
    width: 155px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none
}

#feedback1 a:hover {
    background: url(pc-over.html) no-repeat
}

#feedback {
    height: 0;
    width: 85px;
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

#feedback a {
    display: block;
    background: #fcb03b;
    height: 52px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none
}

#feedback a:hover {
    background: #00495d
}

#quickenquire input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
}

#quickenquire label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0!important;
    margin: 0!important
}

#quickenquire input[type=submit] {
    width: 100%;
    background-color: #00495d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

#quickenquire input[type=submit]:hover {
    background-color: #000
}

.panel-career {
    background: #017eff;
    color: #fff;
    font-size: 28px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.career-new input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.career-new input[type=file] {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 2px 3px
}

.career-new input[type=submit] {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px 10px
}

.career-new select {
    font-size: 16px;
    padding: 5px 15px
}

.career-new textarea {
    font-size: 16px
}

.career-new select option {
    font-size: 16px
}

.career-new label {
    font-size: 16px;
    font-weight: 0;
    margin-left: 2px
}

.panel-career-body {
    background: #f1f0f0;
    padding: 15px
}

.new-form {
    margin-top: -150px
}

@media (max-width:767px) {
    .new-form {
        display: none
    }
}

.get-form {
    background-color: green;
    padding-bottom: 30px
}

.get-form h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 50px
}

#login .container #login-row #login-column #login-box {
    margin-top: 120px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #9c9c9c;
    background-color: #eaeaea
}

#login .container #login-row #login-column #login-box #login-form {
    padding: 20px
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px
}

.get-model {
    padding: 0
}

#what-we-do h2 {
    margin-bottom: 10px;
    font-size: 26px
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.service-icon {
    width: 100%;
    height: 280px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 280px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg)
}

.service-box .service-icon .front-content {
    position: relative;
    top: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.service-box .service-icon .front-content h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase
}

.service-box .service-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.service-box .service-content p {
    font-size: 16px;
    color: #dddcdc;
    margin: 0
}

.yellow {
    background-color: #ffc000
}

.orange {
    background-color: #fc7f0c
}

.red {
    background-color: #e84b3a
}

.grey {
    background-color: #1f6ba5
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg)
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.service_box-new {
    margin: 20px 0;
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;
    background: rgba(59, 63, 66, .7);
    transition: all .3s ease 0s
}

.service_box-new:hover {
    background: #00bff3
}

.service_box-new .service_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 35px;
    background: #fff;
    line-height: 70px;
    border-radius: 50px;
    transform: translateY(0);
    transition: all .3s ease 0s
}

.service_box-new:hover .service_icon {
    transform: translateY(-100%)
}

.service_box-new .service_icon i {
    color: #333
}

.service_box-new h3 {
    position: relative;
    top: 40px;
    margin: 0;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    transform: translateY(0);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55) 0s
}

.service_box-new:hover h3 {
    top: -40px
}

.service_box-new p {
    color: #fff;
    margin: 0;
    opacity: 0;
    transition: all .3s linear 0s
}

.service_box-new:hover p {
    opacity: 1
}

.service-box-big {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #d3d3d3
}

.service-box-big .service-icon {
    text-align: center;
    background: #017eff;
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
    width: 20%;
    padding: 0;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    transform: rotate(0);
    transition: all .99s ease 0s
}

.service-box-big .service-icon i {
    transform: rotate(0);
    transition: transform 1s linear 0s
}

.service-box-big .service-detail h3 {
    text-align: center;
    font-weight: 700
}

.service-box-big .service-detail p {
    text-align: justify;
    display: block;
    font-size: 14px
}

.service-box-big:hover .service-icon {
    transform: rotate(360deg)
}

.service-box-big:hover .service-icon i {
    transform: rotate(-360deg)
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 12px 15px;
    color: #000;
    background: #d7d7d7;
    border-radius: 0;
    font-size: 20px
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -56px;
    left: -25%;
    border: 15px solid transparent;
    border-top-color: #55acee
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #55acee;
    border-bottom: 5px solid #55acee;
    padding: 30px 25px;
    font-size: 16px
}

nav>div a.nav-item.nav-link:focus,
nav>div a.nav-item.nav-link:hover {
    border: none;
    background: #55acee;
    color: #fff;
    border-radius: 0;
    transition: background .2s linear
}

.pagetitle {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.current_oppening_list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 15px 25px;
    border: 1px solid #efefef;
    background: #fafafa;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(1, 1, 1, .15);
    -moz-box-shadow: 0 5px 5px -5px rgba(1, 1, 1, .15);
    box-shadow: 0 5px 5px -4px rgba(1, 1, 1, .15)
}

.current_oppening_list li aside {
    width: 80%;
    border-bottom: 2px dotted #ebebeb;
    padding: 15px 0
}

.current_oppening_list li aside span:first-of-type {
    width: 180px
}

.current_oppening_list li aside span {
    float: left;
    width: 60%;
    font-size: 15px
}

.current_oppening_list li a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    height: 40px;
    padding: 0 22px 0 22px;
    display: inline-block;
    border-radius: 27px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    background: #00448b;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in-out
}

.current_oppening_list li a:after {
    content: "";
    width: 13px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -1px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .5s ease
}

.current_oppening_list li aside:after {
    content: '';
    display: block;
    clear: both
}

@media screen and (max-width:800px) {
    .current_oppening_list li {
        border: 1px solid #e4e4e4;
        text-align: center
    }
    .current_oppening_list li aside {
        width: 100%;
        background: #fff;
        text-align: left;
        padding: 10px 15px 10px 120px;
        position: relative
    }
    .current_oppening_list li aside span:first-of-type {
        width: 140px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding: 10px 15px
    }
    .current_oppening_list li aside span {
        float: none;
        width: auto;
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #2a2a2a;
        line-height: 30px
    }
    .current_oppening_list li a {
        position: relative;
        top: auto;
        bottom: auto;
        margin: 20px auto;
        right: auto
    }
}

.vacancy_details_holder {
    padding: 45px 0;
    position: relative
}

.vacancy_details_holder h1 {
    position: relative;
    color: #0f1341;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.vacancy_details_holder .all_vacancies {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 16px
}

.all_vacancies {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.vacancy_details_holder .applyBtn {
    position: absolute;
    top: 60px;
    right: 270px;
    text-decoration: none;
    font-size: 16px
}

.applyBtn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.vacancy_details {
    border-top: 2px dotted #ddd;
    margin-top: 50px
}

.vacancy_details section {
    border-bottom: 2px dotted #ddd;
    padding: 15px 0 15px 300px;
    position: relative
}

.vacancy_details section h3 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 300px;
    padding-right: 100px;
    text-align: right;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400
}

.vacancy_details section aside {
    font-size: 15px
}

.vacancy_details section:after {
    content: '';
    display: block;
    clear: both
}

.vacancy_details section aside ul li {
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
    list-style: disc
}

@media screen and (max-width:800px) {
    .vacancy_details_holder .all_vacancies {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block
    }
    .vacancy_details_holder .applyBtn {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin-left: 25px
    }
}

@media screen and (max-width:1025px) {
    .vacancy_details section {
        border-bottom: 1px solid #ddd;
        padding: 15px 0 15px 0;
        position: relative
    }
    .vacancy_details section h3 {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        padding-right: 0;
        text-align: left;
        padding-bottom: 20px
    }
}

.job-open {
    background: #03a84e;
    padding: 7px;
    animation: example 2s linear infinite
}

.job-open a {
    margin-left: 20px;
    font-size: 17px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none
}

@-webkit-keyframes example {
    from {
        background-color: #fcb03b
    }
    to {
        background-color: #03a84e
    }
}

@keyframes example {
    from {
        background-color: #fcb03b
    }
    to {
        background-color: #03a84e
    }
}

@media screen and (max-width:800px) {
    .job-open {
        display: none
    }
}

.modal-newsletter {
    color: #999;
    font-size: 15px
}

.modal-newsletter .modal-content {
    padding: 30px;
    border-radius: 0;
    border: none;
    background-image: url(../images/subscribe.jpg);
    z-index: 999
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.modal-newsletter h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0 0 18px;
    font-weight: 700;
    text-transform: capitalize
}

.modal-newsletter p {
    color: #f8f1f1
}

.modal-newsletter .close {
    background: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #000;
    text-shadow: none;
    opacity: .5;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    font-size: 23px
}

.modal-newsletter .close span {
    position: relative
}

.modal-newsletter .close:hover {
    opacity: .8
}

.modal-newsletter .icon-box {
    color: #fff;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.modal-newsletter .icon-box i {
    font-size: 70px
}

.modal-newsletter .btn,
.modal-newsletter .form-control {
    min-height: 46px;
    border-radius: 3px
}

.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb
}

.modal-newsletter .form-control:focus {
    border-color: #7265ea;
    box-shadow: 0 0 8px rgba(114, 101, 234, .5)
}

.modal-newsletter .btn {
    color: #fff;
    border-radius: 4px;
    background: #ff9b00;
    text-decoration: none;
    transition: all .4s;
    line-height: normal;
    padding: 6px 20px;
    border: none;
    font-size: 16px;
    font-weight: 700
}

.modal-newsletter .btn:focus,
.modal-newsletter .btn:hover {
    background: #63ab47;
    outline: 0
}

.modal-newsletter .input-group {
    margin: 30px 0 15px
}

.hint-text {
    margin: 100px auto;
    text-align: center
}

.ch-grid {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table
}

.ch-grid:after {
    clear: both
}

.ch-grid li {
    width: 160px;
    height: 160px;
    display: inline-block;
    margin: 10px
}

.ch-item {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    cursor: default
}

.ch-info-wrap {
    position: absolute;
    border-radius: 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 20px;
    left: 20px
}

.ch-info {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.ch-info>div {
    display: block;
    position: absolute;
    border: 7px solid #03a84e;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    background: #03a84e
}

.ch-img-1 {
    background-image: url(../images/team/arvind.jpg)
}

.ch-img-2 {
    background-image: url(../images/team/deepika.html)
}

.ch-img-3 {
    background-image: url(../images/team/deepika.html)
}

.ch-img-4 {
    background-image: url(../images/team/deepika.html)
}

.ch-img-5 {
    background-image: url(../images/team/deepika.html)
}

.ch-img-6 {
    background-image: url(../../tympanus.net/Tutorials/CircleHoverEffects/images/12.jpg)
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 15px;
    padding: 40px 0 0 0;
    height: 90px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255, 242, 34, .8)
}

.ch-item:hover .ch-info-wrap {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .8), inset 0 0 3px rgba(115, 114, 23, .8)
}

.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg)
}

.serviceback {
    background: url(../images/tech.jpg) no-repeat center top;
    background-size: cover;
    padding: 20px 20px 0 20px
}

.service-sec {
    margin: 40px 0
}

.service-tab {
    border: 1px solid #f6f6f6;
    border-bottom: 1px solid #dfdfdf;
    height: 68px;
    -webkit-box-shadow: -1px -1px 1px rgba(180, 180, 180, .1);
    -moz-box-shadow: -1px -1px 1px rgba(180, 180, 180, .1);
    -o-box-shadow: -1px -1px 1px rgba(180, 180, 180, .1);
    box-shadow: -1px -1px 1px rgba(180, 180, 180, .1)
}

.service-tab.techo ul li {
    width: 16.66%
}

.service-tab.techo ul li a {
    padding: 20px 0 0 0
}

.service-tab ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative
}

.service-tab ul li a {
    color: #4f4f4f;
    font-family: pt-sans, sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: block;
    height: 65px;
    padding: 8px 0 0 0;
    text-decoration: none
}

.service-tab ul li.active a {
    height: 66px
}

.service-tab ul li.active a {
    background: #007eff;
    color: #fff
}

.service-tab ul li a.singal {
    line-height: 65px;
    padding: 0
}

.service-tab ul li.active a:before {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #dfdfdf;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -8px
}

.service-tab ul li.active a:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -8px
}

.service-tab ul li i {
    display: none
}

.service-tab ul li a span {
    display: block
}

@media (max-width:999px) {
    .service-sec {
        margin: 20px 0
    }
}

@media (max-width:767px) {
    .service-tab {
        border-bottom: none;
        height: auto;
        margin-bottom: 30px
    }
    .service-tab ul li {
        width: 25%;
        border-bottom: 1px solid #dfdfdf
    }
    .service-tab ul li:nth-child(1) a {
        background: url(../images/feat-icon.png) no-repeat center
    }
    .service-tab.techo ul li:nth-child(2) a {
        background: url(../images/techo-icon1.png) no-repeat center
    }
    .service-tab.techo ul li:nth-child(3) a {
        background: url(../images/techo-icon2.png) no-repeat center
    }
    .service-tab.techo ul li:nth-child(4) a {
        background: url(../images/service-icon3.png) no-repeat center
    }
    .service-tab.techo ul li:nth-child(5) a {
        background: url(../images/techo-icon4.png) no-repeat center
    }
    .service-tab.techo ul li:nth-child(6) a {
        background: url(../images/techo-icon5.png) no-repeat center
    }
    .service-tab.techo ul li.active:nth-child(2) a {
        background: #007eff url(../images/techo-icon1-over.png) no-repeat center
    }
    .service-tab.techo ul li.active:nth-child(3) a {
        background: #007eff url(../images/techo-icon2-over.png) no-repeat center
    }
    .service-tab.techo ul li.active:nth-child(4) a {
        background: #007eff url(../images/service-icon3-over.png) no-repeat center
    }
    .service-tab.techo ul li.active:nth-child(5) a {
        background: #007eff url(../images/techo-icon4-over.png) no-repeat center
    }
    .service-tab.techo ul li.active:nth-child(6) a {
        background: #007eff url(../images/techo-icon5-over.png) no-repeat center
    }
    .service-tab ul li i {
        display: none;
        width: 400%;
        background: #007eff;
        position: absolute;
        left: 0;
        top: 100%;
        padding: 0;
        text-align: center;
        color: #fff;
        font-style: normal;
        height: 30px;
        line-height: 30px
    }
    .service-tab ul li:after {
        top: 5px
    }
    .service-tab ul li a span {
        display: block
    }
    .service-tab ul li:nth-child(2) a {
        background: url(../images/service-icon1.png) no-repeat center
    }
    .service-tab ul li:nth-child(3) a {
        background: url(../images/service-icon2.png) no-repeat center
    }
    .service-tab ul li:nth-child(4) a {
        background: url(../images/service-icon3.png) no-repeat center
    }
    .service-tab ul li:nth-child(5) a {
        background: url(../images/service-icon4.png) no-repeat center
    }
    .service-tab ul li:nth-child(6) a {
        background: url(../images/service-icon6.png) no-repeat center
    }
    .service-tab ul li a {
        overflow: hidden;
        text-indent: -500px
    }
    .service-tab ul li.active:after {
        background: #007eff
    }
    .service-tab ul li.active i {
        display: block;
        font-size: 16px
    }
    .service-tab ul li:nth-child(2) i {
        left: -100%
    }
    .service-tab ul li:nth-child(3) i {
        left: -200%
    }
    .service-tab ul li:nth-child(4) i {
        left: -300%
    }
    .service-tab ul li:nth-child(5) i {
        left: -400%
    }
    .service-tab ul li:nth-child(6) i {
        left: -500%
    }
    .service-tab ul li.active:nth-child(1) a {
        background: #007eff url(../images/feat-icon-over.png) no-repeat center
    }
    .service-tab ul li.active:nth-child(2) a {
        background: #007eff url(../images/service-icon1-over.png) no-repeat center
    }
    .service-tab ul li.active:nth-child(3) a {
        background: #007eff url(../images/service-icon2-over.png) no-repeat center
    }
    .service-tab ul li.active:nth-child(4) a {
        background: #007eff url(../images/service-icon3-over.png) no-repeat center
    }
    .service-tab ul li.active:nth-child(5) a {
        background: #007eff url(../images/service-icon4-over.png) no-repeat center
    }
    .service-tab ul li.active:nth-child(6) a {
        background: #007eff url(../images/service-icon6-over.png) no-repeat center
    }
}

.hireLink li {
    float: left;
    width: 33.33%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding: 25px 0
}

.hireLink.tech li {
    width: 25%
}

.hireLink li a {
    display: block;
    color: #575757;
    font-size: 21px;
    position: relative;
    height: 70px;
    padding: 12px 0 0 80px
}

.hireLink li a img {
    position: absolute;
    left: 0;
    top: 0
}

.hireLink li a span {
    display: inline-block;
    position: relative
}

.hireLink li a span:after {
    content: '';
    background: #fcb03b;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px
}

.hireLink li a span:hover {
    color: #fcb03b
}

@media (max-width:767px) {
    .hireLink.tech li {
        width: 50%
    }
    .hireLink li a {
        font-size: 17px;
        height: 50px;
        padding: 5px 10px 0 65px
    }
    .hireLink li a img {
        width: 50px
    }
}

@media (max-width:479px) {
    .hireLink.tech li {
        width: 50%;
        float: left;
        padding-right: 5px
    }
    .hireLink.tech li a {
        font-size: 12px
    }
    .hireLink li a img {
        width: 50px
    }
    .hireLink li {
        float: none;
        width: 100%;
        padding: 5px 0
    }
}

.Startpro {
    background: #007eff url(../images/blue-waves.png) no-repeat center;
    text-align: center;
    padding: 30px 0
}

.Startpro h5 {
    display: block;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px
}

.Startpro a {
    display: inline-block;
    width: 210px;
    height: 48px;
    line-height: 48px;
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff
}

.Startpro a:hover {
    background: #fff;
    color: #007eff;
    text-decoration: none
}

.digi-sale {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px
}

.digi-sale:hover {
    background: #007eff;
    color: #fff
}

.digi-sale:hover h3 {
    color: #fff
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    background: silver
}

#quote-carousel .carousel-indicators .active {
    background: #333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px
}

.cPanelContainer {
    margin: auto;
    padding: 0
}

.cPanelHeader {
    margin: auto;
    padding: 50px 50px;
    background: #1086ff;
    text-align: center
}

.cPanelHeader>h3,
.cPanelHeader>h5 {
    margin: auto;
    color: #fff500;
    font-size: 34px;
    font-weight: 500
}

.cPanelHeader>h4 {
    color: #fff;
    font-size: 24px
}

.cPanelHeader>p {
    color: #fff
}

.cPanelContent {
    margin: auto;
    padding: 0;
    background: #1086ff;
    text-align: center;
    display: flex
}

.cPanelSection {
    position: relative;
    flex: 1;
    transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    padding: 25px;
    border-right: 1px solid #2d93e4;
    border-left: 1px solid #2d93e4
}

.cPanelSection:hover {
    background: #0078d7;
    flex: 2;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0
}

.cPanelContent>div:first-child {
    border-left: none
}

.cPanelContent>div:last-child {
    border-right: none
}

.cPanelContent>div:last-child:after {
    display: none
}

.cPanelContent>div:after {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    padding: 5px 13px;
    border-radius: 50%;
    background: #2d93e4;
    transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    content: "\f061";
    font-size: 25px;
    font-family: FontAwesome;
    color: #f0f0f0
}

.cPanelContent h5 {
    color: #fff500;
    font-weight: 600;
    font-size: 17px
}

.cPanelContent p {
    font-size: 14px;
    color: #f0f0f0;
    padding: 0 10%
}

.cPanelArrowPulse {
    position: absolute;
    width: 0%;
    padding-bottom: 0;
    border-radius: 50%;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    background: #f0f0f0;
    opacity: 0;
    z-index: 2;
    animation-name: cPanelArrowPulseAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out
}

@keyframes cPanelArrowPulseAnimation {
    0% {
        opacity: 1;
        width: 0%;
        padding-bottom: 0
    }
    50% {
        opacity: 0;
        width: 20%;
        padding-bottom: 20%
    }
    100% {
        opacity: 0;
        width: 0%;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .cPanelContent {
        margin: auto;
        padding: 0;
        background: #1086ff;
        text-align: center;
        display: inherit
    }
}

.solu-offer ul li {
    float: left;
    padding: 0 0 30px 55px;
    position: relative;
    width: 33.33%;
    line-height: 21px;
    font-weight: 500
}

.solu-offer ul li img {
    left: 0;
    position: absolute;
    top: 5px
}

.solu-offer ul li span {
    display: block
}

@media (max-width:767px) {
    .solu-offer ul li {
        width: 50%;
        padding: 0 0 20px 40px
    }
    .solu-offer ul li img {
        width: 35px
    }
}

@media (max-width:479px) {
    .solu-offer ul li {
        width: 100%;
        padding: 1px 0 15px 40px
    }
    .solu-offer ul li img {
        width: auto;
        height: 22px;
        top: 0
    }
    .solu-offer ul li span {
        display: inline-block
    }
}

.dimondBg {
    background-size: cover;
    padding: 50px 0;
    overflow: hidden
}

.statsList.borNone {
    border-top: none
}

.statsList.borNone li {
    margin-top: 0
}

.statsList li {
    border-left: 1px solid #ccc;
    padding: 20px 20px 20px 65px;
    margin-top: 40px;
    width: 22%;
    float: left;
    color: #646464;
    font-size: 19px;
    font-weight: 700;
    position: relative
}

.statsList li span {
    position: absolute;
    left: 20px;
    top: 30px;
    color: #1086ff;
    font-size: 68px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif
}

.statsList li:nth-child(3),
.statsList li:nth-child(4) {
    width: 28%
}

@media (max-width:999px) {
    .dimondBg {
        padding: 20px 0
    }
}

@media (max-width:479px) {
    .statsList li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #ccc;
        border-left: none;
        padding-bottom: 10px;
        margin: 0
    }
}

@media (max-width:767px) {
    .statsList li {
        width: 100%
    }
    .statsList li:nth-child(3),
    .statsList li:nth-child(4) {
        width: 100%
    }
}

@media (max-width:999px) {
    .statsList li {
        padding: 10px 10px 10px 45px;
        margin-top: 20px;
        font-size: 17px
    }
    .statsList.borNone li {
        margin-top: 20px
    }
}

@media (max-width:999px) {
    .statsList li span {
        left: 10px;
        top: 20px;
        font-size: 50px
    }
    .cPanelContent>div:after {
        display: none
    }
    .cPanelArrowPulse {
        display: none
    }
}

.best-yel {
    background: #ffd492
}

.best-blue {
    background: #92ebff
}

.best-gray {
    background: #ccc
}

.best-gree {
    background: #88ffbe
}

.best-light-b {
    background: #afd7ff
}

.best-dark-b {
    background: #83a9ff
}

.best-purple {
    background: #ffbcee
}

.best-pink {
    background: #deffa8
}

.first-rank-seo {
    margin: 0;
    padding: 0;
    text-align: center
}

.first-rank-seo li {
    background-color: #fff;
    box-shadow: .5px 1px 5px 1px #00aeef;
    border-radius: 15px;
    display: inline-block;
    margin: 0 1% 30px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: top;
    width: 22%
}

.first-rank-icons {
    background-image: url(../images/show-more.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 70px;
    width: 200px;
    text-indent: -999em
}

.first-rank-icons.logo-1 {
    background-position: -17px -717px
}

.first-rank-icons.logo-2 {
    background-position: -10px -813px
}

.first-rank-icons.logo-3 {
    background-position: -10px -894px
}

.first-rank-icons.logo-4 {
    background-position: -10px -972px
}

.first-rank-icons.logo-5 {
    background-position: -10px -1042px
}

.first-rank-icons.logo-5 {
    background-position: -10px -1039px
}

.first-rank-icons.logo-6 {
    background-position: -10px -1135px
}

.first-rank-icons.logo-7 {
    background-position: -10px -1215px
}

.first-rank-icons.logo-8 {
    background-position: -10px -1295px
}

.first-rank-icons.logo-9 {
    background-position: -153px -10px
}

.first-rank-icons.logo-10 {
    background-position: -153px -91px
}

.first-rank-icons.logo-11 {
    background-position: -153px -171px
}

.first-rank-icons.logo-12 {
    background-position: -153px -251px
}

.first-rank-icons.logo-14 {
    background-position: -153px -411px
}

.first-rank-icons.logo-15 {
    background-position: -153px -491px
}

.first-rank-icons.logo-16 {
    background-position: -153px -571px
}

.show-more {
    background-color: #03a84e;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    color: #fff;
    display: inline-block;
    font-family: roboto, sans-serif;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 80px;
    word-wrap: break-word;
    white-space: normal
}

.moretext {
    display: none
}

@media only screen and (max-width:1190px) {
    .first-rank-seo li {
        width: 30%
    }
}

@media only screen and (max-width:768px) {
    .first-rank-seo li {
        width: 46%;
        padding: 5px;
        margin: 0 1% 10px
    }
}

@media only screen and (max-width:480px) {
    .first-rank-seo li {
        width: 80%;
        padding: 5px;
        margin: 0 0 25px;
        height: auto!important
    }
}

.text-seo li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px
}

.text-seo li i {
    color: #007eff;
    font-size: 20px;
    margin-right: 15px
}

.design-chat-bg {
    background: #f4f4f4;
    padding:30px; 
}
.design-chat-bg1 {
    background: #333333;
padding:30px;

}

.design-chat {
    display: flex;
    text-align: center;
    padding: 2rem 0;
    align-items: center
}

.design-chat-h2 span {
    font-style: italic;
    font-size: 2rem
}

.design-chat-a {
    margin: 0 auto;
    font-family: Lato, sans-serif;
    color: #253746;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
    display: block;
    text-decoration: none
}

.design-btn {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1;
    display: block;
    font-family: Lato, sans-serif
}

@media only screen and (max-width:780px) {
    .design-chat {
        display: inline-block;
        text-align: center;
        padding: 2rem 0;
        align-items: center
    }
}

@media only screen and (max-width:780px) {
    #feedback {
        width: 70px
    }
    #feedback a {
        display: block;
        background: #fcb03b;
        height: 35px;
        padding-top: 5px;
        width: 120px;
        text-align: center;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: 700;
        text-decoration: none
    }
}

.section_title {
    margin-bottom: 40px
}

.section_title h2 {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #f8c01b none repeat scroll 0 0;
    width: 100px
}

.brand_border .fas.fa-handshake {
    font-size: 14px;
    color: #000
}

.section_title p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    padding: 14px 0
}

.choose_us .section_title {
    margin-top: 45px
}

#service .single_service {
    padding: 32px;
    background: #f3f3f3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

#service .single_service:hover {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .4)
}

#service .icon {
    border: 1px solid #666;
    border-radius: 5%;
    color: #333;
    font-size: 35px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 70px
}

#service .single_service .single_service-left {
    padding-right: 25px
}

.single_service-heading {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.single_service-body p {
    font-size: 13px;
    line-height: 25px
}

.single_service-left {
    display: table-cell;
    vertical-align: top
}

.single_service-body {
    color: #333;
    display: table-cell;
    vertical-align: top
}

.hvr-curl-top-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

#service .single_service:hover {
    background: #f8c01b none repeat scroll 0 0
}

@media (min-width:992px) {
    .logo-header {
        height: 100vh;
        padding-bottom: 0
    }
    .logo-header h1 {
        font-size: 4rem
    }
    .logo-header p {
        width: 60%
    }
}

@media (max-width:480px) {
    .logo-header h1 {
        font-size: 2.4rem
    }
}

.work-process .process-boxs {
    min-height: 33rem;
    display: flex
}

.work-process .process-boxs .circle-box {
    padding-left: .9rem
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

.pl-20 {
    padding-left: 2rem
}

.mt-25 {
    margin-top: 2.5rem!important
}

@media (max-width:600px) {
    .work-process .process-boxs {
        display: inline-block
    }
}

.why-diff h2 {
    color: #0f1341;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500
}

@media screen and (max-width:600px) {
    .why-diff h2 {
        color: #0f1341;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500
    }
}
.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-1strank {
    width: 125px;
    height: 55px;
    background-position: -5px -5px;
}

.sprite-greatassignment {
    width: 125px;
    height: 55px;
    background-position: -140px -5px;
}

.sprite-grosdata {
    width: 125px;
    height: 55px;
    background-position: -5px -70px;
}

.sprite-mast-kalandar {
    width: 150px;
    height: 55px;
    background-position: -5px -135px;
}

.sprite-rexton {
    width: 116px;
    height: 42px;
    background-position: -140px -70px;
}

.sprite-tangensys {
    width: 125px;
    height: 55px;
    background-position: -5px -200px;
}

.sprite-tata {
    width: 125px;
    height: 55px;
    background-position: -140px -200px;
}

.sprite-travels2nepal {
    width: 125px;
    height: 55px;
    background-position: -275px -5px;
}

.sprite-unichaya {
    width: 125px;
    height: 55px;
    background-position: -266px -70px;
}

.sprite-wod {
    width: 116px;
    height: 22px;
    background-position: -165px -135px;
}

.sidebar-contact{
  position:fixed;
  z-index: 99999;
  top:50%;
  left:-450px;
  transform:translateY(-35%);
  width:450px;
  height:auto;
  padding:20px 40px;
  background-image: linear-gradient(#ffffff, #1083f9);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact select,
.sidebar-contact input[type=email]{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  padding:0;
  font-size: 24px;
  color: #000;
}

.sidebar-contact p{
  margin:0 0 20px;
  padding:0;
  font-size: 16px;
  color: #000;
}

.sidebar-contact p span{
  color: #f00;
}

.sidebar-contact textarea{
  height:80px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#000;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}

.contact-add span{
    font-size: 15px;
    color: #000;
    font-weight: 600;

}
.contact-add i{
float: left;
font-size: 40px;
color:#fff;
margin-right: 10px;
}

.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:0;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}


/* fixed social*/
#fixed-social {
  top:40%;
  position: fixed;
  z-index: 99999;
  left:97%;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
    visibility: visible;
  right: 41px;
  opacity: 1;
} 
#fixed-social a span {
    line-height: 40px;
    right: 160px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
    background-color: #00AAE5;
 }
 .fixed-facebook span{
    background-color: #00AAE5;
 }
 .fixed-twitter{
    background-color: #7D3895;

 }
 .fixed-twitter span{
    background-color: #7D3895;
 }
 .fixed-gplus{
    background-color: #00AF54;

 }
 .fixed-gplus span{
    background-color: #00AF54;
 }
 .fixed-linkedin{
    background-color: #FFC41E;

 }
 .fixed-linkedin span{
    background-color: #FFC41E;
 }
 .fixed-instagrem{
    background-color: #ED2B29;

 }
 .fixed-instagrem span{
    background-color: #ED2B29;
 }
 .fixed-tumblr{
    background-color: #EB1471;

 }
 .fixed-tumblr span{
    background-color: #EB1471;
 }

@media(max-width:768px){
#fixed-social {
display: none;
}}
/*end fixed social*/

#services .outer-circle{
  width: 181px;
  height: 181px;
  border-radius: 50%;
  padding: 16px;
}

.light-grey {
    background-color: #e8e7e7;
}

#services a.inner-circle{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #1086ff;
  text-align: center;
}

#services a.inner-circle .icon-1 {
    width: 70px;
    height: 70px;
    margin: auto;
    background-size: 40px !important;
    background: url(data1/images/drain-hover.png) no-repeat 14px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#services a.inner-circle .icon-2 {
    width: 70px;
    height: 70px;
    margin: auto;
    background-size: 40px !important;
    background: url(../images/rinch.html) no-repeat 14px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#services a.inner-circle .icon-3 {
    width: 70px;
    height: 70px;
    margin: auto;
    background-size: 40px !important;
    background: url(../images/sewer.html) no-repeat 14px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#services a.inner-circle .icon-4 {
    width: 70px;
    height: 70px;
    margin: auto;
    background-size: 40px !important;
    background: url(../images/emergency.html) no-repeat 14px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#services a.inner-circle span{
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

#services a.inner-circle::before {
  background: #ff9600;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.white {
    color: #FFF;
}
@media only screen and (max-width: 736px) and (min-width: 320px){
#services .outer-circle {
    width: 181px;
    height: 181px;
    border-radius: 50%;
    padding: 16px;
    margin: auto auto 20px auto;
}}

/*Christmas css Start here*/
.snow1 {
  background: url(../images/snow.png);
  background-repeat: repeat;
  z-index: 9999;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  animation: snowOne 10s infinite linear;
}
.snow2 {
  background: url(../images/snow.png);
  background-repeat: repeat;
  z-index: 9999;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  animation: snowTwo 10s infinite linear;
  background-size: 300px;
  filter: blur(1px);
}
.snow3 {
  background: url(../images/snow.png);
  background-repeat: repeat;
  z-index: 9999;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  animation: snowThree 10s infinite linear;
  background-size: 800px;
  filter: blur(2px);
}

@keyframes snowOne{
  0%
  {
    background-position: 0px 0px;
  }
  100%
  {
    background-position: 100px 750px;
  }
}
@keyframes snowTwo{
  0%
  {
    background-position: 0px -100px;
  }
  100%
  {
    background-position: 0px 750px;
  }
}
@keyframes snowThree{
  0%
  {
    background-position: 0px 100px;
  }
  100%
  {
    background-position: 300px 750px;
  }
}

@media only screen and (max-width: 736px) and (min-width: 320px){
.snow1, .snow2, .snow3 {
display: none;
}}

/*Christmas css end here*/



/*portfolio css start here 14july2020*/

  .portf{
        background-color: #fff;
        box-shadow: 1px 2px 10px #c7c7c7;
        height: 150px;
         margin-bottom: 20px;
    }

    .portf img{
        padding: 45px 10px;
        margin: 0px auto;
       
    }

    .mt-70{
        margin-top: 70px;
    }

        .mt-30{
        margin-top: 30px;
    }

    .view-all{
    float: right;
    background: #017eff;
    border: #017eff;
    border-radius: 20px;
    padding: 8px 20px;
    margin: 10px 20px;
    color: #fff;
    }

    .we-are-section .content-column .inner-column h3 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*portfolio css end here 14july2020*/



  .text-slide{
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase;
line-height: 32px;
}

.carousel-caption{
left: 0%;
right:0px;
bottom:75px;
padding: 30px 100px;
    text-align: left;
    width: 70%;
    background: linear-gradient(90deg, #00448b, transparent);
}

.input-submit {
    background: #fce247;
    color: #000;
    font-size: 20px;
    border-radius: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.pkg-submit {
    background: #4fa730;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
}

.ml-30{
        margin-left: 30px;
}

.carousel-control{
    width: 7%;
}
.text-54{
    font-size: 32px;
    margin-bottom: 20px;
}

.text-24{
    font-size: 31px;
    color: #fce247;
    -webkit-text-stroke: 1px #ffda00;
    text-shadow: 1px 2px 5px #000;
}

.tx-24{
    font-size: 28px;
}

.tx-31{
    font-size: 40px;
    -webkit-text-stroke: 1px #ffda00;
    text-shadow: 1px 2px 5px #000;
}

.tx-19{
    font-size: 24.5px;
}

.tx-20{
    font-size: 40px;
    -webkit-text-stroke: 1px #ffda00;
    text-shadow: 1px 2px 5px #000;
}

.tx-22{
    font-size: 25px;
}

@media only screen and (max-width: 799px) {
    .carousel-caption{
    display: none;
    }
}
.dropdown-submenu {
    position: absolute;
    left: 100%;
    background: #f4f4f4;
    width: 240px;
    display: none;
    z-index: 100;
    top: -5px;
    padding: 0 20px;
}
.dropdown-submenu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    text-transform: capitalize;
    transition: all .2s ease;
}

.dropdown-submenu li a {
    position: relative;
    display: block;
    padding: 7px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #ff4800;
    text-align: left;
    text-transform: capitalize;
    transition: all .2s ease;
}
.dropdown-submenu {
    display: none !important;
    transition: all .2s ease !important;
}
.main-menu .navigation>li>ul>li>ul>li:hover .dropdown-submenu {
    display: block !important;
    transition: all .2s ease !important;
}

.dropdown-submenu li a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}

.design-img {
    background-image: url(data1/images/resource/Leading-Local-Seo.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    height: 472px;
    color: #fff;
    padding: 4%;
}

/*### Ecommerce ###*/
    
body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background-color: #151515
}

body::-webkit-scrollbar-thumb {
    background: #ffa200;
    background: -moz-linear-gradient(top, #841a00 0, #ff8400 100%);
    background: -webkit-linear-gradient(top, #ffd600 0, #a1ebfc 100%);
    background: linear-gradient(to bottom, #ffde00 0, #a1ebfc 100%);
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
        url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-SemiBold.woff2') format('woff2'),
        url('WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Thin.woff2') format('woff2'),
        url('WorkSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
    background-color: #fff;
    font-family: 'Work Sans';
    font-weight: normal;
    transition: background 1s ease;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.navbar-default {
    background-color: #0006072b;
    border-color: transparent;
    border-radius: 0px;
}

.navbar-brand.navbar-brand-centered img {
    width: 66%;
}

.navbar-brand {
    padding: 4px;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}

.sticky .navbar {
    background: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a {
    background-color: transparent !important;
    color: #00e4ff !important;
}

.sticky .navbar-default .navbar-nav>li>a,
.sticky .navbar-default .navbar-text {
    color: #000;
}

.sticky .navbar-default .navbar-nav>li.active>a,
.sticky .navbar-default .navbar-nav>li.active>a:hover,
.sticky .navbar-default .navbar-nav>li>a:hover {}

ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
}

.header .navbar-nav>li>.dropdown-menu {
    left: 0;
    right: auto;
    background: #000;
    border-radius: 0;
    border-top: 2px solid #00e4ff;
    max-height: 500px;
    overflow-y: scroll;
}

.navbar {
    margin-bottom: 13px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    transition: 0.5s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 25px 8px;
}
.navbar-default .navbar-nav>li:last-child>a{
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 17px;
}
.sticky .navbar-default .navbar-nav>li:last-child>a{
        background: #01e4ff;border: 2px solid #01e4ff;
}
.ws_controls {
    display: none;
}

.sticky+.content {
    padding-top: 102px;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-menu li a {
    color: #fff !important;
    border-bottom: 1px solid #2d2d2d;
    transition: 0.5s;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13.5px;
    padding: 13px 15px;
}

.dropdown-menu li a:hover {
    color: #000 !important;
    background-color: #a1ebfc;
}

.header .navbar-nav>li>.dropdown-menu::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 15px solid transparent;
    border-bottom: 12px solid #00e4ff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -29px;
    left: 35px;
    right: 0;
}

div#myHeader {
    z-index: 999;
    position: fixed;
    width: 100%;
}

.ws-title {
    display: none !important;
}

.banner_content {
    position: absolute;
    width: 100%;
    margin-top: -5.3%;
    z-index: 99;
    color: #fff;
    background-color: #15150e;
    border-top: 1px solid #cccccc2e;
}

.banner_content h4 {
    padding-top: 4%;
    padding-bottom: 4%;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5%;
    font-size: 20px;
    margin-bottom: 3%;
    text-align: center;
    padding-left: 20px;
}

.banner_content h3 {
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 20px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 500;
    padding-right: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.banner_content .col-md-3 {
    border-right: 1px solid #cccccc4a;
}

.banner_content h6 {
    margin-top: -6%;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

.banner_content span {
    float: right;
}

.banner_content span img {
    width: 40%;
    margin-left: 16px;
    margin-bottom: 23%;
    margin-top: -6%;
}

.app_dev {
    background: #fff;
    color: #404950;
    padding: 4% 4.5%;
}

.app_dev {
    min-height: 130px;
    border-bottom: 5px solid #83837c;
}

.col-md-3.app_development {
    padding-left: 0px;
    padding-right: 0px;
}

.app_dev h2 {
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 9px;
    color: #00e4ff;
}

.app_dev2 {
    background: #fff;
    color: #404950;
    padding: 4% 4.5%;
}

.app_dev3 {
    background: #fff;
    color: #404950;
    padding: 4% 4.5%;
    transition: 0.5s;
}

.col-md-3.app_development1 {
    background-color: #000;
        padding: 0 0px;
}

.background_first {
    background-color: #25251991;
}

.margin_top {
    margin-top: 115px;
}

.margin_top h1 {
text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #202124;
    font-weight: 700;
}

section.margin_top h1 span {
    color: #4c57cf;
}

section.margin_top p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 3%;
    color: #5f6368;
    font-weight: 400;
}

.row.serviceboxes {
    text-align: center;
    margin-bottom: 4%;
}

.margin_top2 {
    margin-top: 3%;
}

.row.serviceboxes h3 {
    margin: 9px 0px;
    color: #a1ebfc;
}

.webapplication {
    background: #872b7a;
    background: -moz-linear-gradient(-45deg, #872b7a 0%, #e8435c 100%);
    background: -webkit-linear-gradient(-45deg, #872b7a 0%, #e8435c 100%);
    background: linear-gradient(135deg, #872b7a 0%, #e8435c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#872b7a', endColorstr='#e8435c', GradientType=1);
    border-radius: 13px;
    color: #fff;
    padding: 2.8%;
    text-align: left;
    padding-left: 6%;
    height: 230px;
}

.webapplication_two {
    background: #e94c63;
    background: -moz-linear-gradient(-45deg, #e94c63 0%, #ec9a3b 100%);
    background: -webkit-linear-gradient(-45deg, #e94c63 0%, #ec9a3b 100%);
    background: linear-gradient(135deg, #e94c63 0%, #ec9a3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94c63', endColorstr='#ec9a3b', GradientType=1);
    border-radius: 13px;
    color: #fff;
    padding: 2.8%;
    text-align: left;
    padding-left: 6%;
    height: 230px;
}

.webapplication p {
    text-align: left !important;
}

.webapplication_two p {
    text-align: left !important;
}

.webapplication img {
    float: right;
    width: 35%;
    margin-right: -16px;
    margin-left: 7%;
}

.webapplication_two img {
    float: right;
    width: 35%;
    margin-right: -16px;
    margin-left: 7%;
}

.webapplication h6 img {
    width: 21px;
    float: right;
}

.webapplication_two h6 img {
    width: 21px;
    float: right;
}

.webapplication h6 {
    font-size: 15px;
    font-weight: 500;
}

.webapplication_two h6 {
    font-size: 15px;
    font-weight: 500;
}

.sticky .navbar {
    margin-bottom: 0px;
}

.row.trusted_software h1 {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
    color: #202124;
    font-weight: 500;
    margin-top: 30px;
}

.row.trusted_software p {
    text-align: justify;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    background-color: transparent;
}

.portfolios .col-md-5 {
    padding: 2.5% 5%;
    color: #fff;
    background: #872b7a;
    background: -moz-linear-gradient(left, #872b7a 0%, #e8435c 100%);
    background: -webkit-linear-gradient(left, #872b7a 0%, #e8435c 100%);
    background: linear-gradient(to right, #872b7a 0%, #e8435c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#872b7a', endColorstr='#e8435c', GradientType=1);
}

.portfolios .col-md-7 {
    padding: 0;
    background-color: #892c79;
    color: #fff;
}

.boxes_one {
    padding: 10%;
    transition: 0.5s;
    border: 3px solid;
    border-image: linear-gradient(45deg, #ffff00, #ef0000) 1;
}

.boxes_two {
    padding: 10%;
    transition: 0.5s;
    border: 3px solid;
    border-image: linear-gradient(45deg, #ffff00, #ef0000) 1;
}

.boxes_third {
    padding: 10%;
    transition: 0.5s;
    border: 3px solid;
    border-image: linear-gradient(45deg, #ffff00, #ef0000) 1;
}

.boxes_one:hover {
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.4);
}

.boxes_one img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.boxes_one:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.about_company {
    background: #fff;
    color: #404950;
    padding-top: 2em;
}

section.third_section h1 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    color: #fff;
}

section.third_section h1 span {
    color: #a1ebfc;
}

.third_section {
    background-image: url('../img/data-business-meeting.jpg');
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.contents {
    background-color: #ffffff00;
    height: 100%;
}

.contents p {
margin: 20px auto;
    letter-spacing: 0.5px;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
    color: #202124;
    font-style: normal;
}

.contents p img {
    float: right;
    width: 30%;
    margin-left: 1%;
}

.contents p strong {
    color: #0490b0;
}

.margin_top1 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.contents .blog_detail h1 {
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #000 !important;
    font-family: 'Work Sans' !important;
}

.margin_top1 ul li {
    color: #333 !important;
    text-align: left !important;
}

.messages {
    margin-top: 2%;
}

.messages h4 {
    float: right;
    color: #9b9b9b;
    font-weight: 500;
}

.messages h5 {
    float: right;
    color: #9b9b9b;
    font-weight: 500;
    margin: 0px;
}

.our_teams {
    background-image: url('../img/inner_bg.jpg');
    padding: 3%;
}

.contents h2 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    margin: 0px;
    color: #005aa4;
}

.contacts_now {
background-color: #005aa4;
    padding: 2%;
    background: linear-gradient(135deg, #a964cc 0%, #164fd0 100%);
}

.contacts_now h5 {
    color: #fff;
    font-weight: 400;
    float: left;
    width: 80%;
    font-size: 20px;
    letter-spacing: 0.5px;
}


.contacts_now h6 {
    margin: 0px;
}

.contacts_now h6 a {
    background-color: #fff;
    padding: 12px 25px;
    color: #000;
    float: right;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px;
}

.contacts_now h6 a:hover {
    background-color: #f6640d;
    color: #fff;
}

.box-2-cont i {
    display: table;
    margin: 0 auto 25px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    border: 1px #ffff solid;
    border-radius: 50%;
    background-color: #fcb03b;
    box-shadow: inset 0 0 0 6px #ffff;
    color: #ffff;
    text-align: center;
    font-size: 38px;
    line-height: 90px;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-2-cont {
    position: relative;
    border-top: 1px #555 solid;
    text-align: center;
    padding: 0 15px 15px;
    border: 1px #555 solid;
    min-height: 305px;
}

.box-2-cont h4 {
    text-align: center;
    color: #8a8a8a;
    font-weight: 500;
    margin: 6px;
    margin-bottom: 0px;
}

.center.sub-title.main-color {
    color: #1fd3ff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

p.mediumFont {
    margin-top: 12px;
    line-height: 19px;
    text-align: center;
}

.container.margin_top3 {
    margin-top: 8%;
}

.box-2-cont:hover i {
    background-color: #389eb4;
    color: #fff;
}

.floating-form {
    max-width: 300px;
    padding: 30px 30px 10px 30px;
    border: 2px solid #005aa4;
    right: 10px;
    position: fixed;
    top: 16%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.4);
    border-right: 0px;
    z-index: 99;
}

.floating-form input {
    display: block;
    float: none;
    width: 91%;
    padding: 6px;
    margin-top: 7px;
}

.floating-form label {
    height: auto;
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-bottom: 1px;
}

.contact-opener {
    position: absolute;
    left: -110px;
    transform: rotate(-90deg);
    top: 157px;
    padding: 9px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    background-color: #005aa4;
}

.floating-form-heading {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.floating-form select {
    width: 95%;
    padding: 6px;
    margin-top: 6px;
}

.floating-form textarea {
    width: 94%;
    margin-top: 9px;
}

button#submit_btn {
    background-color: #005aa4;
    color: #fff;
    border: navajowhite;
    padding: 8px 19px;
    cursor: pointer;
}

button#submit_btn:hover {
    background-color: coral;
}

.contents ul {
    margin-left: -15px;
}

.contents ul li {
    color: #ccc;
    color: #8d8d8d;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    list-style-image: url(../img/hand.png);
}

.managements_main_content {
    margin-top: 3%;
    margin-bottom: 3%;
}

.managements_main_content h3 {
    margin: 0px;
    color: #05ccf6;
}

hr {
    margin-top: 8px;
    margin-bottom: 10px;
    border-top: 1px solid #1d90ae;
}

.team_details {
    margin-top: 15px;
}

.team_details h5 {
    float: none;
    color: #9b9b9b;
    font-weight: 500;
    margin: 0px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 6px;
}

.team_details h6 {
    float: none;
    color: #9b9b9b;
    font-weight: 500;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
}

.team_details h5 strong {
    color: #a1ebfc;
}

.team_details h6 strong {
    color: #a1ebfc;
}

.panel {
    background-color: #bdc8ce;
    border: transparent;
}

.show {
    display: block !important;
    overflow-x: hidden !important;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #bdc8ce;
    padding: 0px;
    transform: none;
    padding-top: 15px;
    border-image: linear-gradient(45deg, rgb(225, 45, 76), rgb(128, 22, 106)) 1;
    border-bottom-width: 2px;
}

.nav-tabs {
    border-bottom: 1px solid #3d3d3d;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    font-weight: 500;
    background: linear-gradient(135deg, #872b7a 0%, #e8435c 100%);
    border: 0;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0 solid transparent;
    color: #000;
    font-weight: 500;
    transition: 0.5s;
    background-color: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0 !important;
    margin: 0;
}

.nav-tabs>li>a:hover {
    background: linear-gradient(135deg, #872b7a 0%, #e8435c 100%);
    color: #fff;
}

.grid figure img,
.grid figure {
    transition: 1s;
    overflow: hidden;
}

.content .btn {
    border: 0;
    letter-spacing: 1px;
    padding: 13px 25px;
    text-transform: uppercase;
    border-radius: 50px;
    background: linear-gradient(135deg, #ea9126 0%, #e73952 100%);
    box-shadow: 1px 4px 10px #eb747e;
    margin-bottom: 20px;
}

.grid figure:hover img {
    transform: scale(1.2)rotate(10deg);
}

.contents h5 i {
    font-size: 19px;
    color: #00c5dc;
    line-height: 26px;
}

.dummy-img>img {
    border: 2px solid #e85346;
    padding: 8px;
    border-radius: 15px;
}

.fourth_section {
    background-color: #0075ff33;
    margin-bottom: 5%;
    padding-bottom: 3%;
}

section.fourth_section h1 {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase;
}

.fourth_section h1>span {
    text-transform: uppercase;
    color: #ec0000;
}

.our_testimonials h1 {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.our_testimonials {
    padding: 2% 0%;
}

.testimonial-carousel .owl-nav i {
    font-size: x-large;
    color: #404950;
    padding-left: 5px;
}

#testimonial4 {
    overflow: hidden;
    min-height: 375px;
    position: relative;
    background-image: url(../img/data-business-meeting.jpg);
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}

#testimonial4 .carousel-inner {
    width: 75%;
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 8px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 13px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.contact_block {
    background-attachment: fixed;
    background-size: contain;
    background: #ededed;
}

.address_box {
    box-shadow: 1px 3px 15px rgb(220, 208, 210);
    margin-bottom: 20px;
    min-height: 345px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}

.managements_main_content .address_box h3 {
    margin: 0px;
    color: #05ccf6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.address_box p {
    text-align: left;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.address_box p strong {
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.address_box hr {
    border-top: 1px solid #b92c65;
}

.portfolio-contnet {
    background: #a4b0b7;
}

.single-testi h6 span a img {
    display: inline-block !important;
    float: none;
    margin-left: 15px !important;
    margin-right: 0;
}

.btn-contact {
    color: #fff !important;
    margin-bottom: 2em;
    background: #00707d;
    display: inline-block;
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    border-radius: 3px;
    line-height: 20px;
    box-shadow: 3px 3px 10px rgba(3, 164, 175, 0.37);
    transition: 1s all;
    font-weight: 500;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-contact:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.form-row {
    margin-bottom: 10px;
}

.modal-dialog {
    max-width: 400px;
    border-radius: 0px;
}

.modal-body {
    background-color: rgba(0, 112, 125, 0.43);
}

.modal-title {
    font-weight: 800;
    color: #000;
}

.modal-header {
    background-color: #00707d;
}

.form-control {
    border-radius: 0px;
    font-weight: 500;
}

.btn-contact-s {
    padding: 5px 24px;
    border-radius: 0px;
    margin-bottom: 1em;
    background-color: #00707d;
    color: #fff;
}

@media only screen and (max-width:480px) {
    .sticky .navbar-default .navbar-nav>li>a,
    .sticky .navbar-default .navbar-text {
        color: #fff !important;
    }
    .testimonial4_control_button .carousel-control {
        display: none;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_header h4 {
        font-size: 20px;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .sticky .navbar-default .navbar-nav>li>a,
    .sticky .navbar-default .navbar-text {
        color: #fff !important;
    }
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product_block.margin_top1 ul li {
        width: 150px !important;
        height: 150px !important;
        line-height: 150px !important;
    }
    .product_block.margin_top1 ul li a {
        font-size: 13px !important;
    }
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-text {
        padding: 25px 5px;
        font-size: 10px;
    }
    .header .collapse.navbar-collapse.js-navbar-collapse {
        padding: 0;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.row.trusted_software h1 span {
    color: #ec0000;
    display: block;
}
.row.trusted_software h1 br {
    display: none;
}
.row.trusted_software p {
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 3%;
    color: #202124;
    font-weight: 400;
}

ul.nav.nav-tabs {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-color: transparent;
    height: 40px;
}

.blog_img {
    background-color: #ccc;
    padding: 5px;
}

.blog_contain {
    background-color: #2489b730;
    min-height: 150px;
    margin-top: 4px;
    text-align:left!important;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.blog_contain h1 {
color: #202124 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    min-height: 45px !important;
    margin-bottom: 5px;
    margin-top:0;
}


.blog_contain p {
    text-align: justify;
    font-size: 15px;
    margin-top: 5px;
    line-height: 23px;
    font-weight: 500;
}

ul.blogs.pagination.pagination-sm {
    margin-left: 0px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #00707d;
    font-weight: 500;
    border: 1px solid #04525b;
    transition: 0.5s;
}

.btn-info {
    color: #fff;
    background-color: #00707d;
    border-color: #01474f;
    font-weight: 500;
    transition: 0.5s;
}

.input-group-addon {
    border: 1px solid #0390a1;
}

.form-control {
    border: 1px solid #0390a1;
}

.well {
    border: 1px solid #d7d7d7;
}

.product_cssproduct_css .webapplication_two,
.webapplication {
    min-height: 177px !important;
    margin-bottom: 20px;
}

.product_headings {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #0090a0;
    text-align: center;
}

.form-group {
    margin-bottom: 7px;
}

.products_features h4 {
    text-align: center;
    line-height: 22px;
    font-size: 17px;
    color: #00626e;
    font-weight: 500;
    margin-bottom: 20px;
}

.products_features img {
    width: 114px;
    margin: auto;
    display: block;
}

#boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 200px;
    color: white;
    font-size: 2.5rem;
}

.gradient-border {
    --borderWidth: 3px;
    background: #ffffff;
    position: relative;
    border-radius: var(--borderWidth);
    padding: 15px 0px 2px 0px;
    margin-bottom: 30px;
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f3705594, #ef4e7b36, #a166ab4a, #5073b852, #1098ad4f, #07b39b59, #6fba8266);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.content_botom i {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 22px;
    color: #006874;
    font-weight: 500;
}

.product_block.margin_top1 ul li {
    color: #333 !important;
    width: 230px;
    height: 230px;
    text-align: center !important;
    list-style: none;
    background: #e8dbcd;
    margin-bottom: 50px;
    border-radius: 50%;
    line-height: 230px;
    border: 1px solid rgba(0, 0, 0, 0.34);
    box-shadow: 0 0 0 10px #e8dbcd;
    border-style: dashed;
    position: relative;
}

.product_block.margin_top1 ul li.dark {
    background: #d4937e;
    box-shadow: 0 0 0 10px #d4937e;
}

.product_block.margin_top1 ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    padding: 18px;
    font-weight: 500;
}

.box_sec {
    background: #f5efea;
    padding: 30px 0;
}

.product_block.margin_top1 ul li a {
    position: relative;
    z-index: 2;
}

.product_block.margin_top1 ul li:hover::before {
    transform: scale(1);
}

.product_block.margin_top1 ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: 500ms all;
    z-index: 1;
}

section.techno-stack {
    position: relative;
    width: 100%;
    height: auto;
    background: #dcd4d4;
    padding: 0px;
}

section.techno-stack h1 span {
    color: #005aa4;
    font-weight: 500;
}

section.techno-stack .container {
    padding: 30px 15px;
}

section.techno-stack h1 {
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 30px;
}

.technolist ul li span img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}

.technolist ul li span {
    display: block;
    line-height: 104px;
}

.technolist ul li {
    list-style: none;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0 0 0 2px #fff;
    border: 8px solid #fff;
    transform: scale(0.9);
    transition: 600ms all;
    overflow: hidden;
}

.technolist ul li:hover,
.technolist ul li.special {
    box-shadow: 0 0 0 2px #005aa4;
    border: 8px solid #dcd4d4;
    transform: scale(1.2);
}

.technolist ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

button.owl-prev,
button.owl-next {
    padding: 5px !important;
    display: inline-block;
    width: 33px;
    height: 33px;
}

.infoRotator-box h4 {
    font-size: 130px !important;
}

.contact_sec {
    background: url("../img/contactbg.png")no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}

.contact_sec::before {
    position: absolute;
    background: rgba(255, 255, 255, 0.76);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    mix-blend-mode: normal;
    z-index: 2;
}

.contact_sec>div {
    margin: 0 auto;
    padding: 70px 0;
    z-index: 3;
    position: relative;
}

.h3_head {
    margin: 0px 0 20px 0 !important;
    color: #05ccf6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-nav>button {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.owl-dots {
    display: none;
}

@media only screen and (max-width:1920px) {
    .app_dev {
        padding: 11.4% 4.5%;
    }
    .app_dev2 {
        padding: 11.4% 4.5%;
    }
    .app_dev3 {
        padding: 11.4% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 19px;
        line-height: 28px;
    }
    .background_first {
        background-color: rgba(37, 37, 25, 0.57);
        height: 185px;
        line-height: 185px;
        padding: 0% 15px;
    }
}

@media only screen and (max-width:1500px) {
    .app_dev {
        padding: 5% 4.5%;
    }
    .app_dev2 {
        padding: 5% 4.5%;
    }
    .app_dev3 {
        padding: 5% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 19px;
        line-height: 28px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-text {
        padding: 25px 5px;
        font-size: 10px;
    }
    .header .collapse.navbar-collapse.js-navbar-collapse {
        padding: 0;
    }
}

@media only screen and (max-width:1367px) {
    .app_dev {
        padding: 5% 4.5%;
        background-color: #25251991;
        color: #fff;
    }
    .app_dev2 {
        padding: 5% 4.5%;
    }
    .app_dev3 {
        padding: 5% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 16px;
        line-height: 28px;
    }
    .background_first {
        background-color: #25251991;
    }
}

@media only screen and (max-width:1126px) {
    .app_dev {
        padding: 8% 4.5%;
    }
    .app_dev2 {
        padding: 8% 4.5%;
    }
    .app_dev3 {
        padding: 8% 4.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    span.agileline {
        display: none;
    }
    .row.serviceboxes p {
        font-size: 19px;
        line-height: 28px;
    }
    .banner_content {
        margin-top: -6.3%;
    }
    .background_first {
        background-color: #25251991;
        padding: 13.9% 15px;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1024px) {
    .background_first {
        background-color: #25251991;
        padding: 8.9% 15px;
    }
    .banner_content {
        margin-top: -6.3%;
        position: absolute;
        background-color: #252519;
    }
    .app_dev {
        padding: 3% 2.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    .boxes_one {
        margin-bottom: 4%;
    }
    nav .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        width: 884px;
    }
}

@media only screen and (max-width:940px) {
    .background_first {
        background-color: #25251991;
        padding: 2.9% 15px;
    }
    .banner_content {
        margin-top: -6.3%;
        position: inherit;
        background-color: #252519;
    }
    .app_dev {
        padding: 3% 2.5%;
    }
    .margin_top {
        margin-top: 175px;
    }
    .boxes_one {
        margin-bottom: 4%;
    }
    nav .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        width: 884px;
    }
    button.navbar-toggle {
        position: fixed;
        right: 0;
        top: 18px;
    }
}

@media only screen and (max-width:768px) {
    .navbar-brand.navbar-brand-centered img {
        width: 66%;
        margin-top: -33px;
    }
    .navbar-brand.navbar-brand-centered {
        margin-top: -34px;
    }
    #myHeader .navbar-collapse {
        width: 100%;
        margin-top: 0px;
        position: fixed;
        background-color: #000;
        left: 0;
        right: 0;
        margin: 0 !important;
        height: 100%;
        top: 75px;
        max-height: 90%;
        overflow-y: scroll;
    }
    .floating-form {
        max-width: 90%;
    }
    .contact-opener {
        left: -99px !important;
    }
    .contacts_now h5 {
        line-height: 22px;
    }
    #testimonial4 .carousel-inner {
        padding-bottom: 30px;
    }
    .infoRotator-box .infoRotator-table h4 {
        font-size: 50px !important;
    }
    .webapplication,
    .webapplication_two {
        height: auto !important;
    }
    .technolist ul li {
        width: 105px;
        height: 105px;
    }
    .technolist ul li span {
        line-height: 88px;
    }
    .technolist ul li span img {
        max-height: 65px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-text {
        border-bottom: 1px solid #cccccc21;
    }
    .navbar-header {
        background-color: #000;
        height: 69px;
        padding-bottom: 6px;
    }
    .box-2-cont {
        margin-top: 8%;
        margin-bottom: 17%;
    }
    .section.appi-portfolio-sec.clearfix {
        display: none;
    }
    .row.serviceboxes.margin_top2 .col-md-4 {
        margin-top: 8%;
    }
    .background_first {
        padding: 0.7% 15px;
    }
    .ws_images {
        margin-top: 13%;
    }
    .banner_content {
        position: inherit;
    }
    .banner_content {
        position: inherit;
        width: 100%;
        margin-top: 0px;
        background-color: #000000;
        border-top: 0px;
    }
    .margin_top {
        margin-top: 0;
    }
    section.margin_top p {
        font-size: 17px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 3%;
    }
    .banner_inners>img {
        padding-top: 14%;
    }
}

@media only screen and (max-width:480px) {
    .navbar-collapse.js-navbar-collapse.collapse.in {
        margin-top: 10px;
    }
    div#myHeader {
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #000;
        height: 104px;
    }
    .navbar-header {
        background-color: #000;
        height: 69px;
        padding-bottom: 6px;
    }
    #wowslider-container1 {
        padding-top: 31px;
    }
    .contents {
        padding-top: 26px;
    }
    .content {
        padding: 0;
    }
    .contents p {
        padding: 1em;
    }
    ul.nav.nav-tabs {
        height: unset;
    }
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

.slider .slide img {
    transition: all 800ms ease-in-out;
    transform: scale(1.25, 1.25);
}

.slider .slide.slick-current.slick-active img {
    transform: scale(1, 1);
}

section.banner .slider {
    z-index: 2;
}

.slide {
    border-radius: 0px;
    overflow: hidden;
    background: #256e67;
    margin: 0;
    transition: all 300ms ease;
    opacity: 0.9;
}

.slider .slide.slick-current.slick-active {
    opacity: 1;
}

.app_dev {
    background: #e62f4b;
    background: -moz-linear-gradient(-45deg, #e62f4b 0%, #7a156c 100%);
    background: -webkit-linear-gradient(-45deg, #e62f4b 0%, #7a156c 100%);
    background: linear-gradient(135deg, #e62f4b 0%, #7a156c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62f4b', endColorstr='#7a156c', GradientType=1);
    padding: 4% 4.5%;
}

.app_dev2 {
    background: #ea9126;
    background: -moz-linear-gradient(-45deg, #ea9126 0%, #e73952 100%);
    background: -webkit-linear-gradient(-45deg, #ea9126 0%, #e73952 100%);
    background: linear-gradient(135deg, #ea9126 0%, #e73952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9126', endColorstr='#e73952', GradientType=1);
    padding: 4% 4.5%;
}

.app_dev3 {
    background: #a964cc;
    background: -moz-linear-gradient(-45deg, #a964cc 0%, #164fd0 100%);
    background: -webkit-linear-gradient(-45deg, #a964cc 0%, #164fd0 100%);
    background: linear-gradient(135deg, #a964cc 0%, #164fd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a964cc', endColorstr='#164fd0', GradientType=1);
    padding: 4% 4.5%;
    transition: 0.5s;
}

.app_dev p {
    color: #fff !important;
}

.margin_top.about_company h1 {
    margin-top: 0;
}

.single-testi .webapplication,
.single-testi .webapplication_two {
    width: 92%;
    margin: auto;
}

.serviceboxes .slick-arrow.slick-prev {
    left: -35px;
}

.serviceboxes .slick-arrow,
.testimonial_slide .slick-arrow {
    position: absolute;
    top: calc(50% - 37px / 2);
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    border: 0;
    background: #transparent;
    z-index: 2;
    transition: 600ms all;
    border-radius: 50px;
    border: 2px solid #4c57cf;
}

.serviceboxes .slick-prev:before,
.serviceboxes .slick-next:after,
.testimonial_slide .slick-prev:before,
.testimonial_slide .slick-next:after {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.serviceboxes .slick-arrow.slick-next {
    right: -35px;
}

.fourth_section#custom-app {
    margin: 0;
    padding: 15px 0 45px;
}

.infoRotator-box h4 {
    margin-bottom: 0;
    
    font-weight: 300;
    font-size: 180px;
    line-height: 180px;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#872b7a, #f52c4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.rotate_circle::before {
    width: 100%;
    height: 100%;
    background: url("../img/ellipse-inner.png")no-repeat center;
    content: "";
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    left: auto;
    right: -10px;
    background-size: 100%;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rotate_circle {
    width: 380px;
    height: 380px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 50px 0;
    margin-left: 40px;
    line-height: 350px;
    position: relative;
}

.outer {
    width: 420px;
    height: 420px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -30px;
    margin: auto;
    border-radius: 50%;
}

.outer2 {
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: auto;
    margin: auto;
    border-radius: 50%;
}

.rotate_circle .cir_text {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center !important;
    position: relative;
}

.rotate_circle div p {
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-165px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}

.circle {
    width: 20px;
    height: 20px;
    background: -webkit-linear-gradient(top, rgb(135, 43, 122), rgb(245, 44, 75));
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -30px;
    overflow: hidden;
    margin: auto;
    -webkit-animation: circle 6s linear infinite;
    animation: circle 6s linear infinite;
}

.outer .circle:nth-child(2) {
    -webkit-animation: circle 8s linear infinite;
    animation: circle 8s linear infinite;
    background: linear-gradient(135deg, #e94c63 0%, #ec9a3b 100%);
    right: -20px;
}

.trusted_software h1 {
    padding-top: 50px;
}

.testimonial_slide {
    padding-bottom: 30px;
}

section.cps_slider_sec {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #878afa;
}

.cps_text a::before {
    content: "\f141";
    color: #005aa4;
    font-family: "Fontawesome";
    position: relative;
    font-size: 22px;
}

.cps_text a {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    display: block;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.cps_text {
    padding-top: 100px;
}

.cps_text p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.cps_text h2 {
    
    font-size: 50px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px;
    color: #fff;
}

.bg-color1 {
    background: #4d00ab;
}

.bg-color2 {
    background: #cd205c;
}

.bg-color3 {
    background: #0e1041;
}

.bg-color4 {
    background: #fea700;
}

.bg-color5 {
    background: #008952;
}

.bg-color6 {
    background: #070d68;
}

section.cps_slider_sec .content {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: 600ms all;
}

section.cps_slider_sec .container {
    position: relative;
    z-index: 3;
}


.cps_slider button.slick-arrow::before ,.testimonial_slide button.slick-arrow::before,.serviceboxes .slick-arrow::before{
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-shadow: none;
    font-size: 11px;
    color: #000;
    
    font-family: "Fontawesome";
}
.cps_slider button.slick-arrow.slick-prev::before,.testimonial_slide button.slick-arrow.slick-prev::before,.serviceboxes .slick-arrow.slick-prev::before{
    content: "\f053";
}
.cps_slider button.slick-arrow.slick-next::before,.testimonial_slide button.slick-arrow.slick-next::before,.serviceboxes .slick-arrow.slick-next::before{
    content: "\f054";
}
.cps_slider button.slick-arrow {
    width: 30px;
    height: 33px;
    text-align: center;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 42px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.testimonial_slide button.slick-arrow::before,.serviceboxes .slick-arrow::before{color:#4c57cf;}
.cps_text {
    padding-left: 50px;
}

.cps_slider_sec h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.blog_detail img {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 15px 0 !important;
    background: #fff;
    max-height: 360px;
}

.container.margin_top3 {
    margin-top: 65px;
}

h2.large_heading::before {
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #00e4ff;
    position: absolute;
}

h2.large_heading {
    color: #233d63;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 40px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    
}

.maintenance_tab p,
.maintenance_tab ul li {
    color: #737f92 !important;
    letter-spacing: 1px;
    padding: 5px 0;
    font-weight: 400;
    line-height: 28px;
}

.maintenance_tab h1 {
    color: #404950;
    font-weight: 500;
}

.maintenance_tab ul li strong {
    color: #233d63 !important;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.maintenance_tab p {
    margin: 0;
}

.support_table ul li .support_box p {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #005aa4 !important;
}

.support_table ul li .support_box h4 span {
    color: #fff;
    font-weight: 500;
    margin-left: 5px;
}

.support_table ul li .support_box h4 {
    color: #2a4561;
    margin: 0;
    padding: 15px;
    background: linear-gradient(to bottom, #465773 0%, #3f506c 44%, #2a4561 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
    color: #d4d8de;
}

.support_table ul li .support_box h3 {
    color: #3b4c66;
    font-size: 28px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.support_table ul li .support_box {
    background: #fff;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 50px 30px -40px rgba(140, 131, 131, 0.34);
}

.support_table ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center !important;
    margin: 10px;
}

.support_table ul {
    text-align: center;
    padding: 0px 8px;
    margin: 0 0 20px 0;
}

.box_space {
    margin-top: 50px;
    margin-bottom: 25px;
}

.maintenance_tab .nav-tabs>li>a {
    border: 1px solid rgba(152, 47, 117, 0.83) !important;
    margin: -1px;
}

section.maintab_section .maintenance_tab .nav.nav-tabs li.active a {
    background: #005aa4;
    color: #fff;
    border-color: #005aa4 !important;
}

section.maintab_section .maintenance_tab .nav.nav-tabs li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 3px !important;
    
    border-color: rgba(181, 181, 181, 0.04) !important;
    margin: -3px;
    min-width: 300px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
}

section.maintab_section .maintenance_tab .nav.nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}

section.maintab_section .maintenance_tab .nav.nav-tabs {
    background: #dddddd;
    width: 100%;
    text-align: center;
    padding: 20px;
    height: auto;
}

section.maintab_section .maintenance_tab {
    margin-top: 0;
}

.maintain_text {
   font-family: 'Work Sans';
}

.contents .maintenance_tab h1 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 0;
}

.frind_box .f_icon {
    color: white;
    font-size: 31px;
    width: 80px;
    height: 80px;
    background: #1b53ee;
    border-radius: 50%;
    line-height: 80px;
    position: absolute;
    top: -40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.frind_box {
    text-align: center;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 8px 15px 5px rgba(12, 35, 34, .05);
    box-shadow: 0 8px 15px 5px rgba(12, 35, 34, 0.12);
    padding: 40px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px;
    border-radius: 10px;
    min-height: 190px;
    position: relative;
    padding-top: 50px;
    border-top: 5px solid #1b53ee;
}

.frind_box h2 {
    color: #233d63 !important;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    padding-bottom: 0;
    
    letter-spacing: 1px;
}

.frind_box p {
    color: #737f92 !important;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
    font-weight: 400;
    
    font-size: 15px;
    line-height: 20px;
}

.frind_box {
    margin: 20px 0 40px;
}

.performed_list p::before {
    content: "\f00c";
    font-family: "Fontawesome";
    color: #000;
    position: absolute;
    left: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #09e2b0;
    border-radius: 50px;
    text-align: center;
}

.performed_list p i {
    display: none;
}

.performed_list p {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    color: #000 !important;
    margin: 3px 15px;
    text-align: left;
    min-height: 50px;
}

.performed_list {
    background: rgb(241, 241, 241);
    padding: 30px;
    margin-bottom: 20px;
}

.contents .maintenance_tab h1.text-center {
    text-align: center !important;
}

.s-img img {
    width: 100%;
}

.background_first h4 {
    display: inline-block;
    vertical-align: middle;
}

section.margin_top.about_company {
    margin-top: 115px;
}

@media(min-width:300px) and (max-width:767px) {
    .performed_list {
        padding: 10px;
    }
    .performed_list p {
        width: 100%;
    }
    .support_table ul li {
        width: 100%;
    }
    .banner_content {
        display: none;
    }
    section.margin_top.about_company {
        margin-top: 10px;
    }
    .slider.slick-slider {
        padding-top: 100px;
    }
    .banner_inners {
        padding-top: 30px;
    }
    .infoRotator-box h4 {
        font-size: 50px !important;
        line-height: 45px;
    }
    .cps_text {
        padding-top: 0;
    }
    .rotate_circle {
        width: 260px;
        height: 260px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        margin: 50px 0;
        line-height: 260px;
        position: relative;
        margin-left: 0;
    }
    .outer {
        width: 300px;
        height: 300px;
    }
    .outer2 {
        width: 280px;
        height: 280px;
    }
    .cps_text {
        padding-left: 0;
    }
    .cps_text h2 {
        font-size: 28px;
    }
}

.banner_inners img {
    width: 100%;
}
.technolist ul li span {
    display: block;
    background: url("../../Content/img/softech_img.jpg")no-repeat center left;
    width: 100%;
    transition: 600ms all;
    height: 100%;
    background-position: 0 0;
    background-size: auto 100%;
} 
.technolist ul li:nth-child(2) span {
    background-position: -108px 0;
}
 .technolist ul li:nth-child(3) span {
    background-position: -208px 0;
}
     .technolist ul li:nth-child(4) span {
    background-position: -314px 0;
}
      .technolist ul li:nth-child(5) span {
    background-position: -419px 0;
}
       .technolist ul li:nth-child(6) span {
    background-position: -524px 0;
}
        .technolist ul li:nth-child(7) span {
    background-position: -626px 0;
}
         .technolist ul li:nth-child(8) span {
    background-position: -734px 0;
}
          .technolist ul li:nth-child(9) span {
    background-position: -834px 0;
}
           .technolist ul li:nth-child(10) span {
    background-position: -945px 0;
}
            .technolist ul li:nth-child(11) span {
    background-position: -1047px 0;
}
             .technolist ul li:nth-child(12) span {
    background-position: -1148px 0;
}
              .technolist ul li:nth-child(13) span {
    background-position: -1249px 0;
}
               .technolist ul li:nth-child(14) span {
    background-position: -1363px 0;
}
                .technolist ul li:nth-child(15) span {
    background-position: -1466px 0;
}
                 .technolist ul li:nth-child(16) span {
    background-position: -1571px 0;
}
                  .technolist ul li:nth-child(17) span {
    background-position: -1676px 0;
}
                   .technolist ul li:nth-child(18) span {
    background-position: -1777px 0;
}
                    .technolist ul li:nth-child(19) span {
    background-position: -1884px 0;
}
                     .technolist ul li:nth-child(20) span {
    background-position: -1989px 0;
}
                      .technolist ul li:nth-child(21) span {
    background-position: -2095px 0;
}
@media only screen and (max-width: 768px){
.technolist ul li:nth-child(2) span {
    background-position: -88px 0;
}
.technolist ul li:nth-child(3) span {
    background-position: -180px 0;
}.technolist ul li:nth-child(4) span {
    background-position: -270px  0;
}
.technolist ul li:nth-child(5) span {
    background-position:-359px 0;
}
.technolist ul li:nth-child(6) span {
    background-position: -447px 0;
}
.technolist ul li:nth-child(7) span {
    background-position:-538px 0;
}
.technolist ul li:nth-child(8) span {
    background-position: -628px 0;
}
.technolist ul li:nth-child(9) span {
    background-position: -716px 0;
}
.technolist ul li:nth-child(10) span {
    background-position: -810px 0;
}
.technolist ul li:nth-child(11) span {
    background-position: -896px 0;
}
.technolist ul li:nth-child(12) span {
    background-position: -985px 0;
}
.technolist ul li:nth-child(13) span {
    background-position:-1073px 0;
}
.technolist ul li:nth-child(14) span {
    background-position:-1167px 0;
}
.technolist ul li:nth-child(15) span {
    background-position:-1256px 0;
}
.technolist ul li:nth-child(16) span {
    background-position: -1344px 0;
}
.technolist ul li:nth-child(17) span {
    background-position:-1434px 0;
}
.technolist ul li:nth-child(18) span {
    background-position: -1523px 0;
}
.technolist ul li:nth-child(19) span {
    background-position:-1613px 0;
}
.technolist ul li:nth-child(20) span {
    background-position:-1701px 0;
}
.technolist ul li:nth-child(21) span {
    background-position:-1792px 0;
}
}
/*sprite css*/

/*
#####################*/


#services a.inner-circle .icon-1 {
    width: 70px;
    height: 70px;
    margin: auto;
    background-size: 40px !important;
    background: url(data1/images/drain-hover.png) no-repeat 14px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.design-chat-bg1 {
    background: #333333;
padding:30px;

}
    
#services a.inner-circle .icon-1 {
    width: 70px;
    height: 70px;
    margin: auto;
    background-size: 40px !important;
    background: url(data1/images/drain-hover.png) no-repeat 14px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 200px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  curso
  r: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

/**/

@import url('https://fonts.googleapis.com/css?family=Exo+2|Yatra+One');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
}

body{
  background: #fff;
}

.wrapper{
  margin-top: 60px;
  text-align: center;
}

.wrapper h1{
  font-family: 'Yatra One', cursive;
  font-size: 48px;
  color: #fff;
  margin-bottom: 25px;
}

.our_team{
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.our_team .team_member{
  width: 250px;
  margin: 5px;
  background: #ffff;
  padding: 20px 10px;
}

.our_team .team_member .member_img{
  background: #ffff;  
  max-width: 190px;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

.our_team .team_member .member_img img{
  width: 100%;
  height: 100%;
}

.our_team .team_member h3{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 15px 0 0px;
}

.our_team .team_member span{
  font-size: 10px;
}

.our_team .team_member p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.our_team .team_member .member_img .social_media{
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0,0,0,0.65);
  width: 95%;
  height: 95%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
   transition: all 0.5s ease;
}

.our_team .team_member .member_img .social_media .item{
  margin: 0 10px;
}

.our_team .team_member .member_img .social_media .fab{
  color: #ffff;
  font-size: 30px;
}

.our_team .team_member .member_img:hover .social_media{
  transform: scale(1);
}

