@import url("https://fonts.googleapis.com/css?family=Roboto:300, 300i, 400, 400i, 500, 500i, 700, 700i, 900, 900i|Rubik:300, 300i, 400, 400i, 500, 500i, 700, 700i, 900, 900i");

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
body {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #1c63b8;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Rubik, sans-serif;
}
textarea {
    overflow: hidden;
    width: 100%;
}
p {
    position: relative;
    line-height: 1.8em;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin: 0;
}
::-webkit-input-placeholder {
    color: inherit;
}
.auto-container {
    position: static;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 60px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1c63b8;
    display: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-to-top:hover {
    color: #fff;
    background: #fb4848;
}
.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .header-top {
    position: relative;
    background-color: #1c63b8;
}
.main-header .header-top .inner-container {
    position: relative;
}
.main-header .header-top .top-left {
    position: relative;
    float: left;
    margin-left: 300px;
    padding-left: 30px;
}
.main-header .header-top .top-left:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 1000%;
    left: -1000%;
    content: "";
    z-index: 9;
    background-color: #fff;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform: skewX(40deg);
}
.main-header .header-top .top-left ul li {
    position: relative;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 8px 0;
    font-weight: 400;
}
.main-header .header-top .top-right {
    position: relative;
    float: right;
}
.main-header .header-top .call-btn {
    float: left;
    margin-left: 45px;
}
.main-header .header-top .call-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    background: #222;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header-top .call-btn a:hover {
    background: #fff;
    color: #36404b;
}
.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .header-lower {
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #222;
}
.main-header .nav-outer {
    position: relative;
    margin-left: 0;
    padding-left: 20px;
}
.main-header .nav-outer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 1000%;
    left: -1000%;
    content: "";
    z-index: 9;
    background-color: #222;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform: skewX(-40deg);
}
.main-menu {
    position: static;
    float: left;
}
.main-menu .navbar-collapse {
    padding: 0;
}
.main-menu .navigation {
    position: static;
    margin: 0;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 5px;
}
.main-menu .navigation .active {
    background: #1c63b8;
}
.main-menu .navigation li a:hover {
    background: #1c63b8;
    color: #fff;
}
.main-menu .navigation > li:last-child {
    background: #1c63b8;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    padding: 15px 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li:hover > a {
    color: #fff;
}
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    opacity: 1;
    color: #fff;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 183px;
    padding: 0 0;
    z-index: 100;
    background: #2b2b2b;
    border-top: 2px solid #1c63b8;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.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 rgba(255, 255, 255, 0.1);
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 3px 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
    background: #1c63b8;
}
.main-menu .navigation > li.dropdown:hover > ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.search-box-outer {
    position: relative;
    float: right;
    color: #fff;
    margin-left: 0;
    margin-top: 7px;
}
.search-box-outer .form-group {
    margin-bottom: 0;
}
.search-box-outer .form-group input {
    overflow: visible;
    padding: 3px 30px 3px;
    background: #222;
    color: #fff;
    border-left: 1px solid;
}
.search-box-outer .form-group button {
    background: #fff;
}
.main-header .dropdown-menu {
    top: 38px;
    right: 0;
    border-top: 3px solid #fb4848;
    padding: 0;
    width: 280px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
button:focus {
    box-shadow: none;
    outline: 0;
}
.sec-title {
    position: relative;
    margin-bottom: 25px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    color: #36404b;
    font-weight: 500;
    font-family: "Krona One", sans-serif;
    text-transform: uppercase;
}
.sec-title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #36404b;
    font-weight: 500;
    text-transform: uppercase;
}
.sec-title .separator {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    height: 40px;
    width: 50px;
    color: #fb4848;
    margin: 25px 115px 0;
}
.sec-title .separator span {
    position: relative;
    display: block;
    text-align: center;
}
.sec-title .separator:before {
    position: absolute;
    right: 100%;
    top: 18px;
    content: "";
    background: #d9d9d9 padding-box content-box;
    padding: 2px 0 2px 28px;
    border-top: 1px solid #d9d9d9;
    width: 115px;
    height: 6px;
}
.sec-title.text-center h2 {
    text-align: center !important;
}
.sec-title.text-center .separator:after {
    position: absolute;
    left: 100%;
    top: 18px;
    content: "";
    background: #d9d9d9 padding-box content-box;
    padding: 2px 28px 2px 0;
    border-top: 1px solid #d9d9d9;
    width: 115px;
    height: 6px;
}
.sec-title.light .title {
    color: #888;
}
.sec-title.light h2 {
    color: #fff;
}
.sec-title.light .separator:after,
.sec-title.light .separator:before {
    background-color: #787878;
    border-color: #787878;
}
.page-title {
    position: relative;
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.page-title:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}
.main-menu .navigation > li.has-mega-menu {
    position: static;
}
.main-menu .navigation > li > .mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 986px;
    background-color: #2b2b2b;
    border-top: 2px solid #1c63b8;
    padding: 7px 37px 4px 41px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar {
    position: relative;
}
.main-menu .navigation > li .mega-menu-bar h3 {
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
    border: none;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    padding: 3px 1px;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: Rubik, sans-serif;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
    color: #fff;
    background: #1c63b8;
}
.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.about-us {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}
.about-us-1 {
    background: #f7f7f7;
}
.about-us .image-column {
    position: relative;
}
.about-us .newabout-us-img img {
    width: 380px;
    float: left;
    border-radius: 50%;
    height: 379px;
    border: 4px solid #1c63b8;
    margin-right: 30px;
    margin-bottom: 30px;
}
.about-us .newabout-us-img p {
    text-align: justify;
    font-size: 18px;
}
.about-us .newabout-us-img {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.about-us-three-sec .serviceBox {
    color: #fff;
    padding: 25px 5px 30px 0;
    position: relative;
}
.about-us-three-sec .serviceBox:after {
    content: "";
    background: #1f65b9;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 11px;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.about-us-three-sec .serviceBox .service-content {
    background: linear-gradient(to left bottom, #1c63b899, #1c63b8);
    padding: 15px;
}
.about-us-three-sec .serviceBox .title {
    color: #222;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 0 -20px 20px -15px;
    border-radius: 0 30px 30px 0;
}
.about-us-three-sec .serviceBox .description {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px;
}
.about-us-three-sec .serviceBox .service-icon {
    display: none;
}
@media only screen and (max-width: 990px) {
    .about-us-three-sec .serviceBox {
        margin: 0 0 30px;
    }
}
.fun-fact-section {
    position: relative;
    padding: 70px 0 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fun-fact-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222;
    opacity: 0.9;
    content: "";
}
.fun-fact-section .count-box {
    position: relative;
    margin-bottom: 30px;
}
.fun-fact-section .count-box .inner-box {
    position: relative;
    display: block;
    border: 2px solid #1c63b8;
}
.fun-fact-section .count-box .icon-box {
    position: relative;
    float: left;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-right: 5px;
}
.fun-fact-section .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    color: #fff;
}
.fun-fact-section .count-box .counter-title {
    position: relative;
    display: block;
}
.fun-fact-section .count-box .counter-title h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding: 6px 25px 6px 13px;
    text-transform: uppercase;
    background-color: #1c63b8;
    min-width: 145px;
}
.fun-fact-section .count-box .counter-title h5:before {
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 42px solid #1c63b8;
    border-right: 15px solid transparent;
}
.services-page-section {
    padding: 76px 0 10px;
}
.services-page-section .service-block {
    margin-bottom: 30px;
}
.services-page-section .styled-pagination {
    display: block;
    margin-top: 90px;
}
.tabs-content .tab {
    display: none;
}
.tab.active-tab {
    display: block;
}
.row > .column,
.section-portfolio-2 .row {
    padding: 8px;
}
.row > .column p,
.section-portfolio-2 .row {
    text-align: justify;
}
.inner-container .on-demand-section a {
    color: #fff;
    text-align: center;
    background: #1c63b8;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #fff;
}
.inner-container .on-demand-section a:hover {
    background: #1c63b800;
}
.on-demand-footer {
    margin: 30px 0;
}
.on-demand-footer .on-demand-section {
    text-align: center;
}
.on-demand-footer .on-demand-section a {
    color: #fff;
    text-align: center;
    background: #1c63b8;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #000;
    font-size: 23px;
}
.on-demand-footer .on-demand-section a:hover {
    background: #1c63b800;
    color: #000;
    border: 2px solid #1c63b8;
}
.subscribe-section {
    position: relative;
    z-index: 9;
}
.subscribe-section .inner-container {
    position: relative;
    background-color: #1c63b8;
    outline: 2px solid rgba(255, 255, 255, 0.33);
    outline-offset: -22px;
    padding: 45px 42px 25px;
}
.subscribe-section h3 {
    position: relative;
    float: left;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-family: Rubik, sans-serif;
}
.subscribe-section .call-btn {
    background: #fb5056;
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 8px 35px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.subscribe-section .call-btn:hover {
    background-color: #fff;
    color: #fb4848;
}
.testimonial-section {
    position: relative;
    padding: 60px 0 0 0;
}
.testimonial-section .testimonial-carousel {
    position: relative;
    padding-bottom: 105px;
}
.testimonial-block {
    position: relative;
    display: block;
    padding: 25px 50px;
    background-color: #222;
    max-width: 445px;
    width: 100%;
    text-align: right;
}
.testimonial-block:before {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    content: "";
    border-right: 7px solid #1c63b8;
    background-color: #222;
}
.testimonial-block .thumb {
    position: absolute;
    height: 90px;
    width: 90px;
    right: 0;
    top: 30px;
    margin-right: -75px;
    border: 3px solid #1c63b8;
}
.testimonial-block .thumb img {
    display: block;
    height: 100%;
    width: 100%;
}
.testimonial-block p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    text-align-last: left;
}
.testimonial-block .name {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonial-block .designation {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #f14848;
    text-transform: capitalize;
}
.testimonial-block .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #1c63b8;
    color: #fff;
    padding-left: 10px;
}
.testimonial-block .icon:before {
    display: inline-block;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.testimonial-block .icon:after {
    position: absolute;
    right: -17px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #1c63b8;
    border-right: 17px solid transparent;
    content: "";
}
.testimonial-block.even {
    float: right;
    text-align: left;
    height: 190px;
}
.testimonial-block.even:before {
    left: auto;
    right: 35px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-left: 7px solid #1c63b8;
    border-right: 0;
}
.testimonial-block.even .thumb {
    right: auto;
    left: 0;
    margin-left: -75px;
}
.testimonial-block.even .icon {
    position: absolute;
    left: auto;
    right: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
}
.testimonial-block.even .icon:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.testimonial-block.even .icon:after {
    position: absolute;
    left: -17px;
    right: auto;
    width: 0;
    height: 0;
    border-right: 0;
    border-bottom: 35px solid #1c63b8;
    border-left: 17px solid transparent;
    content: "";
}
.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-align: center;
    width: 100%;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    height: 35px;
    width: 35px;
    float: right;
    margin: 10 5px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #222;
    background: #fff;
    border: 1px solid #222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    background-color: #1c63b8;
    border-color: #1c63b8;
    color: #fff;
}
.testimonial-carousel .owl-next .fa,
.testimonial-carousel .owl-prev .fa {
    margin-top: 8px;
}
.team-page-section {
    position: relative;
    padding: 50px 0 10px;
}
.contact-section {
    position: relative;
}
.enquiry-form-litost .section-img-enquiry {
    width: 100%;
    height: 498px;
}
.enquiry-form-litost {
    margin-bottom: 40px;
}
.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}
.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222;
    opacity: 0.9;
    content: "";
}
.footer-bottom {
    position: relative;
    display: block;
    background-color: #1c63b8;
}
.footer-bottom .copyright-text {
    position: relative;
    text-align: center;
}
.footer-bottom .copyright-text p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}
.updated-clients-section {
    position: relative;
    padding: 30px 0;
    background-color: #1c62b7;
}
.updated-clients-section .sponsors-outer {
    position: relative;
    margin: 0 50px;
    background-color: #fff;
}
.updated-clients-section .sponsors-outer .owl-dots {
    position: relative;
    display: none;
}
.updated-clients-section .sponsors-outer .owl-nav {
    margin-top: 30px;
    display: block;
}
.updated-clients-section .sponsors-outer .owl-nav .owl-next .fa,
.updated-clients-section .sponsors-outer .owl-nav .owl-prev .fa {
    margin-top: 13px;
}
.updated-clients-section .sponsors-outer .owl-nav .owl-next,
.updated-clients-section .sponsors-outer .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 8px;
    background-color: #1c63b8;
}
.updated-clients-section .sponsors-outer .image-box {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    border: 1px solid #dcd9d9;
    height: 130px;
    width: 100%;
}
.updated-clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.updated-clients-section .sponsors-outer .image-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.section-1 {
    margin-bottom: 30px;
}
.section-1 .serviceBox {
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
}
.section-1 .serviceBox:hover {
    box-shadow: 0 0 8px 0 #1c63b8;
}
.section-1 .serviceBox .service-content:hover {
    border: 2px solid #fff;
}
.section-1 .serviceBox .service-content {
    border: 2px solid #1c63b8;
    height: 100%;
}
.section-1 .serviceBox .title {
    display: block;
    padding: 10px 0;
    margin: 0 0 10px 0;
    background: #1c63b8;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0.1s;
}
.section-1 .serviceBox .description {
    display: block;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
    line-height: 27px;
    text-align: justify;
    transition: all 0.3s ease 0s;
}
.section-1 .serviceBox .service-content p {
    text-align: justify;
    padding: 0 10px;
}
.section-2 .title-box h2 {
    color: #fff;
}
.section-2 p {
    color: #fff;
    margin-bottom: 20px;
}
.section-3 .serviceBox {
    margin-bottom: 20px;
    padding: 12px 12px 12px 83px;
    position: relative;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    cursor: pointer;
    height: 182px;
    overflow: hidden;
}
.section-3 .serviceBox a {
    bottom: 0;
    position: absolute;
    float: right;
    right: 0;
    background: #fff;
    display: block;
    width: 100%;
    text-align: right;
}
.section-3 .serviceBox:before {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
.section-3 .serviceBox:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.section-3 .serviceBox .service-icon {
    width: 50px;
    font-size: 30px;
    color: #ff5157;
    text-align: center;
    border: 2px solid #1c63b8;
    position: absolute;
    top: 46px;
    left: 20px;
    transition: all 0.3s ease 0s;
}
.section-3 .serviceBox:hover .service-icon {
    transform: translateY(20px);
    top: 23px;
}
.section-3 .serviceBox .service-icon:after,
.section-3 .serviceBox .service-icon:before {
    content: "";
    height: 2px;
    background: #1c63b8;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.section-3 .serviceBox .service-icon:after {
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
.section-3 .serviceBox:hover .service-icon:before {
    top: -25px;
    transform: rotate(90deg);
}
.section-3 .serviceBox:hover .service-icon:after {
    transform: rotate(-90deg);
    bottom: -25px;
}
.section-3 .serviceBox .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #379ccb;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    position: relative;
}
.section-3 .serviceBox p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-slider .carousel-item {
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.main-slider .carousel-item img {
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.image-box2 .carousel-item {
    overflow: hidden;
    width: 100%;
}
.image-box2 .carousel-item img {
    width: 100%;
}
.logosection-top {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 88px;
    z-index: 11111;
}
.section1-img img {
    height: 434px !important;
    width: 100%;
}
.marquee-section {
    color: #000;
}
.tab-content .form-control {
    text-transform: capitalize;
}
.new-contact .contact-details h4 {
    padding: 20px 0;
}
.new-contact .content-column p {
    padding: 12px 0;
}
.new-contact .btn-primary {
    color: #fff;
    margin-top: 16px;
    background-color: #1c63b8;
    border-color: #1c63b8;
    border-radius: 30px;
}
.updated-clients-section {
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .main-slider .carousel-item {
        height: 147px;
        overflow: hidden;
        width: 100%;
    }
    .main-slider .carousel-item img {
        height: 147px;
        overflow: hidden;
        width: 100%;
    }
    .image-box2 .carousel-item {
        height: 130px;
        overflow: hidden;
        width: 100%;
    }
    .image-box2 .carousel-item img {
        width: 100%;
        height: 130px;
    }
    .logosection-top img {
        width: 140px;
    }
    .logosection-top {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .section-2 .title-box h2 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 12px;
    }
    .fun-fact-section {
        padding: 35px 0 10px;
    }
    .main-header .sticky-header .main-menu .navigation > li > a {
        width: 289px;
    }
    .fixed-social-icon-section .icon-bar {
        display: none;
    }
    .updated-clients-section .sponsors-outer .owl-nav {
        display: none;
    }
    .updated-clients-section {
        margin-bottom: 0;
    }
    .sidebar-page-container-1 .main-timeline .timeline-icon {
        display: none;
    }
    .main-timeline .timeline:nth-child(even) .title,
    .sidebar-page-container-1 .main-timeline .title {
        padding: 10px 32px 10px 10px !important;
    }
    .sidebar-page-container-1 .main-timeline .title {
        font-size: 12px !important;
    }
    .sidebar-page-container-1 .main-timeline .inner-content:before {
        transform: skew(0) !important;
    }
    .sidebar-page-container-1 .main-timeline .inner-content:before {
        width: 100% !important;
        right: 0 !important;
    }
    .sidebar-page-container-1 .main-timeline .inner-content {
        padding: 30px 5px 15px 5px !important;
    }
    .sidebar-page-container-1 .jobtitleheading span {
        margin-top: 3px !important;
        background: #08338e;
        width: 100% !important;
    }
    .search-box-outer .form-group input {
        padding: 3px 0 3px;
    }
    .zsiq_theme1 div.zsiq_cnt {
        display: none !important;
    }
    .search-box-outer {
        margin-top: 0;
    }
    .new-contact .sec-title.text-center h2 {
        margin-top: 30px;
    }
    .new-contact .btn-primary {
        margin: 25px auto;
        text-align: center;
        float: none;
        display: block;
    }
    .new-contact .content-column p {
        padding: 25px 0 !important;
        color: #000;
        font-weight: 500;
    }
    .applynow-page-section .tab {
        display: block !important;
    }
    .section-facebook {
        padding: 50px 0 10px !important;
    }
    .services-details-getenquery {
        margin: 30px 0 0 !important;
        text-align: center;
        float: none !important;
    }
    .services-section-sidebaar {
        text-align: justify;
        margin: 10px 0 0 !important;
    }
    .services-section-sidebaar .sidebaar-menu {
        margin-bottom: 30px;
    }
    .contact-celculastion input {
        width: 50px !important;
    }
    .contact-celculastion {
        margin: 0 auto;
        text-align: center;
    }
    .logosection-top {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .search-box-outer .form-group input {
        padding: 3px 10px 3px;
    }
    .main-header .header-lower .search-box-outer {
        position: absolute;
        left: 0;
        margin-left: 0;
        z-index: 99;
        padding: 15px 0;
    }
    .search-box-outer {
        margin-top: 0;
    }
    .logosection-top img {
        width: 140px;
    }
    .main-slider .carousel-item img {
        height: 147px;
        overflow: hidden;
        width: 100%;
    }
    .main-slider .carousel-item {
        height: 147px;
        overflow: hidden;
        width: 100%;
    }
    .updated-clients-section .sponsors-outer .owl-nav {
        display: none;
    }
    .howitwork .service-content {
        padding: 5px !important;
        box-shadow: 5px 5px 0 #0080d4 !important;
    }
    .about-us .newabout-us-img img {
        width: 266px;
        float: none;
        margin: 0 auto 20px;
        margin: 0 0 20px 0;
        height: 266px;
    }
    .certifications-section p {
        text-align: justify !important;
        padding: 15px;
    }
}
.gallery-section {
    margin-bottom: 30px;
}
.sidebar-page-container-1 {
    margin: 40px;
}
.sidebar-page-container-1 .jobtitleheading {
    background: #0186d3;
    padding: 0 10px;
    font-weight: 600;
    color: #ffeded;
}
.sidebar-page-container-1 .jobtitleheading span {
    color: #fff;
    float: right;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: -30px;
    background: #08338e;
}
.sidebar-page-container-1 .main-timeline:after {
    content: "";
    display: block;
    clear: both;
}
.sidebar-page-container-1 .main-timeline .timeline {
    margin-bottom: 50px;
    float: left;
    position: relative;
    z-index: 1;
}
.sidebar-page-container-1 .main-timeline .timeline-content {
    display: block;
}
.sidebar-page-container-1 .main-timeline .timeline-content:hover {
    text-decoration: none;
}
.sidebar-page-container-1 .main-timeline .timeline-icon {
    color: #08338e;
    background-color: #fff;
    font-size: 37px;
    text-align: center;
    line-height: 57px;
    height: 60px;
    width: 60px;
    border: 3px solid #08338e;
    box-shadow: 0 0 0 5px #30a3e5, 3px 3px 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sidebar-page-container-1 .main-timeline .timeline-icon .fa {
    color: #1c516f;
    margin-top: 7px;
}
.sidebar-page-container-1 .main-timeline .title {
    color: #fff;
    background: #0186d3;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px 10px 50px;
    margin: 5px 0 0 25px;
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.sidebar-page-container-1 .main-timeline .inner-content {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin: -10px 0 0;
    padding: 30px 20px 15px 50px;
    position: relative;
}
.sidebar-page-container-1 .main-timeline .inner-content:before {
    content: "";
    background-color: #1c516f;
    height: 100%;
    width: 95%;
    border-radius: 10px;
    transform: skew(-10deg);
    position: absolute;
    right: 10px;
    top: 0;
    z-index: -1;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(even) {
    text-align: right;
    float: right;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 0;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(even) .title {
    margin: 5px 25px 0 0;
    padding: 10px 50px 10px 40px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(even) .inner-content {
    text-align: left;
    padding: 30px 20px 15px 50px;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
    border-color: #bf1424;
    color: #bf1424;
    box-shadow: 0 0 0 5px #ea3342, -3px 3px 0 6px rgba(0, 0, 0, 0.3);
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 2) .title {
    background: #d6313f;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 2) .inner-content:before {
    background: #ff3833;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
    border-color: #871687;
    color: #871687;
    box-shadow: 0 0 0 5px #ce12ce, 3px 3px 0 6px rgba(0, 0, 0, 0.3);
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 3) .title {
    background: #ad16ad;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 3) .inner-content:before {
    background: #bf4ebf;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
    border-color: #e87306;
    color: #e87306;
    box-shadow: 0 0 0 5px #ff800a, -3px 3px 0 6px rgba(0, 0, 0, 0.3);
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 4) .title {
    background: #f77c09;
}
.sidebar-page-container-1 .main-timeline .timeline:nth-child(4n + 4) .inner-content:before {
    background: #fc983a;
}
@media only screen and (max-width: 767px) {
    .sidebar-page-container-1 .main-timeline .timeline {
        width: 100%;
        margin: 0 0 20px;
    }
    .sidebar-page-container-1 .main-timeline .timeline:nth-child(even) {
        float: left;
        text-align: left;
    }
    .sidebar-page-container-1 .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto;
    }
    .main-timeline .timeline:nth-child(even) .title,
    .sidebar-page-container-1 .main-timeline .title {
        margin: 5px 0 0 25px;
        padding: 10px 30px 10px 50px;
        -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    }
    .main-timeline .timeline:nth-child(even) .inner-content,
    .sidebar-page-container-1 .main-timeline .inner-content {
        text-align: left;
    }
    .sidebar-page-container-1 .main-timeline .inner-content:before {
        transform: skew(-6deg);
    }
}
.how-section1 {
    padding: 5% 5%;
}
.how-section1 h4 {
    color: #034e71;
    font-weight: 700;
    font-size: 30px;
}
.how-section1 .subheading {
    color: #2d7394;
    font-size: 20px;
}
.how-section1 .row {
    margin-top: 3%;
}
.how-img {
    text-align: center;
}
.how-img img {
    width: 585px;
    height: 265px;
}
.text-muted {
    text-align: justify;
}
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="url"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 9px;
    color: #bbb;
    font-weight: 400;
    padding: 12px 17px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.enquiry-form-litost .contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 0;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.contact-form .form-group input[type="submit"],
.contact-form button {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 25px;
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #fb4848;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-website {
    padding: 50px 0;
}
.section-website .demo {
    background-color: #f5f5f5;
}
.section-website .product-grid {
    background-color: #093b50;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
}
.section-website .product-grid .product-image {
    position: relative;
    overflow: hidden;
}
.section-website .product-grid .product-image a.image {
    display: block;
}
.section-website .product-grid .product-image img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.section-website .product-grid .product-image:hover img {
    opacity: 0.5;
    transform: scale(1.12);
}
.section-website .product-grid .product-sale-label {
    background: #e84393;
}
.section-website .product-grid .product-button-group {
    font-size: 0;
    width: 100%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease-out 0s;
}
.section-website .product-grid:hover .product-button-group {
    opacity: 1;
}
.section-website .product-grid .product-button-group a {
    color: #262626;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 43px;
    height: 45px;
    width: 40px;
    border: 1px solid #262626;
    display: inline-block;
    transition: all 0.3s;
}
.section-website .product-grid .product-button-group a.add-to-cart {
    width: calc(100% - 87.5px);
    margin: 0 3px;
    transform: scale(0);
}
.section-website .product-grid .product-button-group a:nth-child(1) {
    transform: translateX(-45px);
    display: none;
}
.section-website .product-grid .product-button-group a:nth-child(3) {
    transform: translateX(45px);
    display: none;
}
.section-website .product-grid:hover .product-button-group a.add-to-cart {
    transform: scale(1);
}
.section-website .product-grid:hover .product-button-group a {
    transform: translate(0);
}
.section-website .product-grid .product-button-group a:hover {
    color: #fff;
    background-color: #262626;
}
.section-website .product-grid .product-content {
    padding: 12px;
}
.section-website .product-grid .title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.section-website .product-grid .title a {
    color: #262626;
    transition: all 0.5s ease;
}
.section-website .product-grid .title a:hover {
    color: #0abde3;
}
.section-website .product-grid .price {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    margin: 0 2px;
}
.section-website .product-grid .price span {
    color: #999;
    text-decoration: line-through;
}
@media screen and (max-width: 990px) {
    .section-website .product-grid {
        margin: 0 0 30px;
    }
}
.section-brochure {
    padding: 70px 50px 40px 70px;
}
.section-brochure .image,
.section-brochure img {
    width: 30vw;
    max-width: 260px;
    margin: 10px;
    height: 250px;
}
.section-brochure .image {
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-brochure .spotlight.image {
    cursor: pointer;
}
.section-brochure a {
    display: inline-block;
}
.section-brochure .section-head-slider {
    padding: 2px 5px;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #615d5d;
    background: #2d9ed4;
    cursor: pointer;
    display: none;
}
.price-catagree-section {
    padding: 50px 0 50px 0;
}
.price-catagree-section .price-box-section {
    margin-bottom: 20px;
    padding: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.48);
}
.price-catagree-section .bg-info {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #0062cc !important;
    padding: 4px 19px;
    color: #ffff;
}
.price-catagree-section .price-box-section h3 {
    text-align: center !important;
    text-transform: capitalize;
    color: #5b595d;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}
.price-catagree-section .price-box-section p {
    text-align: center;
    margin-bottom: 17px;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.section-facebook {
    padding: 50px 0 10px;
}
#what-we-do {
    background: #fff;
}
#what-we-do .card:hover {
    border: none;
}
#what-we-do .card {
    padding: 1rem !important;
    border: 1px solid #a5a5a5;
    margin-bottom: 1rem;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
#what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
    -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
    box-shadow: 5px 7px 9px -4px #9e9e9e;
}
#what-we-do .card .card-block {
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a {
    color: #000 !important;
    font-weight: 700;
    text-decoration: none;
}
#what-we-do .card .card-block a i {
    display: none;
}
#what-we-do .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;
}
#what-we-do .card .card-block:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #0062cc;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
#what-we-do .card .block-1:before {
    content: "\f007";
}
#what-we-do .card .block-2:before {
    content: "\f082";
}
#what-we-do .card .block-3:before {
    content: "\f00c";
}
#what-we-do .card .block-4:before {
    content: "\f209";
}
#what-we-do .card:hover .card-block:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.certifications-section {
    padding: 50px 0 10px;
}
.section-certification-img {
    border: 4px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.blog-section {
    padding: 50px 0 10px;
}
.section-blog-img {
    box-shadow: inset 0 5px 6px 0;
    overflow: auto;
    margin-bottom: 45px;
}
.section-blog-img::-webkit-scrollbar {
    display: none;
}
.section-blog-img h4 {
    padding: 7px 10px;
    text-align: center;
    color: #3187b4;
    font-size: 16px;
}
.section-blog-img p {
    text-align: justify;
    color: #696666;
    padding: 0 15px 10px;
}
.section-blog-img img {
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.fixed-social-icon-section .icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 111111;
}
.fixed-social-icon-section .icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: #000;
    font-size: 20px;
    background: #1c63b8;
    margin: 2px 0;
    color: #ffff;
}
.fixed-social-icon-section .icon-bar a:hover {
    background-color: #000;
    color: #fff;
}
.section-heading-about {
    margin-bottom: 30px;
}
.about-us .section-heading-about-img {
    margin-top: 53px;
}
.section-heading-about-img img {
    width: 100%;
    border: 4px solid #bdbbbb;
    box-sizing: border-box;
}
.section-facebook-app .title {
    text-align: center;
}
.section-facebook-app .description {
    text-align: justify;
}
.section-portfolio-services-page p {
    margin-top: 10px;
}
.clint-slider-home {
    padding: 30px 0 70px 0;
}
.owl-carousel.owl-rtl .owl-item .slide-item .image-box img {
    background-position: center;
    max-height: 130px;
    padding: 20px;
    background-size: cover;
}
.more-information {
    text-align: center;
    margin-top: 20px;
}
.seo-section-design {
    position: relative;
}
.seo-section-design img {
    padding: 0 10px 10px 0;
}
.seo-section-design-1 {
    position: relative;
    margin-top: 30px;
}
.seo-section-design-1 img {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 10px 10px;
}
.seo-section-design-1 .text-muted-1 {
    width: 617px;
}
.seo-section-design-1 .div {
    text-align: justify;
}
.tool-section .tool-img {
    background: #e4e4e4;
    width: 100%;
    margin-bottom: 13px;
    height: 107px;
}
.tool-section img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.about-us .column h3 a {
    color: #1c63b8 !important;
}
.section-price-list {
    margin: 70px 0;
}
.section-price-list .pricingTable {
    background-color: #fff;
    font-family: Krub, sans-serif;
    text-align: center;
    padding: 0 0 10px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.section-price-list .pricingTable .pricingTable-header {
    color: #fff;
    background-color: #000;
    padding: 10px 0 0;
    margin: 0 0 21px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.section-price-list .pricingTable:hover .pricingTable-header {
    text-shadow: 0 0 5px #000;
}
.section-price-list .pricingTable .pricingTable-header:after {
    content: "";
    background-color: #222;
    z-index: -11;
    height: 25px;
    width: 25px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -13px;
}
.section-price-list .pricingTable .title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.section-price-list .pricingTable .currency {
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    padding: 10px 0;
}
.section-price-list .pricingTable .offer a {
    color: #fff;
    font-size: 20px;
    padding: 6px;
    display: inherit;
    background: #1c63b8;
    margin-bottom: 10px;
    animation: scale 5s linear infinite;
}
.section-price-list .pricingTable .offer a:hover {
    animation: scale 0s linear infinite;
}
@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(0.5);
    }
}
.section-price-list .pricingTable .pricing-content {
    color: #505050;
    text-align: center;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.section-price-list .pricingTable .demo {
    color: #000;
}
.section-price-list .price-value {
    background: #222;
}
.section-price-list .pricingTable .pricing-content li {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 5px 20px 10px;
    border-bottom: 1px solid #adadad;
    position: relative;
}
.section-price-list .pricingTable .pricing-content li:last-child {
    border-bottom: none;
}
.section-price-list .pricingTable .pricing-content li:last-child:after {
    display: none;
}
.section-price-list .pricingTable .pricingTable-signup {
    color: #fff;
    background-color: #000000ba;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 80%;
    padding: 5px 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
    .section-price-list .pricingTable {
        margin: 0 0 30px;
    }
}
@media only screen and (max-width: 990px) {
    .section-price-list .pricingTable {
        margin: 0 30px 30px;
    }
}
@media only screen and (max-width: 359px) {
    .section-price-list .pricingTable {
        margin: 0 0 30px;
    }
}
.section-ideabin-top {
    background: #1c63b8;
    margin: 50px 0;
}
.section-ideabin-top .ideabin-login a {
    background: #007bff;
    padding: 10px;
    float: right;
}
.section-ideabin-top .ideabin-login a:hover {
    color: #fff;
}
.section-idea-bin-video {
    padding: 40px 0;
}
.section-ideabin-heading .price-box-section {
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.48);
    padding: 24px;
}
.testimonial {
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial:hover {
    border-color: #e7e3e3;
}
.testimonial .pic {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position: absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic {
    background: #1d3033;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title {
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description {
    font-size: 15px;
    color: #999;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial .testimonial-content {
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 0.5s ease 0s;
}
.testimonial:hover .testimonial-content {
    border-color: #1d3033;
}
.testimonial .testimonial-content:after {
    content: "";
    width: 100%;
    height: 0;
    background: #1b5aa5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after {
    height: 100%;
}
.testimonial-content .testimonial-profile {
    display: inline-block;
}
.testimonial .name {
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .name {
    color: #fff;
}
.testimonial .post {
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating {
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 25px;
}
.testimonial .rating li {
    display: inline-block;
    font-size: 14px;
    color: #eabd44;
}
.owl-theme .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 45px;
    height: 40px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #eabd44;
    border-color: #eabd44;
}
.owl-next,
.owl-prev {
    position: absolute;
    left: -3%;
    display: block !important;
}
.owl-next {
    left: auto;
    right: -3%;
}
@media only screen and (max-width: 990px) {
    .owl-next,
    .owl-prev,
    .owl-theme .owl-controls {
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .testimonial .testimonial-content {
        padding: 15px 10px 12px;
    }
    .testimonial .rating {
        right: 12px;
    }
}
.section-ideabin-heading {
    padding: 25px 0;
}
.section-loginandsignup-form .panel-login {
    border-color: #ccc;
}
.section-loginandsignup-form .panel-login > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}
.section-loginandsignup-form .panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.section-loginandsignup-form .panel-login > .panel-heading a.active {
    color: #1c63b8;
    font-size: 18px;
}
.section-loginandsignup-form .panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.panel-login input[type="email"],
.panel-login input[type="password"],
.section-loginandsignup-form .panel-login input[type="text"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.section-loginandsignup-form .panel-login input:focus,
.section-loginandsignup-form .panel-login input:hover {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.section-loginandsignup-form .btn-login {
    background-color: #59b2e0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59b2e6;
}
.section-loginandsignup-form .btn-login:focus,
.section-loginandsignup-form .btn-login:hover {
    color: #fff;
    background-color: #1c63b8;
    border-color: #1c63b8;
}
.section-loginandsignup-form .forgot-password {
    text-decoration: underline;
    color: #888;
}
.section-loginandsignup-form .forgot-password:focus,
.section-loginandsignup-form .forgot-password:hover {
    text-decoration: underline;
    color: #666;
}
.section-loginandsignup-form .btn-register {
    background-color: #1c63b8 !important;
    outline: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1cb94a;
}
.section-loginandsignup-form .btn-register:focus,
.section-loginandsignup-form .btn-register:hover {
    color: #fff;
    background-color: #1ca347;
    border-color: #1ca347;
}
.section-loginandsignup-form .show-add .fa-eye {
    position: relative;
    float: right;
    right: 25px;
    cursor: pointer;
    top: -28px;
}
.section-loginandsignup-form img {
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100vh;
}
.side-heading {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 111111;
}
.side-heading a {
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    display: flex;
    margin: 5px 0;
}
.side-heading .heading-first a {
    color: #fff;
    writing-mode: vertical-rl;
    background: #1c63b8;
    padding: 15px 4px;
    border-radius: 5px;
    font-size: 16px;
}
.psl-sale .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 19px;
    color: #1470de;
}
.psl-sale .btn {
    margin-top: 20px;
}
.modal-box {
    font-family: "Nanum Gothic", sans-serif;
}
.modal-box .show-modal {
    color: #fff;
    background-color: #16a085;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.3s ease;
}
.modal-box .show-modal:hover {
    color: #fff;
    border: none;
    outline: 0;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
}
.modal-box .show-modal:focus {
    background-color: #16a085;
}
.modal-backdrop.in {
    opacity: 0;
}
.modal-box .modal {
    top: 90px !important;
}
.modal-box .modal-dialog {
    width: 450px;
    margin: 60px auto 0;
}
.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}
.modal-box .modal-dialog .modal-content {
    text-align: center;
    border: none;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.modal-box .modal-dialog .modal-content .close {
    color: #1abc9c;
    font-size: 28px;
    text-shadow: none;
    line-height: 33px;
    height: 33px;
    width: 33px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span {
    margin: -2px 0 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover {
    color: #16a085;
}
.modal-box .modal-dialog .modal-content .close:focus {
    outline: 0;
}
.modal-box .modal-dialog .modal-content .modal-body {
    padding: 30px 0 0 !important;
}
.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #fff;
    background: #1abc9c;
    font-size: 60px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: -80px auto 20px;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #525152;
    font-size: 35px;
    font-weight: 600;
    margin: 0 20px 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #b7b7b7;
    font-size: 22px;
    line-height: 30px;
    margin: 0 20px 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .cancel,
.modal-box .modal-dialog .modal-content .modal-body .subscribe {
    color: #fff;
    background-color: #1abc9c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    padding: 12px 5px;
    border: none;
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .cancel {
    background-color: #16a085;
}
.modal-box .modal-dialog .modal-content .modal-body .cancel:hover,
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
}
@media only screen and (max-width: 576px) {
    .modal-dialog {
        width: 93% !important;
    }
}
.section-jobdetails-apply {
    background: #f7f5f5a1;
    margin: 50px 0;
    padding: 50px 0;
    border: 1px solid;
}
.section-jobdetails-apply h2 {
    color: #222;
    font-size: 22px;
    margin-bottom: 12px;
}
.section-jobdetails-apply p {
    color: #303030;
    font-size: 18px;
}
.section-jobdetails-apply span {
    font-size: 14px;
}
.job-heading-details {
    padding: 15px;
    box-shadow: inset 0.2rem 0.2rem 0.2rem rgba(195, 193, 198, 0.9), inset -0.2rem -0.2rem 0.5rem #fff;
    border-bottom: 3px solid #1c63b8;
    border-right: 3px solid #1c63b8;
    margin-bottom: 26px;
}
.section-jobdetails-apply input {
    background: #007bff;
    padding: 0 10px;
    color: #fff;
}
.section-jobdetails-apply .m-t {
    margin-top: 37px;
}
.apply-now-button {
    padding: 40px 0;
}
.apply-now-button ul {
    float: right;
}
.apply-now-button ul li {
    display: inline-flex;
    background: #1c63b8;
    padding: 5px 15px;
    border-radius: 15px 0;
    margin: 0 10px;
}
.apply-now-button ul li a {
    color: #fff;
}
.applynow-page-section a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
.applynow-page-section {
    padding: 70px 0;
    background: #fbfbfbd6;
}
.applynow-page-section .tab {
    display: inline-flex;
}
.applynow-page-section .tab .nav-tabs {
    position: relative;
    border-bottom: 0 none;
    background: #fff;
}
.applynow-page-section .tab .nav-tabs li {
    margin: 2px 0;
    line-height: 51px;
    border: 1px solid;
    width: 100%;
}
.applynow-page-section .tab .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    color: #0867d8;
    text-transform: uppercase;
    padding: 15px 0 15px 10px;
    margin-right: 0;
    border-radius: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.applynow-page-section .tab .nav-tabs li a .fa {
    margin-right: 10px;
}
.applynow-page-section .tab .nav-tabs li.active,
.applynow-page-section .tab .nav-tabs li:hover {
    color: #744cb0;
    border-bottom: 2px solid #744cb0;
}
.applynow-page-section .tab .tab-content {
    font-size: 14px;
    color: #6f6c6c;
    line-height: 26px;
    padding: 0 10px;
}
.tab-content > .active {
    display: block;
    opacity: 1;
}
@media only screen and (max-width: 480px) {
    .applynow-page-section .tab .nav-tabs li {
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
    }
}
.main-formapply .border-b {
    height: 2px;
    border: 1px solid #1c63b8;
    width: 100%;
    margin: 15px 0;
}
.main-formapply {
    border-top: 4px solid #1c63b8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
    padding: 10px 21px;
}
.main-formapply textarea {
    height: 115px;
}
.main-formapply h2 {
    width: 100%;
    color: #1c63b8;
    font-size: 26px;
    margin: 20px 0;
}
.main-formapply p {
    width: 100%;
    font-size: 25px;
    color: #14365f;
}
.details-ideabin-dashbord p {
    background: #000;
    color: #fff;
    padding: 2px 6px;
    font-size: 19px;
    box-shadow: inset 1px 1px 2px 1px #fff;
}
.details-ideabin-dashbord label {
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
}
.details-ideabin-dashbord h3 {
    text-align: center;
    width: 100%;
    color: #fff;
}
.details-ideabin-dashbord .icon .fa {
    font-size: 7em;
    color: #b5b4b4;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.details-ideabin-dashbord h2 {
    font-size: 21px;
    color: #797878;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.details-ideabin-dashbord span {
    width: 100%;
    color: #000;
    text-align: center;
    display: block;
}
.details-ideabin-dashbord a {
    width: 100%;
    color: #1c63b8;
    font-size: 13px;
    text-align: center;
    display: block;
}
.details-ideabin-dashbord a:hover {
    color: #000;
}
.wonttochatnow h2 {
    font-size: 22px;
    text-align: center;
    color: #000;
    padding: 20px 0;
}
.wonttochatnow .mk-b {
    padding: 10px;
    border: 1px solid #dcd8d8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.wonttochatnow .mk-b a {
    background: #1c63b8;
    padding: 3px 10px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.wonttochatnow .mk-b h4 {
    font-size: 18px;
    color: #1c63b8;
}
.wonttochatnow .mk-b p {
    padding: 10px 0;
}
.wonttochatnow .mk-b img {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.py-5,
.section-portfolio1 .pb-5 {
    padding-bottom: 0 !important;
}
.section-help-home-form .bg-2 .first-contant p {
    font-size: 17px !important;
}
.section-portfolio1 .section-head h4 {
    position: relative;
    padding: 0;
    color: #767b82;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.section-portfolio1 .section-head h4:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #767b82;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.section-portfolio1 .section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}
.section-portfolio1 p.service_text {
    color: #ccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.section-portfolio1 .section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.section-portfolio1 .extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}
.section-portfolio1 .extra-text::before {
    content: "";
    width: 60px;
    height: 3px;
    background: #1c63b8;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.section-portfolio1 .extra-text span {
    font-weight: 700;
    color: #1c63b8;
}
.section-portfolio1 .item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.section-portfolio1 .item:hover {
    background: #1c63b8;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover span.icon,
.section-portfolio1 .item:hover .item {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover p,
.section-portfolio1 .item:hover h6 {
    color: #fff;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.section-portfolio1 .item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #1c63b8;
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 10px;
    border-radius: 50px;
}
.section-portfolio1 .item .feature_box_col_one {
    color: #1c63b8;
}
.section-portfolio1 .item .feature_box_col_two {
    color: #1c63b8;
}
.section-portfolio1 .item .feature_box_col_three {
    color: #1c63b8;
}
.section-portfolio1 .item p {
    font-size: 15px;
    line-height: 26px;
}
.section-portfolio1 .item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}
.section-portfolio1 .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.section-portfolio1 .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1c63b8;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.section-portfolio1 .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.section-portfolio1 .skills {
    padding-top: 0;
}
.section-portfolio1 .skills .prog-item {
    margin-bottom: 25px;
}
.section-portfolio1 .skills .prog-item:last-child {
    margin-bottom: 0;
}
.section-portfolio1 .skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.section-portfolio1 .skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}
.section-portfolio1 .skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1c63b8;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.section-portfolio1 .skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
.howitwork {
    background: #fff;
    padding: 50px 0 50px;
    overflow: hidden;
}
.howitwork .service-content {
    padding: 10px;
    box-shadow: 7px 7px 0 #0080d4;
    background: #fff;
    transform: scale(1);
    transition: 0.8s;
    margin-bottom: 50px;
}
.howitwork .service-content img {
    height: auto;
}
.howitwork .service-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.howitwork .service-content:hover {
    transform: scale(1.1);
}
.fa,
.howitwork #services .fa {
    font-size: 2.5rem;
    margin: 10px;
}
.howitwork .service-conten img {
    padding: 10px;
}
.section-help-home-form {
    background: #1c63b8;
    margin: 60px 0;
}
.section-help-home-form .bg-1 {
    background: #183978;
    padding: 50px;
}
.section-help-home-form .bg-2 {
    background: #3f6bbe;
    padding: 50px;
}
.section-help-home-form h2 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 21px;
}
.section-help-home-form p {
    color: #f3f3f3;
}
.section-help-home-form .button-s input {
    padding: 5px 10px;
    background: #1c63b8;
    color: #fff;
}
.text-justify {
    text-align: justify;
}
.edit-profile .btn {
    background: #1c63b8;
    border: 0 !important;
    padding: 3px 5px !important;
}
.section-faq .section-portfolio1 .item {
    padding: 15px 0;
    width: 115%;
}
.section-faq p {
    border-left: 3px solid #1c63b8;
    padding-left: 13px;
}
.section-feedback {
    border-top: 4px solid #1c63b8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.section-feedback h1 {
    font-size: 30px;
    text-align: center;
    padding: 0 0 50px 0;
    color: #1c63b8;
}
.section-feedback .btn {
    margin: 20px;
    background: #1c63b8;
    border: 0;
}
.section-faq {
    border-top: 4px solid #1c63b8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.blog-section .new-blog-section {
    border: 2px solid #1c63b8;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 330px;
}
.blog-section .new-blog-section .title-discrip {
    position: absolute;
    bottom: 0;
    background: rgba(58, 131, 237, 0.2);
    width: 100%;
    margin-bottom: -37px;
    -webkit-transition: all 0.2s linear;
}
.blog-section .new-blog-section .title-discrip:hover {
    margin-bottom: 0;
}
.blog-section .new-blog-section .title-discrip h3 {
    text-align: center;
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blog-section .new-blog-section .title-discrip P {
    text-align: justify;
    color: #696666;
    padding: 0 15px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blog-section .new-blog-section .title-discrip a {
    background: #1c63b8;
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 8px 15px;
}
.client-web-detal {
    padding: 100px 0;
    background: #39393900;
}
.client-web-detal .box {
    background-color: #222;
    overflow: hidden;
    position: relative;
}
.client-web-detal .box:after,
.client-web-detal .box:before {
    content: "";
    background: #1c63b8;
    width: 10px;
    height: 90%;
    box-shadow: 15px 0 0 #1c63b8;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}
.client-web-detal .box:after {
    box-shadow: -15px 0 0 #1c63b8;
    left: auto;
    right: 5px;
    bottom: auto;
    top: -100%;
}
.client-web-detal .box:hover:before {
    bottom: -10px;
}
.client-web-detal .box:hover:after {
    top: -10px;
}
.client-web-detal .box img {
    width: 100%;
    height: auto;
    transition: all 0.45s;
}
.client-web-detal .box:hover img {
    opacity: 0.3;
    filter: grayscale(90%);
}
.client-web-detal .box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.45s ease;
}
.client-web-detal .box:hover .box-content {
    opacity: 1;
}
.client-web-detal .box .post {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
@media only screen and (max-width: 990px) {
    .client-web-detal .box {
        margin: 0 0 30px;
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.section-facebook-app .mb-30 {
    margin-bottom: 30px;
    color: #222;
}
.section-facebook-app .hire-us-box {
    text-align: center;
    margin: 0 0 25px;
    box-shadow: 0 0 2px #d0d0d0;
    padding: 20px;
    background: #fff;
}
.section-facebook-app .hire-us-box img {
    width: 95px;
}
.section-facebook-app .hire-us-box .fa {
    font-size: 6rem;
    color: #1c63b8;
}
.section-facebook-app .hire-us-box h4 {
    color: #000;
    padding: 12px 0;
    font-weight: 600;
    font-size: 17px;
}
.section-facebook-app .hire-us-box p {
    text-align: justify;
}
.services-section-sidebaar {
    margin: 40px 0 0;
}
.services-section-sidebaar .mb-50 {
    margin-bottom: 50px;
}
.services-section-sidebaar .sidebaar-menu {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px #d4d4d4;
}
.services-section-sidebaar .sidebaar-menu ul li a {
    color: #000;
}
.services-section-sidebaar .sidebaar-menu ul li {
    background: #fff;
    padding: 1px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
}
.services-section-sidebaar .sidebaar-menu ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0 solid #b9b9b9;
}
.services-section-sidebaar .sidebaar-menu ul li:hover {
    background: #f9f9f9;
}
.alertMessages {
    position: fixed;
    top: 170px;
    z-index: 9;
    background-color: #fb7c00;
    color: #fff;
    padding: 10px;
    border-radius: 20px 0 0 20px;
}
.alertMessagesError {
    position: fixed;
    top: 170px;
    z-index: 9;
    background-color: #fb7c00;
    border: 2px solid #fb7c00;
    color: #444;
    padding: 10px;
    border-radius: 20px 0 0 20px;
}
.client-feedback {
    padding: 20px 0;
    margin: 40px auto;
    display: block;
    background: #fff;
    box-shadow: 0 0 2px #cacaca;
}
.client-feedback form {
    padding: 20px;
    border: 2px solid #f3f0ee;
    border-right: none;
}
.client-feedback .btn-primary {
    color: #fff;
    background-color: #1c63b8;
    border-color: #1c63b8;
    padding: 8px 30px;
    border-radius: 0;
}
.new-contact {
    padding: 50px 0;
}
.new-contact .contact-details ul li {
    margin-bottom: 8px;
}
.new-contact .contact-details ul li a img {
    width: 40px;
    margin-right: 15px;
}
.new-contact .contact-details ul li a {
    font-size: 20px;
    color: #000;
}
.new-contact .card-header {
    padding: 0;
}
.new-contact .btn-link {
    color: #000;
}
.new-contact .btn-link:hover {
    color: #020202;
    text-decoration: none;
}
.new-contact span .fa {
    color: #1c63b8;
    padding: 0;
    margin: 3px;
}
.footer-bottom .social-icon {
    text-align: center;
    background: #222;
    padding: 20px 0 0;
}
.footer-bottom .social-icon li {
    display: inline-flex;
}
.footer-bottom .social-icon li a {
    color: #fff;
    font-size: 2rem;
}
.footer-bottom .social-icon li a .fa-facebook {
    color: #3b5998;
}
.footer-bottom .social-icon li a .fa-twitter {
    color: #00aced;
}
.footer-bottom .social-icon li a .fa-linkedin {
    color: #007bb6;
}
.footer-bottom .social-icon li a .fa-pinterest {
    color: #cb2027;
}
.footer-bottom .social-icon li a .fa-instagram {
    color: #3b5998;
}
.footer-bottom .social-icon li a .fa-youtube {
    color: #b00;
}
.footer-bottom .social-icon li a .fa-tumblr {
    color: #32506d;
}
.footer-bottom .header-services li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 4px;
}
.footer-bottom .header-services {
    padding: 0 0 20px;
    background: #222;
}
.section-blogdetails {
    padding: 50px 0;
}
.section-blogdetails img {
    width: 433px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px dashed #1c63b8;
    padding: 10px;
}
.section-blogdetails {
    padding: 50px 0;
}
.services-details-getenquery {
    margin: 30px 0 0;
    float: right;
}
.services-details-getenquery a {
    text-align: right;
    margin: 0 auto;
    display: inline-block;
    right: 0;
    background: #1c63b8;
    color: #fff;
    padding: 6px 10px;
    border-radius: 30px;
    border: 1px solid #222;
}
.portfolio-details-get {
    text-align: center;
}
.portfolio-details-get a {
    text-align: right;
    margin: 0 auto;
    display: inline-block;
    right: 0;
    background: #1c63b8;
    color: #fff;
    padding: 6px 10px;
    border-radius: 30px;
    border: 1px solid #222;
}
.services-portfolio-modal .modal-content {
    background-color: #fff0;
    border: 1px solid rgb(0 0 0 / 0%);
}
.services-portfolio-modal .modal-header {
    border-bottom: 1px solid #e9ecef00;
}
.services-portfolio-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    background: #1c63b8 !important;
    border-radius: 50px;
    line-height: 10px;
}
.destop-bottom-show {
    display: none;
}
.cetificate-slider .carousel-indicators li {
    background-color: rgb(28 99 184);
}
.cetificate-slider .carousel-indicators .active {
    background-color: #000;
}
.cetificate-slider {
    margin-bottom: 50px;
}
.cetificate-slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.callnow-button {
    display: none;
}
.sitemap-sec {
    padding: 50px 0;
}
.sitemap-sec .box-shadow-page {
    box-shadow: 0 -1px 5px 0 rgb(0 0 0 / 37%);
    padding: 10px 10px 40px 10px;
    background: #fff;
    text-align: justify;
    border-top: 2px solid #1c63b8;
}
.sitemap-sec .box-shadow-page h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #1c63b8;
}
.sitemap-sec .box-shadow-page .sitemap h4 {
    font-size: 17px;
    text-align: left;
    color: #000;
    padding: 20px 0 0;
    border-bottom: 3px solid #1c63b8;
    margin-bottom: 10px;
    font-weight: 500;
}
.sitemap-sec .box-shadow-page .sitemap ul li a {
    color: #5d5a5a;
    padding: 10px 0 0 0;
    border-bottom: 1px dashed #2f2d2d;
    display: block;
}
.team-block-two {
    position: relative;
    margin-bottom: 40px;
}
.team-block-two .inner-box {
    position: relative;
    overflow: hidden;
}
.team-block-two .image-box {
    position: relative;
}
.team-block-two .image-box img {
    display: block;
    width: 100%;
    height: 306px;
}
.team-block-two .image-box:after {
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    background-color: #222;
}
.team-block-two .inner-box:hover .image-box:after {
    right: 50%;
    opacity: 0.7;
}
.team-block-two .image-box:before {
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    background-color: #222;
}
.team-block-two .inner-box:hover .image-box:before {
    left: 50%;
    opacity: 0.7;
}
.team-block-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 50%;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.team-block-two .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
}
.team-block-two .social-links li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-block-two .social-links li a:hover {
    background-color: #1c63b8;
}
.team-block-two .overlay-box .designation {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 225px;
}
.team-block-two .caption-box {
    position: relative;
    background-color: #222;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-block-two .caption-box .name {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.team-block-two .caption-box .name a {
    color: #fff;
}
.team-block-two .inner-box:hover .caption-box {
    background-color: #1c63b8;
}
.mt-40px {
    margin-top: 40px;
}
.section-facebook-app .mt-5 {
    margin-top: 0 !important;
}
.section-help-home-form .form-group {
    text-align: center;
}
