/********* Code Copyrights by SR MediaTech ********/
/************ TABLE OF CONTENTS ***************
01. Reset
02. Global
03. Section Title
04. Main Header style 
05. Mobile Menu
06. Hidden Sidebar style
07. Banner Section 
08. Home About Section 
09. Home Technology Section 
10. Team Section
11. Main Footer
12. Experiance Section 
13. Process Section
14. Page Title
15. Faq's Page Section
16. Sidebar Page Container
17. Contact Info Section
19. Contact Map Section
20. blog Section
21. careers Page Section
22. Styled Pagination
23. Careers About Section
24. careers-content 
25. DBA Services Section CSS
26. slide technology Section 
27. dba page Section
28. warehouse Services Section CSS
29. careers job opening 
30. Counter Section
31. Work Process 
32. Contact-area
33. Testimonial Section CSS
34. Technology Section CSS
35. Call Action Section CSS
36. Blog Section CSS
37. Partner Section CSS
38. Services Section CSS
39. Process Section CSS
40. Contact Section CSS
41. Tabs Services
42. visualization  Services 
43. blog buttons css
44. blog details page css

**********************************************/


/*** 

====================================================================
    01. Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
	02. Global Settings
====================================================================

 ***/

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0060ff;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    line-height: 1.3em;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}


/* Typography */

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    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;
}

.centered {
    text-align: center;
}


/* Default CSS */

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

.default-padding {
    position: relative;
    z-index: 1;
}

.default-padding {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}


/* Gradient Button */

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.4;
    color: white;
}

.site-heading h4 {
    color: #086AD8;
    font-weight: 600;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #086AD8;
}

.site-heading p {
    margin: 0;
    margin-top: 20px;
    padding: 0 7%;
}

.site-heading h2::before {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.site-heading h2::after {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.site-heading h2 span {
    color: #086AD8;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}


/* List Style One */

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #0060ff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #0060ff;
    font-family: "Roboto", sans-serif;
}

.btn-style-one:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #132144;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: #ffffff;
    border-color: #00e49a;
}


/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 40px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #141d38;
    font-family: "Roboto", sans-serif;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: #141d38;
}


/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 50px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #1c2c52;
    font-family: "Roboto", sans-serif;
}

.btn-style-three:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #0060ff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
}

.btn-style-three:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover {
    color: #ffffff;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}

.pb-120 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 50px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pl-35 {
    padding-left: 35px;
}

.bg9 {
    background-color: #0067b8;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 60px 100px 50px;
    border-radius: 10px 10px 10px 10px;
}

.sec-title {
    position: relative;
}

.sec-title .sub-text {
    position: relative;
    padding-left: 95px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 50px;
    background-color: #03228F;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.sec-title .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #03228F;
}

.sec-title .sub-text.new {
    color: #ffffff;
    font-size: 15px;
    padding-left: 0;
}

.sec-title .sub-text.new:before {
    display: none;
}

.sec-title .sub-text.new:after {
    display: none;
}

.sec-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
    margin: 0;
}

.sec-title .title.white-color {
    color: #ffffff;
}

.sec-title .desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.sec-title .desc.white-color {
    color: #fff;
}

.sec-title2 {
    position: relative;
}

.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
}

.sec-title2 .sub-text.gold-color {
    font-weight: 600;
    color: #F27C1E;
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    margin: 0 auto;
}

.sec-title2 .title.title4 {
    max-width: 660px;
}

/*** 

====================================================================
	03. Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .title {
    position: relative;
    color: #0060ff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.sec-title h2 {
    position: relative;
    color: #fab900;
    margin-top: 15px;
}

.sec-title p {
    font-size: 17px;
}

.sec-title h2 span {
    color: #2663B9;
}

.sec-title .text {
    position: relative;
    margin-top: 18px;
}

.sec-title.centered {
    text-align: center !important;
}


/*** 

====================================================================
	04. Main Header style
====================================================================

***/

.main-header {
    position: relative;
    z-index: 99;
    width: 100%;
}


/* Header Top */

.main-header .header-top {
    position: relative;
    padding: 3px 0px;
    background-color: #383f56;
    color: white;
}
.main-header .header-top .clearfix{
    display: flex;
    align-items: center;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    width: 90%;
}
.main-header .header-top .top-left marquee{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.main-header .header-top .top-left marquee p{
    margin-bottom: 0px;
}

.main-header .header-top .info-list {
    position: relative;
}

.main-header .header-top .info-list li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin-right: 30px;
    display: inline-block;
}

.main-header .header-top .info-list li:last-child {
    margin-right: 0px;
}

.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
}

.main-header .header-top .info-list li a {
    position: relative;
    color: #ffffff;
    padding-left: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
    color: #fab900;
}

.main-header .header-top .top-right {
    position: relative;
}

.main-header .header-top .top-right .social-box {
    position: relative;
}

.main-header .header-top .top-right .social-box li {
    position: relative;
    margin-left: 18px;
    display: inline-block;
}

.main-header .header-top .top-right .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
}
.main-header .header-top .top-right .social-box li a:hover{
    color: #fab900;
}

.main-header .header-upper {
    background-color:white;
    position: relative;
      -webkit-box-shadow:0px 1px 1px #0068b813;
 -moz-box-shadow:0px 1px 1px #0068b813;
 box-shadow:0px 2px 2px #0068b813;
}

.main-header .nav-outer {
    position: relative;
    float: right;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 0px 0px 0px;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 18px 0px;
}


/* Main Menu */

.main-menu {
    background-color:white;
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 19px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.sticky-header .main-menu .navigation>li>a {
    color: #444444 !important;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #0060ff;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}


/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 0px 0px 0px;
}

.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: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -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;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #222222;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 25px 0px;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Roboto", sans-serif;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px !important;
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 34px;
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 0%;
    height: 4px;
    opacity: 0;
    background-color: #0060ff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover::before,
.main-menu .navigation>li.current::before {
    opacity: 1;
    width: 100%;
    z-index: 1;
}

.sticky-header .main-menu .navigation>li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    opacity: 1;
    color: #0060ff;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 235px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    padding: 20px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7b7b;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: url("https://raw.githubusercontent.com/alokkaintura/alok/master/mini.jpg");
    left: 2px;
    top: 13px;
    opacity: 0;
    color: #0067b8;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a::before {
    opacity: 1;
}

.sticky-header .main-menu .navigation>li>a:before {
    top: 18px !important;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #0060ff;
    padding-left: 30px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #222222;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 120%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    padding: 20px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.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: 10px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7b7b;
    padding-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #0060ff;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #0060ff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a::before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #0060ff;
    padding-left: 30px;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 0px;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/*** 

====================================================================
	05. Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #111111;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
    padding: 15px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.sticky-header .navbar-header {
    display: none;
}

.mobile-menu .navigation li>ul li:first-child {
    border-top: 1px solid #ddd;
}

.mobile-menu .navigation li>ul>li>a {
    padding: 10px 20px 10px 30px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
    padding: 10px 20px 10px 50px;
}


/*** 

====================================================================
	06. Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents {
    position: relative;
}

.sidebar-info-contents .content-inner {
    position: relative;
}

.sidebar-info-contents .content-inner .logo {
    padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .text {
    position: relative;
    color: rgba(255, 255, 255, 0.90);
    margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #222222;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff;
}

.close-side-widget,
.close-side-widget:hover {
    color: #ffffff;
    font-size: 24px;
}

.main-header .header-upper .outer-box .nav-btn {
    position: relative;
    float: left;
    font-size: 30px;
    color: #222222;
    cursor: pointer;
    margin-top: 17px;
    margin-left: 25px;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
    display: none;
}


/*** 

====================================================================
	07. Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .slide::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.70);
}

.banner-section .slide {
    position: relative;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 200px;
    background-position: center;
}

.banner-section .patern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 493px;
    height: 492px;
    z-index: 2;
    opacity: 0;
    transform: translateX(-500px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .patern-layer-one {
    opacity: 1;
    transform: translateX(0px);
}

.banner-section .patern-layer-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 611px;
    height: 633px;
    z-index: 2;
    background-position: right top;
    background-repeat: no-repeat;
    transform: translateX(500px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .patern-layer-two {
    transform: translateX(00px);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section .content-column {
    position: relative;
    z-index: 10;
}

.banner-section .content-column .inner-column {
    position: relative;
    
}

.banner-section .content-column .title {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-weight: 700;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section .content-column h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section .content-column .text {
    position: relative;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    margin-bottom: 10px;
    border-radius: 0px;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    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;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
    background-color: #141d38;
}

.banner-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    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;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.60);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}


/*** 

====================================================================
	08. Home About Section
====================================================================

***/

.about-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0px 0px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .sec-title {
    margin-bottom: 25px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.about-section .content-column .text {
    position: relative;
    color: #333333;
    margin-bottom: 40px;
    text-align: justify;
}

.about-section .images-column {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.about-section .images-column .inner-column {
    position: relative;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section .images-column .learn {
    position: relative;
    color: #0060ff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.about-section .images-column .learn:hover {
    color: #222222;
}

.about-section .images-column .learn .arrow {
    position: relative;
    margin-right: 8px;
    top: 1px;
}

.about-section .images-column .pattern-layer {
    position: absolute;
    left: -70px;
    top: -150px;
    width: 745px;
    height: 732px;
    background-repeat: no-repeat;
}

.about-section .images-column .images-outer {
    position: relative;
}

.about-section .images-column .image {
    position: relative;
    display: inline-block !important;
}

.about-section .images-column .image-two {
    position: absolute;
    left: 0px !important;
    top: auto !important;
    bottom: 60px !important;
    display: inline-block !important;
}

.about-section .images-column .image-three {
    position: absolute;
    left: auto !important;
    top: auto !important;
    right: 0px !important;
    bottom: -60px !important;
    display: inline-block !important;
}

.about-section .images-column .image-four {
    position: absolute;
    right: 10px !important;
    left: auto !important;
    top: 0px !important;
    bottom: auto !important;
    display: inline-block !important;
}


/*** 

====================================================================
	09. Home Technology Section
====================================================================

.technology-section {

    position: relative;
    padding: 110px 0px 70px;
}
.technology-section .sec-title .title,
.technology-section .sec-title h2 {
    color: #0067b8;
}
.technology-section .sec-title .title{
    font-size: 40px;
}
.technology-section .sec-title p {
    margin-top:20px;
    font-size: 25px;
    color: #383f56;
}

.technology-section .title-column {
    position: relative;
}

.technology-section .title-column .inner-column {
    position: relative;
    padding-top: 30px;
}

.technology-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /* background-image: url('https://images.unsplash.com/photo-1561077032-a0b4ba323435?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');*/
}

.technology-section .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.technology-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.technology-section .blocks-column {
    position: relative;
}

.technology-section .blocks-column .inner-column {
    position: relative;
}

.technology-section .blocks-column .inner-column .technology-block:nth-child(3) {
    margin-left: -100px;
}

.technology-block {
    position: relative;
    margin-bottom: 30px;
}

.technology-block .inner-box {
    position: relative;
    padding: 45px 15px;
    height: 250px;
    text-align: center;
    border-radius: 15px 50px;
    box-shadow: 1px 3px 7px #0067b8;
/*    border: 1px dashed #383f56; */
    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;
}

.technology-block .inner-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.technology-block .inner-box .icon-box {
    position: relative;
    color: #0060ff;
    font-size: 64px;
    line-height: 1em;
    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;
}
.technology-block .inner-box .icon-box .service-img{
    padding-left: 70px;
}


.technology-block .inner-box h5 {
    position: relative;
    color: #383f56;
    margin-top: 40px;
    font-weight:600;
    text-transform: uppercase;
    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;
}

.technology-block .inner-box:hover {
    border-color: #0067b8;
    box-shadow: 5px 10px 18px #0067b8;
    
}

.technology-block .inner-box:hover .icon-box {
    color: white;
}

.technology-block .inner-box:hover h5 {
    color: #383f56;
}

.technology-section.style-two .technology-block {
    width: 25%;
    padding: 0px 15px;
}

.technology-section.style-two .technology-block h5 {
    text-transform: capitalize;
}


@media (max-width:998px){
    .technology-section {

    position: relative;
    padding: 110px 0px 70px;
}
.technology-section .sec-title .title,
.technology-section .sec-title h2 {
    color: #0067b8;
}
.technology-section .sec-title .title{
    font-size: 40px;
}
.technology-section .sec-title p {
    margin-top:20px;
    font-size: 25px;
    color: #383f56;
}

.technology-section .title-column {
    position: relative;
}

.technology-section .title-column .inner-column {
    position: relative;
    padding-top: 30px;
}

.technology-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /* background-image: url('https://images.unsplash.com/photo-1561077032-a0b4ba323435?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');*/
}

.technology-section .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.technology-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.technology-section .blocks-column {
    position: relative;
}

.technology-section .blocks-column .inner-column {
    position: relative;
}

.technology-section .blocks-column .inner-column .technology-block:nth-child(3) {
    margin-left: -100px;
}

.technology-block {
    position: relative;
    margin-bottom: 30px;
}

.technology-block .inner-box {
    position: relative;
    padding: 45px 15px;
    height: 250px;
    text-align: center;
    border-radius: 15px 50px;
    box-shadow: 1px 3px 7px #0067b8;
/*    border: 1px dashed #383f56; */
    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;
}

.technology-block .inner-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.technology-block .inner-box .icon-box {
    position: relative;
    color: #0060ff;
    font-size: 64px;
    line-height: 1em;
    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;
}
.technology-block .inner-box .icon-box .service-img{
    padding-left: 70px;
}


.technology-block .inner-box h5 {
    position: relative;
    color: #383f56;
    margin-top: 40px;
    font-weight:600;
    text-transform: uppercase;
    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;
}

.technology-block .inner-box:hover {
    border-color: #0067b8;
    box-shadow: 5px 10px 18px #0067b8;
    
}

.technology-block .inner-box:hover .icon-box {
    color: white;
}

.technology-block .inner-box:hover h5 {
    color: #383f56;
}

.technology-section.style-two .technology-block {
    width: 25%;
    padding: 0px 15px;
}

.technology-section.style-two .technology-block h5 {
    text-transform: capitalize;
}
}



/*** 

====================================================================
	10. Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 30px 0px 70px;
}

.team-section .row {
    padding: 30px;
    margin: 20px 0px;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
}

@media(max-width:767px) {
    .team-section .row .detail {
        order: 2;
    }
}

.team-section .row .description p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.team-section .sec-title .text {
    margin-top: 40px;
}

.team-section .team-block {
    padding: 0px;
    float: left;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #0060ff;
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    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;
}

.team-block .inner-box:hover .image img {
    opacity: 0.80;
    transform: scale(1.04, 1.04);
}

.team-block .inner-box .lower-box {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -30px;
    padding: 20px 20px;
    text-align: right;
    overflow: hidden;
    background-color: #ffffff;
    border-left: 2px solid #0060ff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.team-block .inner-box .lower-box .content {
    position: relative;
}

.team-block .inner-box .lower-box h4 {
    position: relative;
}

.team-block .inner-box .lower-box h4 a {
    position: relative;
    color: #141d38;
    font-weight: 900;
    font-size: 23px;
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #333333;
    font-size: 17px;
    margin-top: 5px;
}

.team-block .inner-box .lower-box .social-box {
    position: absolute;
    left: -40px;
    top: 0px;
    width: 30px;
    opacity: 0;
    background-color: #0060ff;
    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;
}

.team-block .inner-box .lower-box .social-box li {
    position: relative;
    padding: 4.1px 0px;
    text-align: center;
}

.team-block .inner-box .lower-box .social-box li a {
    position: relative;
    color: #ffffff;
    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;
}

.team-block .inner-box .lower-box .social-box li a:hover {
    color: #141d38;
}

.team-block .inner-box:hover .lower-box .social-box {
    left: 0px;
    opacity: 1;
}


/*** 

====================================================================
	11. Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 40px 0px;
}

.main-footer .footer-widget h5 {
    position: relative;
    color: #101010;
    margin-bottom: 45px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.main-footer .footer-widget h5:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 30px;
    background-color: #106eea;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
    height: 60px;
    width: 185px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #454545;
    margin-bottom: 25px;
}

.main-footer .logo-widget .social-box {
    position: relative;
}

.main-footer .logo-widget .social-box li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.main-footer .logo-widget .social-box li:before {
    display: none;
}

.main-footer .logo-widget .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: #0060ff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .logo-widget .social-box li a:hover {
    background-color: #141d38;
    text-decoration: inherit;
}


/* Recent Posts */

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget ul {
    position: relative;
}

.main-footer .contact-widget ul li {
    position: relative;
    color: #454545;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 28px;
    line-height: 1.6em;
}

.main-footer .contact-widget ul li:before {
    display: none;
}

.main-footer .contact-widget ul li strong {
    position: relative;
    display: block;
}

.main-footer .contact-widget ul li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 44px;
    line-height: 1em;
    color: #ffffff;
}

.main-footer .contact-widget ul li a {
    position: relative;
    color: #454545;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-widget ul li a:hover {
    color: #0060ff;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #454545;
}

.main-footer .footer-nav {
    position: relative;
    text-align: right;
}

.main-footer .footer-nav li {
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    line-height: 1em;
    display: inline-block;
    border-right: 2px solid #454545;
}

.main-footer .footer-nav li a {
    position: relative;
    color: #454545;
    font-size: 15px;
    font-weight: 500;
}

.main-footer .footer-nav li a:hover {
    color: #0060ff;
}

.main-footer .footer-nav li:last-child {
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

@media only screen and (max-width: 1200px) {
    .main-footer .footer-column .footer-widget iframe {
        width: 220px !important;
    }
}


/*** 

====================================================================
	12. Experiance Section
====================================================================

***/

.experiance-section {
    position: relative;
    padding: 100px 0px 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.experiance-tabs {
    position: relative;
    margin-top: 50px;
}

.experiance-tabs .tabs-content {
    position: relative;
    text-align: center;
}

.experiance-tabs .tabs-content .text {
    position: relative;
    color: #222222;
    margin-bottom: 45px;
    font-size: 18px;
}


/*** 

====================================================================
	14. Process Section
====================================================================

***/

.process-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.process-section {
    position: relative;
    padding: 100px 0px 50px;
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;
    padding: 0px 30px 40px;
    margin-bottom: 10px;
}

.process-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 35px;
    right: 0px;
    bottom: 60px;
    /* z-index: -1; */
    border: 1px solid #cccccc;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.process-block .inner-box:hover::before {
    bottom: 0px;
}

.process-block .inner-box .number-box {
    position: relative;
    width: 70px;
    height: 70px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    line-height: 72px;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    display: inline-block;
    background-color: black;
    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;
}

.process-block .inner-box:hover .number-box {
    background-color: #0060ff;
}

.process-block .inner-box .number-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 50%;
    background-color: #e1e1e1;
    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;
}

.process-block .inner-box:hover .number-box:before {
    transform: translateX(5px) translateY(5px);
}

.process-block .inner-box h4 {
    position: relative;
    margin-bottom: 15px;
}

.process-block .inner-box h4 a {
    position: relative;
    color: #141d38;
    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;
}

.process-block .inner-box h4 a:hover {
    color: #0060ff;
}

.process-block .inner-box .text {
    position: relative;
    color: #333333;
    margin-bottom: 20px;
}

.process-block .inner-box .read-more {
    position: relative;
    color: #0060ff;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    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;
    font-family: "Roboto", sans-serif;
}

.process-block .inner-box .read-more .arrow {
    position: relative;
    margin-right: 10px;
}

.process-block .inner-box:hover .read-more {
    opacity: 1;
}

.process-block .inner-box:hover .read-more:hover {
    color: #000055;
}


/*** 

====================================================================
	15. Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 0px 110px;
    background-color: #141d38;
}

.page-title .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-title h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "/";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
    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;
}

.page-breadcrumb li a:hover {
    color: #ffffff !important;
}


/*** 

====================================================================
	16. Faq's Page Section
====================================================================

***/

.faq-page-section {
    position: relative;
    padding: 30px 0px 110px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.accordion-box .block.active-block {
    border: 1px solid transparent;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #141d38;
    line-height: 1.8em;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 30px;
    padding-right: 45px;
    margin-bottom: 0px;
    background-color: #ebebeb;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Roboto", sans-serif;
}

.accordion-box .block .acc-btn.active {
    color: #ffffff;
    margin-bottom: 0px;
    background-color: #0060ff;
}

.accordion-box .block .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    color: #0060ff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    color: #ffffff !important;
    transform: rotate(90deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 25px 20px 25px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    color: #333333;
}


/*** 

====================================================================
	17. Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 30px 0px 10px;
}

.sidebar-page-container .content-side .inner-box h3 {
    color: #fab900;
}

.sidebar-page-container .content-side .inner-box h3 span {
    color: #2663B9;
}
.sidebar-page-container .content-side .inner-box .activity-list li span{
    font-weight: 600;
}
.sidebar-page-container .content-side .button {
    text-align: center;
    margin-top: 25px;
}

.sidebar-page-container .content-side .button .btn-style-three {
    padding: 12px 30px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner {
    position: relative;
    padding: 45px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.sidebar-page-container .sidebar-side .cat-item button{
    background: none;
}
.sidebar-page-container .sidebar-side .cat-item button:hover{
    color: #0a4fb0;
}
.sidebar-widget {
    margin-bottom: 55px;
}
.sidebar-widget .tagcloud button{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.sidebar-widget .tagcloud button:hover{
    background-color: #0067b8;
    color: white;
}
/* Service List */

.sidebar .sidebar-widget .service-list {
    padding: 30px 18px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.sidebar .service-list {
    position: relative;
}

.sidebar .service-list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 3px;
}

.sidebar .service-list li:last-child {
    margin-bottom: 0px;
}

.sidebar .service-list li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 16px 25px 16px 80px;
    border: 1px solid #dddddd;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .service-list li a .arrow {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 60px;
    height: 60px;
    color: #0060ff;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #dddddd;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .service-list li a:hover .arrow,
.sidebar .service-list li.current a .arrow {
    background-color: #141d38;
    color: #ffffff;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
    color: #ffffff;
    background: #141d38;
    border-color: #141d38;
}


/* Contact Widget */

.contact-widget .widget-content {
    position: relative;
    padding: 60px 60px;
    background-size: cover;
}

.contact-widget .widget-content .border-layer {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0.8;
    border: 1px dashed #ffffff;
}

.contact-widget .widget-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 96, 255, 0.85);
}

.contact-widget .widget-content .icon-box {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
}

.contact-widget .widget-content h4 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
}

.contact-widget .widget-content .text {
    position: relative;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 20px;
}

.contact-widget .widget-content .number {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
    margin-bottom: 20px;
}

.contact-widget .widget-content ul {
    position: relative;
}

.contact-widget .widget-content ul li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 14px;
    font-weight: 600;
}

.contact-widget .widget-content ul li .icon {
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}

.contact-widget .widget-content ul li:last-child {
    margin-bottom: 0px;
}

.sticky-top {
    top: 90px;
    z-index: 1;
}


/* Services Detail */

.services-detail {
    position: relative;
}

.services-detail .inner-box {
    position: relative;
}

.careers .inner-box {
    padding: 30px 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.services-detail .inner-box h2 {
    position: relative;
    color: #141d38;
    z-index: 1;
    margin-bottom: 18px;
}

.services-detail .inner-box .image {
    position: relative;
    margin-bottom: 25px;
}

.services-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-detail .inner-box .image:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -70px;
    width: 194px;
    height: 364px;
    background: url(../images/background/pattern-17.jpg) no-repeat;
}

.services-detail .inner-box p {
    position: relative;
    color: #333333;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}

.services-detail .inner-box h3 {
    position: relative;
    color: #0060ff;
    margin-bottom: 18px;
    margin-top: 15px;
}


/*** 

====================================================================
	18. Contact Info Section
====================================================================

***/

.contact-info-section {
    position: relative;
    padding: 110px 0px 100px;
}

.contact-info-section .title-box {
    position: relative;
    text-align: center;
}

.contact-info-section .title-box h2 {
    position: relative;
    color: #fab900;
    margin-top: 10px;
}

.contact-info-section .title-box h2 span {
    color: #2663B9;
}

.contact-info-section .title-box .text {
    position: relative;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact-info-section .info-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-section .info-column .inner-column {
    position: relative;
    padding: 30px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.contact-info-section .info-column .inner-column .content {
    position: relative;
    padding-left: 60px;
}

.contact-info-section .info-column .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #0060ff;
    font-size: 44px;
    line-height: 1em;
}

.contact-info-section .info-column ul li {
    position: relative;
    color: #0060ff;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
}
.contact-info-section .info-column .phone{
    font-size: 16px;
}
.contact-info-section .info-column .email ul .mail{
    margin-left: -15px;
}
.contact-info-section .info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #ffc107;
    text-transform: uppercase;
    letter-spacing: 1.5;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 400px){
    .contact-info-section .info-column .phone{
        font-size: 20px;
    }
    .contact-info-section .info-column .email ul .mail{
        margin-left: -45px;
    }
}

/***

==================================================================
		19. Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-map-section iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 490px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group label {
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 8px;
    padding: 6px 22px;
    color: #777777;
    height: 40px;
    font-size: 13px;
    background: none;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid #0067b8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
    border-color: #0067b8;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    color: rgb(128, 126, 126);
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 6px 22px;
    color: #777777;
    height: 40px;
    resize: none;
    font-size: 13px;
    background: none;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid #0067b8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group .radio,
.contact-form .form-group .radio-1 {
    min-height: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
}

.contact-form .form-group .radio-1 {
    margin-left: 150px;
}

.contact-form button {
    cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #0060ff !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #0060ff;
    font-weight: 500;
}


/*** 

====================================================================
	20. blog Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 110px 0px 70px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #427cff;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    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;
}

.news-block .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.04, 1.04);
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: #0060ff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
}

.news-block .inner-box .lower-content .post-date span {
    position: relative;
    font-size: 14px;
    color: #141d38;
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: #7e7e7e !important;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    padding-left: 22px;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #2a2a2a !important;
    font-size: 15px;
    margin-right: 6px;
}

.news-block .inner-box .lower-content h4 {
    position: relative;
    margin-top: 12px;
}

.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: #141d38;
    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;
}

.news-block .inner-box .lower-content h4 a:hover {
    color: #0060ff;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    margin-top: 12px;
    color: #333333;
    margin-bottom: 12px;
}


/***

==================================================================
	21. careers Page Section
==================================================================

***/

.careers-page-section {
    position: relative;
    padding: 15px 0px 100px;
}

.careers-page-section .sec-title {
    margin-bottom: 20px;
}

.careers-page-section .next:hover {
    background-color: #000000;
}
.careers-page-section .job-alert button{
    background: none;
}
.careers-page-section .job-alert button:hover{
    color:#2663B9;
}
.careers-page-section .num{
    position: absolute;
    top: -11px;
    right: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2663B9;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 15px;
}
.careers-page-section .news-block {
    position: relative;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.careers-page-section .news-block .inner-box {
    text-align: center;
    padding: 25px 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    border: 3px solid blue;
}

.careers-page-section .news-block .inner-box h3 {
    font-size: 25px;
    font-weight: 600;
}

.careers-page-section .news-block .inner-box .text {
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
}

.careers-page-section .news-block .inner-box .text span {
    font-weight: 600;
    color: #000000;
}

.careers-page-section .news-block .inner-box .btn-primary:hover {
    background-color: #000000;
}

.careers-page-section .styled-pagination {
    margin-top: 50px;
}


/*Search Box Widget*/

.careers-page-section .search-box .form-group {
    position: relative;
    margin: 0px;
}

.careers-page-section .search-box .form-group input[type="text"],
.careers-page-section .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 50px 10px 25px;
    border: 1px solid #dddddd;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 80%;
    height: 56px;
    color: #000000;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.careers-page-section .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    right: 10%;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #0060ff;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.careers-page-section .select {
    padding: 0px 30px 50px 30px;
}

.careers-page-section .select select {
    height: 40px;
    border: 1px solid black;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.careers-page-section .select .job-alert {
    float: right;
}
@media only screen and (max-width: 575px){
    .careers-page-section .select .job-alert {
        text-align: center;
        margin-top: 25px;
        float: none;
    }
    .careers-page-section .select .job-alert .num{
        top: auto;
        right: auto;
    }
    .careers-page-section .select .drop{
        text-align: center;
    }
}
    
.careers-page-section .select .job-alert h4 {
    font-size: 20px;
}

.careers-page-section .select .job-alert h4 i {
    cursor: pointer;
}


/*** 

====================================================================
	22. Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    margin: 0px 5px 10px;
    display: inline-block;
}

.styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #777777;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    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;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #ffffff;
    border-color: #141d38;
    background-color: #141d38;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    color: #ffffff;
    border-color: #0060ff;
    background-color: #0060ff;
}

.sidebar-title {
    position: relative;
    margin-bottom: 15px;
}

.sidebar-title h5 {
    position: relative;
    color: #141d38;
    text-transform: capitalize;
}


/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #dddddd;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    color: #000000;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #0060ff;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    line-height: 100%;
    font-weight: normal;
    background: none;
}


/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 100px;
    min-height: 105px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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;
    background-color: rgba(66, 124, 255, 0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    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;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: 0px;
    margin: 0px 0px 0px;
    color: #222222;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #222222;
    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;
    font-family: "Roboto", sans-serif;
}

.sidebar .popular-posts .post a:hover {
    color: #0a2aa6;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 15px;
    color: #777777;
    font-weight: 600;
    margin-top: 6px;
}


/* Popular Tags */

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 20px 8px;
    margin: 0px 6px 10px 0px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    background: none;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #0060ff;
    background-color: #0060ff;
    color: #ffffff;
}


/*** 

====================================================================
	23. Careers About Section
====================================================================

***/

.careers-about {
    position: relative;
    overflow: hidden;
    padding: 50px 0px 0px;
}

.careers-about .content-column {
    position: relative;
}
.careers-about .style2{
    margin-top: auto;
    margin-bottom: auto;
}

.careers-about .sec-title {
    margin-bottom: 25px;
}

.careers-about .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.careers-about .content-column h2 {
    font-weight: 800;
    padding-bottom: 15px;
    color: #fab900;
}

.careers-about .content-column h2 span {
    color: #2663B9;
}

.careers-about .content-column .text {
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

.careers-about .content-column .blocks-outer {
    position: relative;
    margin-bottom: 50px;
}

.careers-about .images-column {
    position: relative;
    margin-bottom: 40px;
}

.careers-about .images-column .inner-column {
    position: relative;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}


.careers-about .images-column .pattern-layer {
    position: absolute;
    left: -70px;
    top: -150px;
    width: 745px;
    height: 732px;
    background-repeat: no-repeat;
}

.careers-about .images-column .images-outer {
    position: relative;
}

.careers-about .images-column .image {
    position: relative;
    display: inline-block !important;
}

.careers-about .images-column .image-two {
    position: absolute;
    left: 0px !important;
    top: auto !important;
    bottom: 60px !important;
    display: inline-block !important;
}
@media only screen and (max-width: 991px){
    .careers-about .images-column .image-two img{
        display: none;
    }
}
.careers-about .images-column .image-three {
    position: absolute;
    left: auto !important;
    top: auto !important;
    right: 0px !important;
    bottom: -60px !important;
    display: inline-block !important;
}

.careers-about .images-column .image-four {
    position: absolute;
    right: 10px !important;
    left: auto !important;
    top: 0px !important;
    bottom: auto !important;
    display: inline-block !important;
}


/*** 

====================================================================
	24. careers-content
====================================================================

***/

.careers-content {
    position: relative;
    padding: 10px 0px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.careers-content {
    position: relative;
    margin-top: 50px;
}

.careers-content .sec-title h2 {
    font-weight: 800;
}

.careers-content .tabs-content {
    position: relative;
    text-align: center;
}
.careers-content .tabs-content .content h2{
    font-size: 25px;
}
.careers-content .tabs-content .text {
    position: relative;
    color: #222222;
    margin-bottom: 45px;
    font-size: 18px;
    text-align: justify;
    text-indent: 50px;
}


/* ------------------------------------
    25. DBA Services Section CSS
---------------------------------------*/

.dba-services .sec-title h2 {
    padding-bottom: 15px;
}

.dba-services .sec-title p {
    padding-top: 15px;
}

.dba-services .sec-title h2::before {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.dba-services .sec-title h2::after {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.dba-services.style3 .services-item {
    padding: 50px 28px 50px 28px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}

.dba-services.style3 .text-center {
    text-align: center;
}

.dba-services.style3 .sec-title2 {
    margin-bottom: 30px;
}

.dba-services.style3 .sec-title2 p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.dba-services.style3 .services-button {
    margin-top: 15px;
}

.dba-services.style3 .services-button a,
.dba-services.style3 .services-button a .flaticon-long-arrow-pointing-to-the-right:before {
    font-weight: 600;
    color: #000000;
}

.dba-services.style3 .services-button a:hover {
    color: white;
}

.dba-services.style3 .sec-2 .services-item {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 991px) {
    .dba-services.style3 .sec-2 .services-item {
        width: 100%;
    }
}

.dba-services.style3 .services-item .services-icon {
    position: relative;
    transition: all .3s ease;
}

.dba-services.style3 .services-item .services-icon .image-part .main-img {
    height: 70px;
    width: 70px;
}

.dba-services.style3 .services-item .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.dba-services.style3 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px;
}

.dba-services.style3 .services-item .services-content .services-text .title a {
    color: #1c1b1b;
}

.dba-services.style3 .services-item .services-content .services-desc p {
    margin: 0;
}

.dba-services.style3 .services-item:hover {
    background-color: #007bff;
}

.dba-services.style3 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease;
}

.dba-services.style3 .services-item:hover .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.dba-services.style3 .services-item:hover .services-content .services-text .title a {
    color: #ffffff;
}

.dba-services.style3 .services-item:hover .services-content .services-desc p {
    color: #ffffff;
}

.dba-services.style3 .services-item.services-item {
    padding: 50px 36px 50px 36px;
}

.dba-services.style3 .services-item .services-icon .image-part .main-img {
    height: 70px;
    width: 70px;
}

.dba-services.style3 .services-item .services-icon .image-part .hover-img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}

.dba-services.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0);
}

.dba-services.style3 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}


/*** 

====================================================================
	26. slide technology Section
====================================================================

***/
.techslide-section {
    position: relative;
    padding: 60px 0px;
}

.techslide-section .sec-title h2 {
    font-weight: 600;
    color: #0067b8;
    text-align:center;
}

.techslide-section .carousel-outer {
    position: relative;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.techslide-section .owl-theme .image-box {
    margin: 0px 15px;
    
}

.techslide-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.techslide-section .image-box {
    position: relative;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.techslide-section .image-box img {
    position: relative;
    padding:20px;
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: 0.9;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}



/*** 

====================================================================
    27. dba page Section
====================================================================

***/

.activity-list li svg {
    margin-right: 10px;
    color: #0060ff;
}

.services-detail .inner-box .activity-list p {
    margin-top: 10px;
}

.services-detail .inner-box .activity-list li p {
     margin-left: 28px; 
    color: gray;
    font-weight: 400;
}

.services-detail .inner-box .dba-list4 li {
    list-style: disc;
    margin-left: 20px;
}

.services-detail .inner-box .dba-list4 li span {
    color: black;
    font-weight: 600;
}


/* ------------------------------------
    28. warehouse Services Section CSS
---------------------------------------*/

.warehouse-service {
    padding-top: 100px;
}

.warehouse-services .content-side .inner-box h2 {
    color: #fab900;
    padding-bottom: 20px;
}

.warehouse-services .content-side .inner-box h2 span {
    color: #2663B9;
}

.rs-services {
    padding-bottom: 50px;
}

.rs-services .sec-title2 {
    margin-bottom: 30px;
}

.rs-services .sec-title2 h2 {
    text-align: center;
    color: #fab900;
    padding-bottom: 10px;
}

.rs-services .sec-title2 p {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
}

.rs-services .sec-title2 h2::before {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.rs-services .sec-title2 h2::after {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.rs-services .sec-title2 h2 span {
    color: #2663B9;
}

.rs-services.main-home .services-item {
    margin: 0px 0px 0px 0px;
    padding: 60px 25px 50px 35px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}

.rs-services .services-item {
    margin-bottom: 30px;
}

.rs-services.main-home .services-item .services-icon {
    margin-bottom: 30px;
}

.rs-services.main-home .services-item .services-icon .image-part img {
    width: 80px;
    height: 80px;
}

.rs-services.main-home .services-item .services-content .services-text .services-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.rs-services.main-home .services-item .services-content .services-text .services-title a {
    color: #101010;
}

.rs-services.main-home .services-item .services-content .services-text .services-title a:hover {
    color: #106eea;
}

.rs-services.main-home .services-item .services-content .services-desc p {
    color: #444;
    margin: 0;
}

.rs-services.main-home.style3 .services-item {
    padding: 50px 50px 50px 50px;
    background-color: #F3F7FF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: unset;
    margin: 0px -10px 0px 0px;
}

.rs-services.main-home.style3 .services-item .services-content {
    padding: unset;
    position: unset;
}

.rs-services.main-home.style3 .services-item:hover {
    background-color: #FFFFFF;
}

.rs-services.main-home.style3 .services-item:hover .services-content {
    padding: unset;
    position: unset;
}

.rs-services.main-home.style3 .services-item:hover .services-content .services-desc p {
    color: #454545;
}

.rs-services .bg-section {
    background: #ffffff;
}

.rs-services .bg-section .shape-part .left-side {
    position: absolute;
    bottom: 0px;
}

.rs-services .bg-section .shape-part .right-side {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.rs-services.style3 .services-item {
    padding: 50px 28px 50px 28px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
    position: relative;
    text-align: left;
}

.rs-services.style3 .services-item .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.style3 .services-item .services-icon .image-part .main-img {
    height: 70px;
    width: 70px;
}

.rs-services.style3 .services-item .services-icon .image-part .hover-img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}

.rs-services.style3 .services-item .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.style3 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px;
}

.rs-services.style3 .services-item .services-content .services-text .title a {
    color: #1c1b1b;
}

.rs-services.style3 .services-item .services-content .services-desc p {
    margin: 0;
}

.rs-services.style3 .services-item .services-content .services-desc p svg {
    margin-right: 10px;
}

.rs-services.style3 .services-item .services-content .serial-number {
    position: absolute;
    right: 15px;
    top: -113px;
    font-size: 70px;
    font-weight: 600;
    line-height: 119px;
    color: #02010108;
    margin-bottom: 10px;
}

.rs-services.style3 .services-item:hover {
    background-color: #FD660A;
}

.rs-services.style3 .services-item:hover.pink-bg {
    background: #F30876;
}

.rs-services.style3 .services-item:hover.aqua-bg {
    background: #05DBEE;
}

.rs-services.style3 .services-item:hover.paste-bg {
    background: #13E1AF;
}

.rs-services.style3 .services-item:hover.purple-bg {
    background: #780FDA;
}

.rs-services.style3 .services-item:hover.green-bg {
    background: #0A99FD;
}

.rs-services.style3 .services-item:hover.blue-bg {
    background: #0a4fb0;
}

.rs-services.style3 .services-item:hover.gold-bg {
    background: #f5be18;
}

.rs-services.style3 .services-item:hover.cyan-bg {
    background: #14d2f5;
}

.rs-services.style3 .services-item:hover.orange-bg {
    background: #FD660A;
}

.rs-services.style3 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease;
}

.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0);
}

.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.rs-services.style3 .services-item:hover .services-content {
    padding: 33px 0px 0px 0;
    position: relative;
}

.rs-services.style3 .services-item:hover .services-content .services-text .title a {
    color: #ffffff;
}

.rs-services.style3 .services-item:hover .services-content .services-desc p {
    color: #ffffff;
}

.rs-services.style3 .services-item:hover .services-content .serial-number {
    color: #FFFFFF26;
}

.rs-services.style3 .services-item.services-item {
    padding: 50px 36px 50px 36px;
}

.rs-services .shape-animation {
    position: relative;
}

.rs-services .shape-animation .shape-part {
    position: absolute;
    left: -50px;
    bottom: 150px;
}


/* ============================================================== 
    29.  careers job opening 
=================================================================== */
.careers-job-opening{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.careers-job-opening .site-heading h2 {
    color: #0067b8 ;
}
.careers-job-opening .btn-primary{
    background-color: #0067b8 ;
}
.careers-job-opening .btn-primary:hover{
    background-color: #383f56;
    border: none;
}
.careers-job-opening .site-heading h2 span {
    color: #0067b8;
}

.careers-job-opening .single-item {
    margin-bottom: 30px;
    
}

.careers-job-opening .work-pro-items .item i {
    display: inline-block;
    color: #086AD8;
    font-size: 60px;
    margin-bottom: 30px;
}
.careers-job-opening .work-pro-items .item h4 {
    position: relative;
    color:#383f56;
}
.careers-job-opening .work-pro-items .item h5 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    color:#383f56;
}

.careers-job-opening .work-pro-items .item .icon {
    position: relative;
    margin-bottom: 15px;
}

.careers-job-opening .work-pro-items .item {
    border: 1px solid #e7e7e7;
    padding: 50px 30px;
    background: #ffffff;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
}

.careers-job-opening .work-pro-items .item p {
    color:#383f56;
    margin: 0;
    text-align: left;
}

.careers-job-opening .work-pro-items .item p span {
    color:#383f56;
    font-weight: 700;
}


/* Animation */

.careers-job-opening .work-pro-items .item::before,
.careers-job-opening .work-pro-items .item::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #086AD8;
}

.careers-job-opening .work-pro-items .item .item-inner::before,
.careers-job-opening .work-pro-items .item .item-inner::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #086AD8;
}

.careers-job-opening .work-pro-items .item:hover::before,
.careers-job-opening .work-pro-items .item:hover::after {
    width: 100%;
}

.careers-job-opening .work-pro-items .item:hover .item-inner::before,
.careers-job-opening .work-pro-items .item:hover .item-inner::after {
    height: 100%;
}

.careers-job-opening .work-pro-items .item::before,
.careers-job-opening .work-pro-items .item::after {
    transition-delay: 0.2s;
}

.careers-job-opening .work-pro-items .item .item-inner::before,
.careers-job-opening .work-pro-items .item .item-inner::after {
    transition-delay: 0s;
}

.careers-job-opening .work-pro-items .item::before {
    right: 0;
    top: 0;
}

.careers-job-opening .work-pro-items .item::after {
    left: 0;
    bottom: 0;
}

.careers-job-opening .work-pro-items .item .item-inner::before {
    left: 0;
    top: 0;
}

.careers-job-opening .work-pro-items .item .item-inner::after {
    right: 0;
    bottom: 0;
}

.careers-job-opening .work-pro-items .item:hover::before,
.careers-job-opening .work-pro-items .item:hover::after {
    transition-delay: 0s;
}

.careers-job-opening .work-pro-items .item:hover .item-inner::before,
.careers-job-opening .work-pro-items .item:hover .item-inner::after {
    transition-delay: 0.2s;
}

.careers-job-opening .item .item-inner .buttons {
    margin-top: 15px;
}


/*** 

====================================================================
	30. Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: #0060ff;                             */
}

.counter-section .inner-container {
    position: relative;
    padding: 60px 0px 30px 0px;
/*    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%); */
    border-radius: 20px;
}


/* Fact Counter */

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #bbbbbb;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    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;
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #383f56;
    font-size: 54px;
    line-height: 1em;
}
/*
.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 600;
    color: #383f56;
    font-size: 55px;
    line-height: 1em;
    font-weight: 900;
     font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #848484;
    text-transform: uppercase;
     font-family: 'Montserrat', sans-serif;

} */


/* ============================================================== 
     31. Work Process 
=================================================================== */

.work-process-area {
    
}

.work-process-area .site-heading h2 {
    padding-top:20px;
    color: #0067b8;
}

.work-process-area .single-item {
    margin-bottom: 30px;
}

.work-process-area .work-pro-items .item i {
    display: inline-block;
    color: #086AD8;
    font-size: 60px;
    margin-bottom: 30px;
}

.work-process-area .work-pro-items .item h5 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding-bottom: 10px;
    color: #0067b8;
}

.work-process-area .work-pro-items .item .icon {
    position: relative;
    margin-bottom: 20px;
    padding-left:50px;
    
}


.work-process-area .work-pro-items .item {
    transition: 0.2s all ease-in-out;
    border-radius: 10px;
    padding: 50px 30px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    height: 390px;
    overflow: hidden;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
    
    border: 1px solid #383f56;
}
@media (max-width: 991px){
    .work-process-area .work-pro-items .item {
        height: 350px;
    }
}
.work-process-area .work-pro-items .item p {
    margin: 0;
    color: #383f56;
}
.work-process-area .work-pro-items .item:hover {
    transform: scale(0.99);
     border: 1px solid #0067b8;
     background-color: #0068b802;
}

/* Animation 

.work-process-area .work-pro-items .item:hover {
    border-radius: 0px 35px 0px 35px;
}

.work-process-area .work-pro-items .item::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-image: linear-gradient(to bottom, #131E39 0%, #015FFD 100%);
}

.work-process-area .work-pro-items .item:hover::before {
    opacity: 1;
    border-radius: 0px 35px 0px 35px;
}

.work-process-area .work-pro-items .item:hover .icon svg,
.work-process-area .work-pro-items .item:hover h5,
.work-process-area .work-pro-items .item:hover p {
    color: #ffffff;
} */



/* ============================================================== 
     32.  Contact-area
=================================================================== */

.contact-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/contact-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 120px;
}

.contact-area .contact-form-box {
    padding: 10px 75px;
}

.contact-area .contact-form-box .content {
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
    padding: 40px;
    background: #ffffff;
    border-radius: 30px;
}

.contact-area .contact-box {
    background-image: linear-gradient( 250deg, #4e95ed 0%, #03228f 100%);
    padding: 80px 30px 80px 30px;
    border-radius: 25px;
}

.contact-area .contact-box h2 {
    color: #fff;
    font-weight: 800;
}

.contact-area .contact-box p {
    margin-top: 20px;
    color: #fff;
}

.contact-area .radio,
.contact-area .radio-1 {
    min-height: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
}

.contact-area .radio-1 {
    margin-left: 100px;
}

.contact-area .content h2 {
    font-weight: 600;
    color: #fab900;
}

.contact-area .content h2 span {
    color: #2663B9;
}

.contact-area .content .heading {
    margin-bottom: 30px;
}

.contact-area form input,
.contact-area form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #fafafa;
}

.contact-area form textarea {
    min-height: 150px;
}

.contact-area form button {
    border: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 5px;
}

.contact-area form .col-lg-6 {
    padding: 0 15px;
}

.contact-area .info {
    padding-left: 35px;
    margin-top: auto;
    margin-bottom: auto;
}

.contact-area .tab-content .info {
    margin: 0;
}

@media (max-width:767px) {
    .contact-area .contact-form-box {
        padding: 10px 15px;
    }
}


/* ------------------------------------
    33. Testimonial Section CSS
---------------------------------------*/

.bg5 {
    background: url(../images/bg/index-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000060;
}

.rs-testimonial {
    padding: 75px 0px;
}

.rs-testimonial .sec-title2 .sub-text {
    color: #ffffff;
}

.rs-testimonial .sec-title2 .testi-title {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
}

.rs-testimonial.main-home .testi-item .author-desc {
    background: #ffffff;
    padding: 35px 0px 20px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
}

.rs-testimonial.main-home .testi-item .author-desc .desc {
    text-align: center;
    position: relative;
    color: #333333;
    padding: 61px 0px 10px 0px;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400;
}

.rs-testimonial.main-home .testi-item .author-desc .desc .quote {
    width: 50px;
    top: -13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rs-testimonial.main-home .testi-item .author-desc .author-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.rs-testimonial.main-home .testi-item .author-desc .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff;
}

.rs-testimonial.main-home .testi-item .author-part {
    text-align: center;
    padding-top: 70px;
}

.rs-testimonial.main-home .testi-item .author-part .name {
    color: #0A0A0A;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.rs-testimonial.main-home .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.main-home .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #0B70E1;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
    width: 40px;
    background: #0B70E1;
    opacity: 1;
}

.rs-testimonial.main-home .owl-stage-outer {
    padding: 45px 0;
    margin: -45px 0;
}

.rs-testimonial.main-home.style2 .testi-item .author-desc {
    background-image: linear-gradient(150deg, #000060 0%, #1e1eaa 98%);
    box-shadow: unset;
}

.rs-testimonial.main-home.style2 .testi-item .author-desc .desc {
    color: #ffffff;
    font-size: 20px;
    padding: 70px 50px 35px 50px;
}

@media (max-width:998px) {
    .rs-testimonial.main-home.style2 .testi-item .author-desc .desc {
        padding: 70px 10px 35px 10px;
    }
}

.rs-testimonial.main-home.style2 .testi-item .author-part .name {
    color: #ffffff;
}

.rs-testimonial.main-home.style2 .testi-item .author-part .designation {
    color: #ffffff;
}

.rs-testimonial.main-home.style2.modify1 .overlayer {
    position: relative;
}

.rs-testimonial.main-home.style2.modify1 .overlayer .testi-item .author-desc {
    background-color: #03228F75;
    background-image: unset;
    box-shadow: unset;
    border-radius: unset;
}

.rs-testimonial.main-home.style2.modify1 .overlayer:after {
    background-color: #020E38;
    opacity: 0.64;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------------
    34. Technology Section CSS
------------------------------------*/

.rs-technology {
    padding-top: 100px;
}

.rs-technology h3 {
    margin-bottom: 20px;
}

.rs-technology .site-heading h2 {
    color: #fab900;
}

.rs-technology .site-heading h2 span {
    color: #2663B9;
}

.rs-technology .technology-item {
    text-align: center;
    padding: 20px 40px 20px 40px;
}

.rs-technology .technology-item h4 {
    margin-bottom: 20px;
    color: #fab900;
}

.rs-technology .technology-item a {
    overflow: hidden;
}


/*------------------------------------
    35. Call Action Section CSS
------------------------------------*/

.rs-call-action .container {
    background: url(../images/bg/tech-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

.rs-call-action .sec-title2 {
    padding: 50px;
}
.rs-call-action .sec-title2 .title4{
    color: white;
}
.rs-call-action .sec-title2 h2 {
    font-size: 50px;
    font-weight: 600;
}

.rs-call-action h2,
.rs-call-action h4,
.rs-call-action p {
    color: white;
}
.rs-call-action .call-btn .btn-primary{
    background-color: #2663B9;
}
.rs-call-action .call-btn .btn-primary:hover{
    background-color: #fab900;
}

/*------------------------------------
    36. Blog Section CSS
------------------------------------*/

.rs-blog {
    
}

.rs-blog .site-heading h2 {
    color: #2663B9;
}

.rs-blog .site-heading h2 span {
    color: #fab900;
}

.rs-blog .blog-item {
    transition: all 500ms ease;
    border-radius: 5px;
    box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
    margin-top: 15px;
    padding: 15px;
    background: #fff;
}

.rs-blog .blog-item .image-wrap {
    position: relative;
}

.rs-blog .blog-item .blog-content {
    padding: 30px 15px 18px 15px;
    background: #fff;
}

.rs-blog .blog-item .blog-content .blog-meta {
    margin-bottom: 10px;
    display: flex;
}

.rs-blog .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    color: #454545;
}

.rs-blog .blog-item .blog-content .blog-meta .admin {
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    margin-left: 25px;
}

.rs-blog .blog-item .blog-content .blog-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.rs-blog .blog-item .blog-content .blog-title a {
    color: #101010;
}

.rs-blog .blog-item .blog-content .blog-title a:hover {
    color: #106eea;
}

.rs-blog .blog-item .blog-content .desc {
    margin-bottom: 15px;
}

.rs-blog .blog-item:hover {
    transform: translateY(-10px);
}


/*------------------------------------
    37. Partner Section CSS
------------------------------------*/

.rs-partner {
    padding-bottom: 70px;
    padding-top: 80px;
    background-color: #0060ff;
}

.rs-partner .rs-carousel {
    box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    border-radius: 15px;
    background-color: #ffffff;
}

.rs-partner .site-heading h2::before {
    background: #080808 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.rs-partner .site-heading h2::after {
    background: #080808 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.rs-partner .partner-item .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.rs-partner .partner-item .logo-img a .hover-logo {
    transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0;
    left: 0;
}

.rs-partner .partner-item .slide-img {
    margin-top: 60px !important;
}

@media (max-width:767px) {
    .rs-partner .partner-item .slide-img {
        margin-top: 35px !important;
    }
}

/* ------------------------------------
    38. Services Section CSS
---------------------------------------*/

.rs-services.main-home.style2 .services-item {
    padding: 65px 35px 35px 35px;
    margin: 0px -10px 0px 0px;
    text-align: center;
    border-radius: unset;
}

.rs-services.main-home.style2 .services-item .services-icon {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 42px;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 28px 28px 0 rgba(108, 88, 250, 0.2);
    z-index: 1;
}

.rs-services.main-home.style2 .services-item .services-icon:before {
    position: absolute;
    content: '';
    right: -1px;
    bottom: -2px;
    width: 112px;
    height: 112px;
    border-radius: 100%;
    border: 1px solid;
    transition: all 0.3s ease 0s;
    z-index: 0;
    border-color: #1443C61C;
}

.rs-services.main-home.style2 .services-item .shape-part {
    position: absolute;
    top: 30px;
    right: 76px;
    opacity: 0;
    visibility: hidden;
}

.rs-services.main-home.style2 .services-item .services-content .services-text .services-title a:hover {
    color: #061340;
}

.rs-services.main-home.style2 .services-item.active {
    box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.rs-services.main-home.style2 .services-item:hover {
    box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.rs-services.main-home.style2 .services-item:hover .services-icon {
    position: relative;
}

.rs-services.main-home.style2 .services-item:hover .services-icon:before {
    display: none;
}

.rs-services.main-home.style2 .services-item:hover .shape-part {
    opacity: 1;
    visibility: visible;
}

.rs-services.style2 .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
    background-color: #FFFFFF;
    text-align: center;
    padding: 50px 40px 50px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
    width: 60px;
    height: 60px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
    color: #101010;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
    color: #106eea;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
    color: #444;
    margin: 0;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
    transform: rotateX(180deg);
    position: absolute;
    z-index: -1;
    padding: 30px;
    border-radius: 5px;
    background-color: #562dd4;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 300px;
    background-color: transparent;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
    color: #ffffff;
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front {
    transform: rotateX(0);
    z-index: 1;
    background-image: linear-gradient(90deg, #0067b8 0%, #383f56 58%);
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    color: #ffffff;
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
    color: #ffffff;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
    height: auto;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
    width: 60px;
    height: 60px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
    color: #101010;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
    color: #106eea;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
    color: #444;
    margin: 0;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
    background: url(assets/images/services/main-home/icons/bg-box-3.html);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
    background-size: cover;
    background-position: center center;
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front {
    transform: rotateX(180deg);
    position: absolute;
    z-index: -1;
    padding: 30px;
    border-radius: 5px;
    background-color: #562dd4;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: auto;
    background-color: transparent;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front {
    transform: rotateX(0);
    z-index: 1;
    background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}


/* ------------------------------------
    39. Process Section CSS
---------------------------------------*/

.rs-process .sec-title h2 {
    font-size: 30px;
}

.rs-process .rs-addon-number .number-text .number-title .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #383f56;
    margin-bottom: 10px;
}

.rs-process .rs-addon-number .number-text .number-txt {
    margin: 0;
    padding-right: 34px;
}

.rs-process.style3 .rs-addon-number {
    margin: 0px -10px 0px 0px;
    padding: 37px 30px 37px 38px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.rs-process.style3 .rs-addon-number .icon{
    color: #0067b8;
    padding-bottom:15px;
}

.rs-process.style3 .rs-addon-number:hover{
    border-bottom: 5px solid #095fd0;
}



/* ------------------------------------
    40. Contact Section CSS
---------------------------------------*/


.contact {
    width:100%;
    
   /*background-image: url('https://images.unsplash.com/photo-1547378809-db8f9515a63b?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80');*/
   padding:20px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

.contact .fixed-bg {
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 55%;
    transform: skewX(-10deg);
    margin-left: -5%;
}

.contact .content h2 {
    font-weight: 600;
    color: #0067b8;
}

.contact .content h2 span {
    color: #0067b8;
}

.contact .content .heading {
    margin-bottom: 30px;
}

.contact form input,
.contact form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #fafafa;
}

.contact.bg-gray form input,
.contact.bg-gray form textarea {
    background: #ffffff;
}

.contact form textarea {
    min-height: 150px;
}

.contact form .col-lg-6 {
    padding: 0 15px;
}

.contact img.loader {
    margin-left: 10px;
}

.contact .info {
    padding-left: 35px;
}

.contact .contact-tabs>ul li {
    display: inline-block;
    margin: 0;
}

.contact .contact-tabs>ul {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: -15px;
}

.contact .contact-tabs>ul li a {
    display: block;
    position: relative;
    background: transparent;
    border: none;
    padding: 15px 0;
    margin-right: 20px;
    text-transform: capitalize;
    font-size: 1.5rem;
}

.contact .contact-tabs>ul li a.active::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 100%;
    background: #086AD8;
}

.contact .contact-tabs>ul li a.active {
    background: transparent;
    color: #086AD8;
}

.contact-tabs .tab-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-tabs .tab-content ul li i {
    display: inline-block;
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #ffffff;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    color: #086AD8;
    margin-right: 20px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-tabs .tab-content ul li .info {
    padding: 0;
}

.contact-tabs .tab-content ul li:last-child {
    margin-bottom: 0;
}

.contact-tabs .tab-content ul li .info span {
    display: block;
    font-weight: normal;
    text-transform: none;
    color: #666666;
}

.contact-tabs .tab-content ul li .info p {
    font-weight: 600;
    color: #0e2b3d;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-tabs .tab-content iframe {
    display: block;
    height: 90%;
    min-height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
@media only screen and (max-width: 400px){
    .contact-tabs .tab-content ul li .info .email{
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px){
    .contact .info{
        padding-top: 20px;
    }
}
.contact .tab-content .info {
    margin: 0;
}

.contact .radio,
.contact .radio-1 {
    min-height: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
}

.contact .radio-1 {
    margin-left: 100px;
}

.contact form button {
    border: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 5px;
}

.contact form button:hover {
    background: #12273f;
}


/* Google Mpas */

.google-maps iframe {
    display: block;
    height: 100%;
    min-height: 550px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* ============================================================== 
     41. Tabs Services 
=================================================================== */

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}

.services-area {
    padding-bottom: 50px;
}

.services-area .site-heading h2 {
    color: #fab900;
}

.services-area .site-heading h2 span {
    color: #2663B9;
}

.services-area .site-heading p {
    font-size: 18px;
}

.services-area .services-tabs .row {
    margin-left: 0;
}

.services-area .services-tabs ul {
    border: none;
    margin-bottom: 30px;
}

.services-area .services-tabs .nav-tabs {
    text-align: center;
}

.services-area .services-tabs ul li {
    display: inline-block;
    border: none;
    margin: 0;
}

.services-area .services-tabs ul li a {
    border: none;
    position: relative;
    z-index: 1;
    border-radius: inherit;
    padding: 15px 40px;
    background: #f3f7fd;
    margin: 5px 10px;
    margin-bottom: 30px;
    margin-top: 0;
}

.services-area .services-tabs ul li a.active {
    background: #086AD8;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.services-area .services-tabs ul li a.active::after {
    position: absolute;
    right: -8px;
    bottom: -8px;
    content: "";
    height: 100%;
    width: 100%;
    background: #086AD8;
    z-index: -1;
    opacity: 0.1;
    transition: all 0.35s ease-in-out;
}

.services-area .services-tabs .thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services-area .services-tabs .info {
    padding-left: 35px;
}

.services-area .services-tabs .tab-pane {
    background: #f3f7fd;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.services-area .services-tabs .info .content {
    padding: 50px;
    padding-left: 20px;
}

.services-area .services-tabs .tab-pane::after {
    position: absolute;
    right: 0;
    bottom: -50px;
    content: "";
    height: 100%;
    width: 90%;
    background: #f3f7fd;
    z-index: -1;
}

.services-area .services-tabs .info .content {
    position: relative;
}

.services-area .services-tabs .info .content span {
    position: absolute;
    font-weight: bold;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 150px;
    color: transparent;
    -webkit-text-stroke: 1px #f4f4f4;
    right: 0px;
    top: -22px;
    z-index: 2;
}

.services-area .services-tabs .info .content ul {
    text-align: left;
    margin-top: 25px;
}

.services-area .services-tabs .info .content ul li {
    display: block;
    margin-bottom: 10px;
    color: #0e2b3d;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.services-area .services-tabs .info .content ul li:last-child {
    margin-bottom: 0;
}

.services-area .services-tabs .info .content h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.services-area .services-tabs .info .content a {
    color: #086AD8;
}

.services-area .services-tabs .info .content ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #086AD8;
}

.services-area .services-tabs .info .content i {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 100px;
    opacity: 0.1;
}


/* ============================================================== 
     42. visualization  Services 
=================================================================== */

.visualization {
    position: relative;
}

.visualization .visual-table {
    padding: 27px 40px 0px 40px;
    box-shadow: 0 0 30px #eee;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    text-align: center;
    margin: 0px 7px 0px 0px;
}

.visualization .visual-table .visual-badge {
    top: 30px;
    left: 0px;
    padding: 10px 23px 11px 23px;
    background-color: #1273EB;
    border-radius: 0px 30px 30px 0px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    line-height: 1;
    z-index: 1;
}

.visualization .visual-table .visual-badge.white-color-bg {
    background: #ffffff;
    color: #106eea;
    font-weight: bolder;
    font-size: 18px;
}

.visualization .visual-table .visual-table-body {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #EBEBEB;
    padding: 18px 15px 4px 15px;
    margin-top: 60px;
}

.visualization .visual-table .visual-table-body li {
    text-align: left;
    padding: 9px 0px 9px 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
}

.visualization .visual-table .visual-table-body li svg {
    color: #03228f;
    margin-right: 10px;
}

.visualization .visual-table.primary-bg {
    background-image: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
}

.visualization .visual-table.primary-bg .visual-table-body {
    border-color: #1F71C1;
}

.visualization .visual-table.primary-bg .visual-table-body li {
    color: #ffffff;
}

.visualization .visual-table.primary-bg .visual-table-body li svg {
    color: #ffffff;
    margin-right: 10px;
}

.visual-sec-title {
    position: relative;
    margin-bottom: 35px;
}

.visual-sec-title h2 {
    position: relative;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.visual-sec-title h2::before {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.visual-sec-title h2::after {
    background: #2663B9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.visual-sec-title h2 span {
    color: #2663B9;
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.md-pt-80 {
    padding-top: 80px
}

.md-pb-80 {
    padding-bottom: 80px
}

.mb-40 {
    margin-bottom: 40px
}

.bg7 {
    background-image: url(../images/bg/careers-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.visualization-report .rs-addon-number {
    margin-bottom: 25px;
}

.visualization-report .rs-addon-number .number-text .number-area {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #03228f;
}

.visualization-report .rs-addon-number .number-text .number-title .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px;
}

.visualization-report .rs-addon-number .number-text .number-txt {
    margin: 0;
    padding-right: 34px;
}

.visualization-report.style5 .rs-addon-number .number-text .number-area {
    color: #ffffff;
}

.visualization-report.style5 .rs-addon-number .number-text .number-title .title {
    color: #ffffff;
}

.visualization-report.style5 .rs-addon-number .number-text .number-txt {
    color: #ffffff;
}

.visual-process {
    padding-top: 80px;
}


/* visual tool */

.visual-tool .all-services {
    display: inline-block;
}

.visual-tool .all-services h4 {
    margin-left: 2%;
    color: #fab900;
    margin-top: 20px;
}

.visual-tool .all-services .services-item {
    padding: 10px;
}

.visual-tool .all-services .services-item .services-wrap {
    padding: 35px 27px 35px 27px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.visual-tool .all-services .services-item .services-wrap .services-icon {
    margin-bottom: 15px;
}

/*.visual-tool .all-services .services-item .services-wrap .services-icon img {*/
/*    height: 65px;*/
/*    width: 65px;*/
/*}*/

.visual-tool .all-services .services-item .services-wrap .services-text .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0;
}

.visual-tool .all-services .services-item .services-wrap .services-text .title:hover {
    color: #061340;
}

/* ============================================================== 
     43. blog buttons css 
=================================================================== */
.pagenumbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagenumbers button {
  width: 50px;
  height: 50px;

  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;

  background-color: #383f56;

  margin: 5px;
  transition: 0.4s;

  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.pagenumbers button:hover {
  background-color: #0067b8 ;
}
#new_alert{
    cursor:pointer;
}

.pagenumbers button.active {
  background-color: #0067b8 ;
    color: white;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
}

/*blog details*/
/* ============================================================== 
     44. blog details page css 
=================================================================== */

.news-detail{
    
    width:100%;
	position:relative;
}

.news-detail .inner-box{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-detail .inner-box .upper-box{
	position:relative;
	padding:30px 30px;
}
.news-detail .inner-box .upper-box .sec-title p span{
    color: #fab901;
}
.news-detail .inner-box h3{
	position:relative;
	color:#141d38;
}

.news-detail .inner-box .upper-box .post-meta{
	position:relative;
}

.news-detail .inner-box .upper-box .post-meta li{
	position:relative;
	color:#7e7e7e !important;
	font-size:16px;
	margin-right:20px;
	font-weight:500;
	display:inline-block;
}

.news-detail .inner-box .upper-box .post-meta li .icon{
	position:relative;
	top:-2px;
	color:#222222 !important;
	font-size:15px;
	margin-right:8px;
}

.news-detail .inner-box .image{
	position:relative;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-detail .inner-box .image .post-date{
	position:absolute;
	right:20px;
	top:-20px;
	color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
	line-height:1.1em;
    padding-top: 5px;
    background-color: #0060ff;
}

.news-detail .inner-box .image .post-date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
}
.news-detail .inner-box .lower-content .row{
    margin-bottom: 20px;
}
.news-detail .inner-box .lower-content p{
	position:relative;
	color:#333333;
	font-size:16px;
	line-height:1.8em;
}

.news-detail .inner-box .lower-content h4{
	position:relative;
	color:#141d38;
	margin-bottom:10px;
}
.news-detail .inner-box .lower-content h5{
    color: #2663B9;
}
.news-detail .inner-box .lower-content h5 span{
    color: #fab901;
}
/* Post Share Options */

.news-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:22px 0px 0px;
	border-top:1px solid #cccccc;
}

.news-detail .post-share-options .tags a{
	position:relative;
	color:#333333;
	font-size:14px;
	font-weight:600;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 6px;
	display: inline-block;
	border:1px solid #dddddd;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-detail .post-share-options .tags a:last-child{
	margin-right: 0px;
}

.news-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.news-detail .post-share-options .tags a:hover{
	color:#ffffff;
	border-color:#0060ff;
	background-color:#0060ff;
}


.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	border-bottom:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}


.sidebar-page-container .comments-area .comment{
	position:relative;
	min-height:140px;
	padding:5px 0px 40px 140px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:60px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	border-radius:0px;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:700;
	color:#141d38;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#333333;
	margin-bottom:0px;
	padding-top:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:15px;
	color:#333333;
	margin-left:20px;
	display:inline-block;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .comment-reply-link{
	position:absolute;
	right:0px;
	top:0px;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	padding:6px 18px;
	border-radius:4px;
	background-color:#0060ff;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .comment-reply-link:hover{
	background-color:#222222;
}
