/* font styles start */
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/open-sans/OpenSans-Bold.eot');
    src: url('../fonts/open-sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Bold.woff') format('woff'),
        url('../fonts/open-sans/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/open-sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/open-sans/OpenSans-Light.eot');
    src: url('../fonts/open-sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Light.woff') format('woff'),
        url('../fonts/open-sans/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/open-sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/open-sans/OpenSans-Italic.eot');
    src: url('../fonts/open-sans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Italic.woff') format('woff'),
        url('../fonts/open-sans/OpenSans-Italic.ttf') format('truetype'),
        url('../fonts/open-sans/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/open-sans/OpenSans-Regular.eot');
    src: url('../fonts/open-sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Regular.woff') format('woff'),
        url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/open-sans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/open-sans/OpenSans-SemiBold.eot');
    src: url('../fonts/open-sans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/open-sans/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/open-sans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'OpenSans-Bold';
}

h2 {
    font-family: 'OpenSans-Semibold';
}

h6 {
    font-family: 'OpenSans-Regular';
}

body {
    font-family: 'OpenSans-Regular';
}
/* font styles end */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.mlr0 {
    margin-right: 0;
    margin-left: 0;
}

.pd0 {
    padding: 0;
}
.ptb-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.mt-15{
    margin-top: 15px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}
.parallex{
    margin-top: 230px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-200 {
    margin-bottom: 200px;
}

.capitals{
    text-transform: uppercase;
}
.text-blue{
    color: #149cfa;
}


#search {
    display: none;
}

.search-icon {
    position: absolute;
}

.search-icon input {
    border: 1px solid #149cfa;
    width: 320px;
    position: absolute;
    left: 370px;
    top: 45px;
    color: #000;
    outline: none;
    padding: 5px 15px;
}

header.cits-header {
    position: absolute;
    margin: 0;
    padding: 20px 0;
    z-index: 2;
    width: 100%;
}

header.cits-header.sticky {
    padding: 6px 0;
}

.cits-header .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.cits-header .dropdown-menu li a {
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.cits-header .dropdown-item:focus,
.cits-header .dropdown-item:hover {
    background: #149cfa;
    color: #fff;
}

.nav-bar {
    display: flex;
    float: right;
}

.nav-bar li {
    display: block;
    float: left;
    padding: 20px 0;
}

.nav-bar li>a {
    margin-left: 40px;
    color: #fff;
}

.cits-logo img {
    padding: 5px 0;
}

.cits-header .dropdown-toggle::after {
    content: none;
}

.cits-header .navbar-light .navbar-nav .nav-item.active,
.cits-header .navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #6fb4e4;
}

.cits-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    margin: 0 28px 0 0;
    text-transform: uppercase;
    font-weight: 400;
}

.cits-nav ul>li:last-child a {
    margin: 0 !important;
}

.cits-nav .navbar-nav .nav-item.active .nav-link {
    color: #6fb4e4;
}

ul.cits-nav>li.nav-item>a.nav-link {
    color: white;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: white;
}

.cits-header .bg-light {
    background-color: transparent !important;
}

main .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button>span {
    position: absolute;
    line-height: 12px;
    padding: 3px 6px 11px 8px;
    background: #fff;
    font-size: 30px;
    color: #000;
    bottom: 90px;
}

.owl-nav button.owl-prev>span {
    right: 68px;
}

.owl-nav button.owl-next>span {
    right: 40px;
}

.owl-nav button>span:hover {
    background: #6fb4e4;
    color: white;
}

.banner-carousel{
    height: 100vh;
}
.banner-carousel .owl-stage-outer, .banner-carousel .owl-stage, .banner-carousel .bg-img, .banner-carousel .owl-item{
    height: 100%;
}
.banner-carousel .owl-nav{
    position: absolute;
    right: 0;
}
.banner-carousel .bg-img{
   padding-top: 130px;
}

.icon_bar {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    display: block;
    margin-bottom: 6px;
}

.cits-header .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: transparent;
}

.cits-header .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.slide-one {
    background: url(../images/home-bg.png) no-repeat top center;
    background-size: cover;
    display: block;
    height: 700px;
}

.slide-two {
    background: url(../images/home-bg3.png) no-repeat top center;
    background-size: cover;
    display: block;
    height: 700px;
}

.slide-three {
    background: url(../images/home-bg4.png) no-repeat top center;
    background-size: cover;
    display: block;
    height: 700px;
}

.slide-four {
    background: url(../images/home-bg2.png) no-repeat top center;
    background-size: cover;
    display: block;
    height: 700px;
}

.item-video .owl-video {
    background: url(../images/bg-video.mp4) no-repeat top center;
    background-size: cover;
    display: block;
    height: 700px;
}

/* owl-two styles start */

.owl-carousel.owl-two .owl-nav button>span {
    margin-bottom: 20px;
    bottom: 0;
}

.owl-carousel.owl-two .owl-item img {
    width: auto;
    height: 50px;
}

main .owl-carousel.owl-two .owl-nav.disabled {
    display: none !important;
}

.owl-two .col-lg-3.col-md-6 {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.owl-two .sw-icon {
    margin-bottom: 20px;
}

.owl-two.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-two .owl-dots button:focus {
    outline: none;
}


/* owl-two styles end */


/* slider text & Img start */

.cits-banner-content {
    position: absolute;
    top: 130px;
    z-index: 1;
}

.cits-slider-text {
    /* margin-left: 100px; */
    /* changed margin-left to padding left by swathi */
    /* padding-left: 100px; */
    color: #fff;
    margin-top: 60px;
    width: 100%;
    text-transform: uppercase;
}

.cits-slider-text h4 {
    line-height: 1.6;
}

.cits-slider-text p {
    line-height: 2;
}

/* slider text & Img End */


/* service section styles start */

.service-widget {
    background: #538de4;
    padding: 40px 0;
    position: relative;
    color: #fff;
    /* margin-top: -50px; */
}

.service-widget::before {
    content: '';
    background: url(../images/service-bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.service-intro {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-heading {
    letter-spacing: 0px;
    text-transform: uppercase;
}

.service-desc {
    font-size: 18px;
    line-height: 34px;
}

.service-widget::after {
    content: '';
    position: absolute;
    left: -webkit-calc((100% - 1180px)/2);
    left: calc((100% - 1180px)/2);
    bottom: -40px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 75px 0 0;
    left: 105px;
    border-color: #538de4 transparent transparent transparent;
}

.services-section {
    background-image: url(../images/service-bg2.png);
    background-repeat: no-repeat;
    height: 730px;
    background-size: cover;
}

.data-background {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.services-section {
    padding: 60px 0 340px;
}

.service-blocks {
    padding: 50px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 5px 83px rgb(11 38 83 / 8%);
    -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    box-shadow: 0 5px 83px rgb(11 38 83 / 8%);
    /* added below properties by swathi*/
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.service-blocks::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background: #afdefe;
    -webkit-box-shadow: 0 5px 83px rgb(11 38 83 / 8%);
    -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    box-shadow: 0 5px 83px rgb(11 38 83 / 8%);
    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;
}

.service-blocks:hover .btn-grey {
    background: #149cfa;
    color: #fff;
}

.service-blocks:hover .sw-count {
    color: #149cfa;
}

.service-blocks:hover {
    background: #f2f2f2;
}

.sw-count {
    color: #edf0f5;
    font-size: 50px;
    position: absolute;
    right: 40px;
    /* margin-right: 50px; */
    font-weight: 100;
    line-height: 1;
}

.service-blocks:hover::before {
    background: #149cfa;
}

.sw-title {
    margin: 10px auto 30px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.sw-content {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 100;
    margin-bottom: 30px;
    font-family: 'OpenSans-Regular';
}

.btn-grey {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #edf0f5;
    color: #000;
    overflow: hidden;
    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-size: 16px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 40px;
    z-index: 3;
}

.btn-grey::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #e1e5ea;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.btn-grey:hover {
    text-decoration: none;
    color: #fff;
    background: #149cfa;
}

.btn-grey:hover::before {
    width: 100%;
    background: #538de4;
}

.service-blocks a:hover {
    text-decoration: none;
}

.service-blocks a:hover {
    color: #fff;
}

.services-section .owl-theme .owl-dots .owl-dot.active span,
.services-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #d3d3d3;
}

.services-section .owl-theme .owl-dots .owl-dot.active span {
    background: #eee;
    border-radius: 50%;
    border: 2px solid #149cfa;
}


/* service section styles end */


/* About Widget style start */
.about-widget {
    position: relative;
    margin-top: 30px;
    top: 70px;
}

.about-shape-1 {
    position: absolute;
    left: 25px;
    top: -70px;
}

.about-shape-2 {
    position: absolute;
    right: 100px;
    z-index: 3;
    margin-top: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-image-box {
    margin-top: -220px;
    position: relative;
}

.about-img-1,
.about-img-2,
.portfolio-item,
.why-chhose-image,
.why-choose-img,
.tu-photo img,
.lp-thumb img,
.service-thumb,
.styled-image-1 img,
.about-image-4,
.member-photo,
.teammember-photo {
    background: #031026;
}

.about-info p {
    line-height: 1.6;
}

.about-img-2 {
    position: absolute;
    margin-bottom: -110px;
    max-width: calc(100% - 240px);
    width: calc(100% - 240px);
    bottom: 0;
    left: 60px;
}

.about-content.rellax {
    margin-left: 10px;
    margin-top: -90px;
}

.about-focus {
    background: #538de4;
    color: #fff;
    padding: 25px 20px 25px 20px;
    display: inline-block;
    position: absolute;
    top: 60px;
    left: -40px;
    max-width: 160px;
}

.foucs-icon {
    font-size: 60px;
    line-height: 1;
    width: 120px;
    text-align: center;
}

.ex-year {
    font-size: 40px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.ex-year {
    font-size: 28px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.ex-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.section-intro {
    font-size: 16px;
    color: #149cfa;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.section-title {
    font-size: 24px;
    line-height: 1.4;
    color: #031026;
    font-weight: 700;
    margin: 20px 80px 20px 0;
    text-transform: uppercase;
}

.theme-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #149cfa;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
    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-size: 16px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    padding: 12px 20px;
    z-index: 3;
    word-wrap: none;
    white-space: nowrap;
    text-decoration: none;
}

.theme-btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #4b80d1;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.theme-btn:hover {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.theme-btn:hover::before {
    width: 100%;
}

.about-shape-1 img {
    position: relative;
    right: 90px;
    top: -30px;
}
/* About Widget style end */


/* parallex start */

#video-play {
    position: relative;
    min-height: 500px;
    background-image: url(../images/parallex.png);
    background-attachment: fixed;
    background-position: 0 60px;
    background-color: #091142;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.auto-container .content-box {
    position: relative;
    max-width: 800px;
    padding: 60px 0px;
}

.parallax .content-box .icon-box {
    position: relative;
    display: block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    color: var(--thm-black);
    font-size: 54px;
    border-radius: 50%;
    margin: 0 auto 50px;
}

.parallax .content-box h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
}

.ph-icon {
    margin-right: 20px;
    width: 220px;
    height: auto;
}

.ph-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.dark-text,
.ph-details {
    color: #9ba4b2;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.ph-content {
    text-align: left;
}

.ph-content p {
    font-size: 16px;
    margin-bottom: 0;
}
/* parallex end */


/* strategy start */

.st-img {
    height: 290px;
    cursor: pointer;
    background-size: cover;
}

.strategy {
    position: relative;
    top: -100px;
}
.strategy.portfolio_strategy{
    top: -20px;
}

.st-main-cont h1 {
    font-size: 50px;
    font-family: 'OpenSans-Regular';
    color: #eee;
}

.st-img1 {
    background-image: url(../images/st1.png);
    background-repeat: no-repeat;
}

.st-img2 {
    background-image: url(../images/st2.png);
    background-repeat: no-repeat;
}

.st-img3 {
    background-image: url(../images/st3.png);
    background-repeat: no-repeat;
}

.st-img4 {
    background-image: url(../images/st4.png);
    background-repeat: no-repeat;
}

.st-main-cont {
    width: 100%;
    height: 290px;
    color: #fff;
    text-align: center;
    padding: 30px;
    position: relative;
    
}

.st-main-cont>p {
    position: absolute;
    bottom: 8px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
}

.st-hover-cont {
    height: 290px;
    background: #149cfa;
    color: #fff;
    padding: 30px;
    text-align: center;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 15%);
}

.st-hover-cont h4 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.st-img:hover .st-main-cont {
    display: none;
}

.st-img:hover .st-hover-cont {
    display: block;
}
/* strategy end */


/* video section start */

.video-section {
    background: #f5f4f4;
    border-top: 1px solid #ddd;
    margin-top: -50px;
}

.video-block {
    position: relative;
    padding: 40px 0;
}

.video-poster {
    background-image: url(../images/video.png);
}

.play-icon {
    background-image: url(../images/play-btn.png);
}

.video-poster {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 230px 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
}

.video-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    color: #538de4;
    z-index: 99;
}

.video-icon i {
    color: #538de4;
    z-index: 2;
    position: absolute;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    left: 1px;
    top: 2px;
    font-size: 16px;
    text-align: center;
}

.mfp-title {
    position: absolute;
    color: #FFF;
    background: red;
}

.video-content .section-intro {
    margin: 0;
    line-height: 2;
}

.video-content h4 {
    line-height: 1.4;
    width: 250px;
}

.video-content p {
    line-height: 1.6;
    width: auto;
    padding-right: 15px;
}

.video-content {
    margin-top: 80px;
}

.video-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/large-lines.png) no-repeat;
    background-position: right bottom;
    left:0px;
    bottom: 0;
    z-index: 0;
}

/* video iframe modal css */
.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
}

.video_modal .modal-dialog{
    max-width: 800px !important;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}
.video_modal .modal-content {
    width: 800px;
    height: 650px;
    position: relative;
}

.video_modal .modal-content iframe {
    width: 100%;
    height: 100%;
}

.video_modal .modal-content .modal-body span.close {
    position: absolute;
    right: -4px;
    top: -17px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#myBtn {
    cursor: pointer;
}

/* video section end */


/* wtc section start */

.wtc {
    position: relative;
    z-index: 1;
}

.wtc-cont {
    background: #091142;
    color: #fff;
    padding: 61px 30px 62px 30px;
    line-height: 1.6;
    text-transform: uppercase;
}

.wtc-img {
    position: relative;
    background: #091142;
}

.wtc-cont h4 {
    margin-bottom: 30px;
}

.wtc-cont p {
    width: 90%;
}

.wtc-img::before {
    content: '';
    background: url(../images/wtc-bg3.png) no-repeat;
    /* background-color: red; */
    /* background-position: left bottom; */
    position: absolute;
    left: -38px;
    width: 282px;
    height: 446px;
    z-index: -1;
    max-width: 150%;
    /* max-height: 100%; */
}
/* wtc section end */


/* gallery section start */

.portfolio {
    background: #ffffff url(../images/portfolio-bg.png) right top repeat;
}

.gallery-section-two {
    position: relative;
    padding: 50px 0 0px;
}

.gallery-section-two.alternate {
    position: relative;
    background: #ffffff url(../images/background/pattern-2.png) right top repeat;
    padding-bottom: 90px;
}

.gallery-section-two .sec-title {
    margin-bottom: 40px;
}

.project-tab {
    position: relative;
}

.project-tab .tabs-header {
    position: relative;
    text-align: center;
}

.project-tab .product-tab-btns {
    position: relative;
    margin-bottom: 30px;
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 40px;
    padding: 0px 0px;
    cursor: pointer;
    color: #686a6f;
    font-weight: 400;
    margin: 0 20px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #149cfa;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn sup {
    opacity: 1;
    visibility: visible;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
    transform: scaleX(1);
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: #000;
    font-weight: 400;
    padding-right: 20px;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
    margin: 0px 90px;
}

.project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.p-tab .gallery-item {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
}

.p-tab.active-tab .gallery-item {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.project-tab .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.project-tab .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.project-tab .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.project-tab .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.project-tab .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: #149cfa;
}

.gallery-section-two.alternate .owl-theme .owl-dots {
    display: none;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 0.9em;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    /* added text  align to kep in middle of page by swathi */
    text-align: center;
}

.sec-title.centered {
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}


/* gallery cap */

.gallery-section {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-section .upper-row {
    position: relative;
}

.gallery-section .upper-row .sec-title {
    position: relative;
    float: left;
}

.gallery-section .upper-row .filters {
    position: relative;
    float: right;
    padding-top: 10px;
}

.gallery-section .more-box {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}


/*=== Mixitup Gallery ===*/

.mixitup-gallery .filters {
    position: relative;
    margin-bottom: 40px;
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: block;
}

.mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0px;
    cursor: pointer;
    color: #686a6f;
    font-weight: 300;
    margin: 0 0px 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    transition: all 300ms ease;
}

.mixitup-gallery .filters li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #149cfa;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 300ms ease;
}

.mixitup-gallery .filters.centered li {
    margin: 0px 15px 10px;
}

.mixitup-gallery .filters li sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active {
    color: #000;
    font-weight: 400;
    padding-right: 20px;
}

.mixitup-gallery .filters .filter.active sup {
    opacity: 1;
    visibility: visible;
}

.mixitup-gallery .filters li.active:before {
    transform: scaleX(1);
}

.mixitup-gallery .gallery-item-two {
    display: none;
}

.mix {
    display: none;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.gallery-item .inner-box .image {
    position: relative;
    border-radius: 0;
}

.gallery-item .inner-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 300ms ease;
    border-radius: 0;
}

.gallery-item .inner-box:hover .image img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.gallery-item .cap-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    color: #fff;
    opacity: 0;
    transform: translateY(200px);
    transition: all 500ms ease;
}

.gallery-item .inner-box:hover .cap-box {
    opacity: 1;
    transform: translateY(0px);
}

.gallery-item .cap-box .cap-inner {
    position: relative;
    display: block;
    padding: 10px 25px;
    background: #0d1546;
    border-radius: 0;
}

.gallery-item a.overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-item .cap-box .cat {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.gallery-item .cap-box .cat span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 48px;
}

.gallery-item .cap-box .cat span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 38px;
    border-bottom: 2px solid #149cfa;
}

.gallery-item .cap-box .title {
    position: relative;
    display: block;
}

.gallery-item .cap-box h5 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
}

.gallery-item .cap-box h5 a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.gallery-item .cap-box h5 a:hover {
    text-decoration: underline;
}

.gallery-block-three {
    background-color: #eff1f4;
    padding-top: 120px;
    padding-bottom: 90px;
}

.gallery-item-three {
    margin-bottom: 30px;
}

.gallery-item-three>img {
    width: 100%;
}

.gallery-item-three {
    position: relative;
    overflow: hidden;
}

.gallery-item-three__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 30px;
    transform: rotateX(90deg);
    perspective: 370px;
    transition: transform 500ms ease;
}

.gallery-item-three:hover .gallery-item-three__content {
    transform: rotateX(0);
}

.gallery-item-three__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222428;
    opacity: 0.9;
}

.gallery-item-three__content p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.gallery-item-three__content h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    font-weight: 800;
    position: relative;
}

.gallery-item-three__content h3 a {
    color: inherit;
}

.project-tab .owl-theme .owl-dots {
    bottom: 30px;
}

.project-tab .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.inner-box figure {
    margin: 0;
}

.cursordefault a{
    cursor: default;
}

/* galler section end */


/* Sponsors section start */

.sponsors-section {
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/partners-bg.png);
    background-repeat: repeat;
    background-color: #149cfa;
}

.sponsors-section__has-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sponsors-section__one-page {
    border-bottom: 1px solid #e9ebee;
}

.sponsors-outer {
    position: relative;
}

.sponsors-outer .slide-item {
    display: block;
}

.sponsors-outer .image-box {
    position: relative;
    display: inline-block;
}

.sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    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;
    opacity: 0.7;
}

.sponsors-outer .image-box img:hover {
    opacity: 1;
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
    position: relative;
    display: none;
}
/* Sponsors section end */


/* Testimonial section Start */

.testimonials-section .section-title {
    margin: 20px 20px 20px 0;
}

main .testimonials-section .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.testimonials-section {
    background-image: url(../images/testimonials-bg.png);
    padding: 50px 0px 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-style-1 {
    position: relative;
    background: #fff;
    padding: 60px;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 5px;
    border-bottom-left-radius: 0;
}

.testimonial-style-1:hover::before,
.testimonial-carousel .item.active .testimonial-style-1::before {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.testimonial-style-1:hover,
.testimonial-carousel .item.active>.testimonial-style-1 {
    background: #538de4;
    color: #e0ecff;
}

.tu-photo {
    max-width: 50px;
    margin-right: 20px;
}

.testimonial-content {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #7b8391;
    display: block;
    margin-bottom: 28px;
    position: relative;
    padding-left: 20px;
}

.testimonial-content::after {
    content: '';
    position: absolute;
    background: #538de4;
    width: 2px;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.testimonial-style-1:hover .testimonial-content::after,
.testimonial-carousel .item.active .testimonial-content::after {
    background: #ffffff;
}

.tu-name {
    font-size: 18px;
    line-height: 20px;
    color: #538de4;
    font-weight: 600;
    text-transform: uppercase;
}

.tu-role {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #7b8391;
    text-transform: uppercase;
}

.testimonial-style-1:hover .tu-role,
.testimonial-style-1:hover .tu-name,
.testimonial-style-1:hover .testimonial-content,
.testimonial-carousel .item.active .tu-role,
.testimonial-carousel .item.active .tu-name,
.testimonial-carousel .item.active .testimonial-content {
    color: #fff;
}

.testimonial-carousel .item {
    padding: 40px 0px;
}

.testimonial-style-1::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
    -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-style-1:hover::after,
.testimonial-carousel .item.active .testimonial-style-1::after {
    border-color: #538de4 transparent transparent transparent;
}

.testi-circle {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testi-circle::after {
    content: '';
    position: absolute;
    z-index: 4;
    width: 168px;
    height: 168px;
    bottom: 0;
    right: 0;
    background: url(../images/circle-shape.png) no-repeat;
    opacity: 0;
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -o-transform: translateY(180px);
    transform: translateY(180px);
}

.testimonial-style-1:hover .testi-circle::after,
.testimonial-carousel .item.active .testi-circle::after {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.testimonials-section button {
    outline: none;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span,
.services-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #d3d3d3;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background: #eee;
    border-radius: 50%;
    border: 2px solid #149cfa;
}
/* Testimonial section End */


/* Footer section start */

.primary-footer {
    background: #091142;
    color: #fff;
    padding: 60px 0 30px 0;
}

.connect {
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
}

.connect h4 {
    margin-top: 20px;
}

.map-section .map-iframe {
    width: 100%;
}

.connect .btn2 {
    margin: 20px 0px 20px 0px;
    position: static;
    transform: none;
}

.connect .btn2 a {
    margin: 0 auto;
}

.two-col {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

footer .primary-footer .footer-links ul li {
    list-style-type: none;
    margin-bottom: 6;
}

footer .primary-footer .footer-links ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 36px;
}

footer .primary-footer .footer-links ul {
    margin: 0;
    padding: 0;
}

footer .primary-footer .footer-links ul li a:hover {
    color: #149cfa;
}

.map-section {
    margin-bottom: 40px;
}

.social-media li {
    margin-bottom: 0 !important;
    line-height: 1;
    text-align: center;
    display: inline-block;
    float: left;
}

.social-media li a {
    line-height: inherit;
    display: block;
    width: 36px;
    height: 36px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-media {
    font-size: 26px;
}

footer .primary-footer .footer-links.contact-links li a {
    word-break: break-all;
    text-transform: none;
}

footer .primary-footer .footer-links.contact-links li a i {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.social-media li a i {
    margin-right: 0 !important;
    line-height: inherit;
}

.social-media li {
    position: relative;
    left: -10px;
}

.secondary-footer {
    background: #050921;
    color: #fff;
    padding: 18px 0;
}

.secondary-footer p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
}

.connect p {
    padding-right: 10px;
}

.connect h4 {
    margin: 20px 0;
}

.footer-links h6 {
    font-weight: 600;
    text-transform: uppercase;
}

.connect .btn2 a span {
    font-size: 14px;
}


/* Footer Sectiin End */


/* button style start */

.btn2 {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
}

.btn2 a {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    transition: all .35s;
}

.btn2 .fa-angle-double-right:before {
    background-image: : url(../images/service-bg2.png);
    font-weight: 400;
    top: 1px;
    left: 4px;
    position: relative;
}

.btn2 a span {
    position: relative;
    z-index: 2;
}

.btn2 a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all .35s;
}

.btn2 a:hover {
    color: #091142;
}

.btn2 a:hover:after {
    width: 100%;
}
/* button style end */


/* search bar code*/
.cits-nav .navbar-nav .nav-item.responsive_search {
    position: relative;
}

.cits-nav .navbar-nav .nav-item.responsive_search .search-icon {
    position: absolute;
    right: 0;
}

.cits-nav .navbar-nav .nav-item.responsive_search .search-icon input {
    position: static;
}

/*carousel animated*/

.owl-item.active .cits-slider-text {
    display: inline-block;
    margin: 60px 0.5rem;
    animation: fadeInLeft;
    animation-duration: 2s;
}

.owl-item.active .cits-slider-img {
    display: inline-block;
    margin: 0 0.5rem;
    animation: zoomIn;
    animation-duration: 2s;
}

/* all owl items with equal height css swathi */
.owl-two .owl-stage {
    display: flex;
}

.owl-two .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-two .sw-content {
    flex-grow: 1;
}


/* services inner page start */

/* banner */
.services-banner{
    background : url(../images/servicespage-bg.png);
    background-size: cover;  
}
.inner-banner{
    text-align: center;
    padding: 140px 100px 80px 100px;
    color: #fff;
    height: auto;
    width: auto;
}
.inner-banner h1{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inner-banner h6 {
    font-size: 18px;
    font-weight: bold;
    width: 65%;
    display: inline-block;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inner-banner p {
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
    width: 70%;
}
.inner-banner  .btn2{
    position: static;
    text-align: center;
    display: flex;
    justify-content: center;
    transform: none;
    margin-top: 20px;
}
/* bedcrum */
.bedcrm {
    margin-top: -40px;
    position: relative;
    font-size: 14px;
    top: 50px;
}
.bedcrm nav ol li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family: 'OpenSans-Regular';
    text-transform: uppercase;
}
.bedcrm nav ol li {
    text-transform: uppercase;
}

/* service blocks */
.services-inner-pg{
    height: auto;
    padding-bottom: 60px;
}

/* service blocks equal height */
.service-blocks {
    flex-grow: 1;
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

/* inner page about section */

.about-page {
    margin: 80px 0 40px 0;
}
.about-page {
    position: relative;
}
.about-page .about-content .about-lines {
    position: absolute;
    right: -350px;
    top: -60px;
}
.about-innerpage{
    position: relative;
}
.about-innerpage .about-focus {
    background: #538de4;
    color: #fff;
    padding: 25px 20px 25px 20px;
    display: inline-block;
    position: absolute;
    top: -30%;
    right: 50px;
    max-width: 160px;
    left: auto;
    z-index: 1;
}
.about-innerpage .about-content {
    margin: 0 0 0 10px;
}
.about-innerpage .section-title {
    font-size: 22px;
    margin: 10px 150px 10px 0;
}
.about-innerpage .parallex {
    margin-top: 60px;
}
.about-parallex.parallex h4 {
    width: 84%;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.6;
    margin: 0 auto 30px auto;
}
.about-parallex.parallex{
    margin-top: 60px;
}
.leadership-block{
    background-color: #f5f4f4;
    padding: 60px 0;
    position: relative;
}
.leadership-block .about-lines {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 0;
}
.leadership-block .about-img-1 img.about-main-img {
    z-index: 1;
    position: relative;
}
.vision-content {
    position: relative;
    padding: 60px 30px;
    background: #091142;
    margin: 0;
    height: 100%;
    color: #fff;
}
.vision-diamond {
    position: absolute;
    right: 0;
    top: 0;
}
.our-vision {
    margin-bottom: 60px;
}

/* Inner Contact US Page */
.section-intro {
    font-size: 16px;
    line-height: 1;
    font-weight: 100;
    color: #149cfa;
    text-transform: uppercase;
}
.section-title {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin: 5px auto 30px;
    text-transform: uppercase;
}
.contact-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.contact-social ul li {
    margin-right: 0px;
    font-size: 18px;
}
.contact-social ul li a, .contact-social ul li a:visited {
    color: #7b8391;
}
.contact-social ul li a, .contact-social ul li a:visited {
    color: #7b8391;
}
.contact-form {
    position: relative;
}
.contact-form textarea {
    padding: 30px;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.contact-form textarea {
    background: #edf0f5;
    min-height: 68px;
    border: none;
    padding-left: 30px;
    width: 100%;
}
.form-select {
    position: relative;
    padding: 0;
}

.contact-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}
.contact-form input, .contact-form select, .contact-form textarea {
    background: #edf0f5;
    min-height: 68px;
    border: none;
    padding-left: 30px;
    width: 100%;
}
.contact-box-wrapper {
    position: relative;
    margin-bottom: -130px;
    z-index: 2;
    padding: 60px;
    background: #0d1546;
}

.ciw-icon {
    background: #212854;
    color: #149cfa;
    height: 90px;
    min-width: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    margin-right: 20px;
    font-size: 32px;
}
.ciw-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #9ba4b2;
    text-transform: uppercase;
}
.ciw-details a, .ciw-details a:visited {
    color: #fff;
    text-decoration: none;
}
.ciw-details {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.contact-form input, .contact-form select, .contact-form textarea{
    outline: none;
}
.contactus-page .form-select span {
    position: absolute;
    right: 3%;
    top: 38%;
    cursor: pointer;
}
.parallex contact-parallex #video-play{
    min-height: 400px;
}
.parallex-contact {
    padding: 180px 100px 0 100px;
}
.parallex.contact-parallex {
    margin-top: 20px;
}
.parallex-contact h4 {
    margin-bottom: 30px;
    color: #149cfa;
    text-transform: uppercase;
}
.social-media li a i:hover {
    color:#149cfa;
}
.contact-form .form-submit-btn {
    outline: none;
    border: transparent;
    position: relative;
    top: 14%;
}

/* portfolio inner page styles */
.m-100{
    margin-top: -100px;
}
.portfolio_inner_page .portfolio {
    background: url(../images/portfolio-bg.png) bottom;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 120px;
    bottom: -30px;
    padding-bottom: 40px;
}

/* Service details */
.wtc.srv-detail-wtc {
    margin-top: 10px;
    margin-bottom: 48px;
    z-index: -1;
}
.srv-detail-wtc .wtc-img::before{
    background: url(../images/wtc-bg-service-detail.png) no-repeat;
    height: 310px;
    top: -17px;
    width: 311px;
    left: -19px
}

.service-section-inner {
    padding: 60px 0 0;
}
.service-widget-box:not(:last-child) {
    margin-bottom: 30px;
}
.service-nav ul {
    padding-left: 0px;
    list-style: none;
    padding: 40px;
    background: #edf0f5;
    margin-bottom: 0;
}
.service-nav ul li:not(:last-child) {
    border-bottom: 1px solid #edf0f5;
}
.service-nav ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    display: block;
    background: #fff;
    text-decoration: none;
}
.service-nav ul li:not(:last-child) {
    border-bottom: 1px solid #edf0f5;
}
.service-nav .active a {
    background: #149cfa;
    color: #fff;
}
.contact-box-widget {
    padding: 115px 40px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-box-icon {
    background: #fff;
    min-width: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 32px;
    display: inline-block;
    margin: 0px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.contact-phone {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}
.contact-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.service-content img {
    margin-bottom: 40px;
}
.service-content .features-widget img{
    margin-bottom: 0;
}
.service-features {
    border-top: 1px solid #d9dfe9;
    border-bottom: 1px solid #d9dfe9;
    padding: 30px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ftitle {
    font-size: 20px;
    font-weight: 500;
    color: #031026;
    text-transform: uppercase;
    margin: 30px auto 12px;
}
.faq-item:not(:last-child) {
    margin-bottom: 10px;
}
.faq-item-active {
    border: 1px solid #149cfa;
}
.faq-item-active .faq-header {
    background: transparent;
    color: #149cfa;
}
.faq-header {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #031026;
    cursor: pointer;
    background: #edf0f5;
    padding: 30px 40px;
    margin: 0px;
    position: relative;
}
.faq-header::before {
    content: '';
    background: url(../images/plus.png) no-repeat right 2px top 10px;
    position: absolute;
    right: 10px;
    height: 35px;
    width: 23px;
    top: 5px;
}
.faq-item-active .faq-header::before {
    content: '';
    background: url(../images/minus-blue.png) no-repeat right 2px top 10px;
}
.faq-item-active .faq-content {
    max-height: 500px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    padding: 0px 40px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.faq-header {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #031026;
    cursor: pointer;
    background: #edf0f5;
    padding: 15px 40px;
    margin: 0px;
    position: relative;
}
.service-widget-box{
    background: url(../images/service-detail-phone-no.png);
}
.service-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
}
.foucs-text {
    color: #149cfa;
}
.text-list li {
    margin-bottom: 8px;
}
.experience{
    font-size: 11px;
    position: relative;
    top: 2px;
}
.faq-item-active .experience {
    display: none;
}
.searchtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blue-bg {
    background: #149cfa;
    padding: 20px 0 15px 0;
    color: #fff;
}
.search-jobs input {
    border-radius: 0;
    outline: none;
    background: #fff;
}
.search-jobs .fa-search {
    color: #fff;
}
.search-jobs button.btn:focus {
    box-shadow: none;
}
.list-icon li {
    list-style: none;
    position: relative;
    line-height: 1.6;
}
.list-icon li::before {
    content: '\f101';
    font-family: "Font Awesome 5 Pro";
    color:#149cfa;
    margin-right: 10px;
    padding: 0 12px;
    position: absolute;
    left: -40px;
    font-size: 12px;
    top: 3px;
}
.about-bg {
    position: relative;
}
.about-dots {
    position: absolute;
    right: 90%;
    top: 8%;
}