/*====== Custom Fonts =======*/

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.otf') format('opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.otf') format('opentype'),
    url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.otf') format('opentype'),
    url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff !important;
    line-height: 1;
    overflow-x: hidden;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
    color: #000;
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    outline: 0 !important;
    transition: all 0.2s ease-in-out;
}

a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

/*====== Custom Styles =======*/
.main-menu {
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.main-menu .navbar-default {
    background-color: rgba(38, 38, 36, 0.9803921568627451);
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    min-height: auto;
    margin-bottom: 0;
}

.main-menu .navbar-brand {
    height: auto;
    padding: 40px 0 40px 15px;
    width: 420px;
}

.main-menu .navbar-brand img {
    height: 44px;
    object-fit: cover;
    float: left;
}

.logo-strapline {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 1.4em;
    font-family: 'Gotham-Book';
    padding-left: 15px;
    margin: 7px 0px 0px 40px;
    border-left: 1px solid #fff;
    text-transform: capitalize;
}

.main-menu .navbar ul li a {
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    background: none;
}

.main-menu .navbar-default .navbar-nav > .active > a, .main-menu .navbar-default .navbar-nav > .active > a:hover, .main-menu .navbar-default .navbar-nav > li > a:hover {
    background-color: #373734 !important;
    color: rgb(241, 134, 7) !important;
}

.main-menu .flag-box img {
    width: 27px;
    height: 17px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-menu .flag-box a:hover img,
.main-menu .flag-box a.active img {
    filter: brightness(.6);
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu {

    background-color: #373734;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    margin-top: -1px;
    border-radius: 0;
    min-width: 200px;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #4d4d49;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li a {
    position: relative;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li:last-child {
    border-bottom: none;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li:nth-of-type(1) a i {
    color: #0055a4;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li:nth-of-type(2) a i {
    color: #dddc00;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li:nth-of-type(3) a i {
    color: #1cb2a0;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li:nth-of-type(4) a i {
    color: #a51680;
}

.main-menu .navbar-default .navbar-nav li .dropdown-menu li a i {
    float: right;
    margin-top: 3px;
    position: absolute;
    right: 20px;
}

.main-menu .navbar-default .navbar-nav > .open > a, .main-menu .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff !important;
    background-color: #373734 !important;
}

.main-menu .dropdown-menu li a:hover {
    color: rgb(241, 134, 7) !important;
}

/*Banner Section
----------------------------------*/
.banner-sec {
    position: relative;
    background-color: #f9f9f9;
    height: 807px;
    overflow: hidden;
}

.banner-sec .image-holder img,.banner-sec .image-holder {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner-sec .banner-main {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.banner-sec .banner-mid {
    display: table;
    height: 100%;
    width: 100%;
}

.banner-sec .banner-inner {
    display: table-cell;
    vertical-align: middle;
}

.banner-detail {
    max-width: 370px;
    width: 100%;
    margin-top: -90px;
    z-index: 10;
    position: relative;
}

.banner-detail h1 {
    font-size: 60px;
    font-family: 'Gotham-Bold';
    color: rgb(46, 46, 45);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;

}

.discover-btn {
    background-color: #ffffff !important;
    width: 141px;
    height: 35px;
    line-height: 34px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    font-family: 'Gotham-Bold';
    color: rgb(241, 134, 7) !important;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none !important;
}

.discover-btn:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}

.discover-btn i {
    margin-left: 5px;
}

.play-btn {
    font-family: 'Gotham-Bold';
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none !important;
    margin-left: 20px;
}

.play-btn span {
    border-radius: 50%;
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: rgb(241, 134, 7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.play-btn:hover span {
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.play-btn:hover {
    color: #2e2e2d !important;
}

.video-popup .modal-body {
    padding: 0;
}

.video-popup .modal-content {
    border-radius: 0;
    line-height: 0;
}

.video-popup .modal-header {
    border-bottom: none;
    padding: 8px 15px;
}

.video-popup .modal-header .close {
    font-size: 30px;
    color: #000;
    opacity: 1;
    margin-top: 0;
}

.video-popup .modal-header h4 {
    font-weight: bold;
    font-size: 25px;
}

.header-banner-bottom {
    position: absolute;
    bottom: -2px;
    left: -5px;
    right: 0;
    z-index: 10;
}

.header-banner-bottom img {
    height: 127px !important;
}

.footerBg {
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0% 100%);
}

.right-pull-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.footer-sec:before {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 3000px;
    content: '';
    position: absolute;
    right: 0;
    top: 21px;
    display: block;
    z-index: 1000;
}

@-moz-document url-prefix() {
    .share-sub-btn i {
        float: right;
        margin-top: -9px !important;
    }
}

.productView-body .footer-sec:before {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 3000px;
    border-bottom: 113px solid rgb(41, 41, 39);
    content: '';
    position: absolute;
    right: 0;
    top: -77px;
    display: block;
    z-index: -1;
}

.banner-left-img:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 450px 0 450px 850px;
    border-color: transparent transparent transparent rgba(241, 134, 7, 0.94);
    left: 0;
    position: absolute;
    top: -120px;
    bottom: 0;
}

#BannerSlider .carousel-indicators {
    bottom: 0;
}
#BannerSlider  .carousel-control.right,
#BannerSlider .carousel-control.left {
    background-image: none;
}
#BannerSlider .item {
    min-height: 800px;
    height: 100%;
    width:100%;
    overflow: hidden;
}

#BannerSlider .item.slide1{
    background: url("../img/clouds-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#BannerSlider .item.slide2{
    background: url("../img/clouds-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#BannerSlider .carousel-control .icon-prev:before{
    font-family: FontAwesome;
    content: '\f104' !important;
    font-size: 50px;
    position: absolute;
    left: -40px;
    color: #2e2e2c;
}
#BannerSlider .carousel-control .icon-next:before{
    font-family: FontAwesome;
    content: '\f105' !important;
    font-size: 50px;
    position: absolute;
    right: -40px;
    color: #2e2e2c;
}
#BannerSlider .carousel-control{
    opacity: 1;
}
#BannerSlider .carousel-indicators {
    display: none;
}

#BannerSlider .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    margin: 3px !important;
    border: 1px dashed #2e2e2c;

}
#BannerSlider .carousel-indicators .active {
   background-color:#2e2e2c;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated1 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.modal{
    z-index: 10500;
}


/*Advantage Section
-----------------------------*/
.advantage-sec {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.advantage-box h3 {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

.advantage-box .first-chld {
    font-family: 'Gotham-Medium';
    color: #2e2e2d;
    font-size: 13px;
    line-height: 1.615;
}

.advantage-box p {
    font-family: 'Gotham-Book';
    color: #777777;
    font-size: 12px;
    line-height: 1.615;
    text-align: center;
    margin-top: 22px;
}

.advantage-vid {
    position: relative;
    max-width: 725px;
    height: 440px;
    display: block;
    margin: 80px auto 0;
    z-index: 1;
}

.play-btn-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.play-btn-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play-btn-box a .play-btn-vid {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    background-color: #d0d0d0;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.play-btn-box a .play-btn-vid i {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play-btn-box a .play-btn-vid:hover {
    background-color: #f18800;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.play-btn-box span {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    font-size: 34px;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 200px;

}

.advantage-benefit {
    background-color: #ffffff;
    margin-top: -220px;
    padding-top: 270px;
    position: relative;
    padding-bottom: 75px;
}

.benefit-box h3 {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
}

.benefit-box .first-child1 {
    font-family: 'Gotham-Medium';
    color: #2e2e2d;
    font-size: 13px;
    line-height: 1.615;
}

.benefit-box p {
    font-family: 'Gotham-Book';
    color: #777777;
    font-size: 12px;
    line-height: 1.615;
    text-align: left;
    margin-top: 22px;
}

.benefit-box {
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.benefit-left {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(208, 208, 208);
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}

.benefit-left img {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 45px;
    object-fit: cover;
}

.benefit-right {
    overflow: hidden;
    padding-top: 2px;
}

.benefit-right h4 {
    font-family: 'Gotham-Medium';
    color: #2e2e2d;
    font-size: 15px;
    text-transform: uppercase;
}

.benefit-right p {
    font-family: 'Gotham-Book';
    color: #2e2e2d;
    font-size: 12px;
    line-height: 1.615;
    text-align: left;
    margin-top: 2px;
}

.benefits-detail-box {
    margin-bottom: 40px;
}

.side-image {
    position: absolute;
    left: 0;
    bottom: 123%;
}

.advantage-benefit-in {
    position: relative;
}

.adv-right-img {
    position: absolute;
    left: 0;
    top: -6px;
}

/*Problem Solved Section
----------------------------*/
.problem-sec {

}

.prob-left-main {
    background: url("../img/prob-user-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 515px;
    position: relative;
    overflow: hidden;
}

.prob-right-sec {
    background: url("../img/prob-img-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 515px;
    overflow: hidden;
    position: relative;
}

.problem-sec [class*=' col-'] {
    padding-left: 0;
    padding-right: 0;
}

.qoute-box {
    width: 270px;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.qoute-box p {
    font-size: 18px;
    font-family: 'Gotham-Book';
    color: rgb(119, 119, 119);
    line-height: 1.667;
    text-align: center;
    font-style: italic;
    z-index: 1;
    position: relative;
}

.prob-in-box {
    width: 490px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

img.left-q {
    left: -6px;
    position: absolute;
    top: -11px;
}

img.right-q {
    right: 0px;
    position: absolute;
    bottom: 6px;
}

.qoute-box span {
    font-size: 11px;
    font-family: 'Gotham-Book';
    color: rgb(119, 119, 119);
    line-height: 1.636;
    text-align: center;
    display: block;
}

.prob-right-sec h4 {
    font-family: 'Gotham-Bold';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    text-align: left;
    margin-bottom: 40px;

}

.prob-box .check-img {
    float: left;
    margin-right: 20px;
}

.prob-box .check-img .check-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    background-color: #f09d34;
}

.prob-box .prob-detail {
    overflow: hidden;
}

.prob-box {
    float: left;
    width: 50%;
}

.prob-box .child-first {
    font-family: 'Gotham-Medium';
    color: #ffffff;
    font-size: 13px;
    line-height: 1.615;
    margin-top: 0;
}

.prob-box p {
    font-family: 'Gotham-Book';
    color: #f9cf99;
    font-size: 12px;
    line-height: 1.615;
    text-align: left;
    margin-top: 22px;
}

.prob-detail a {
    font-family: 'Gotham-Bold';
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 22px;
    display: block;
}

.prob-detail a:hover {
    color: #2e2e2d;

}

.pro-problem-sec .prob-right-sec .prob-detail a:hover {
    color: #afaea9;
}

.pro-problem-sec .prob-right-sec .check-img .check-circle {
    background-color: #3377b5;
}

.prob-detail a:hover i {
    margin-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prob-detail a i {
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

/*News Section
-----------------------------*/
.news-sec {
    padding: 115px 0 0;
    background-color: #ffffff;
}

.news-sec h3 {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-box .news-img-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.news-box .image-holder img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-box:hover .image-holder img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.news-right-icon {
    position: relative;
}

.news-caption h4 {
    font-family: 'Gotham-Bold';
    font-size: 18px;
    color: rgb(46, 46, 45);
    text-transform: uppercase;
    line-height: 1.167;
    text-align: left;
    margin: 35px 0 10px;
    height: 60px;
}

.news-date-box {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 12px 0;
}

.news-date-box span, .news-detail p {
    font-family: 'Gotham-Book';
    color: #777777;
    font-size: 12px;
    line-height: 1.615;
    text-align: left;
}

.news-detail {
    margin-top: 15px;
}

.news-box .news-more {
    font-family: 'Gotham-Bold';
    color: #f18800;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 22px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    z-index: 1;
}

.news-box .news-more:hover {
    color: #000;
}

.news-box .news-more:hover i {
    margin-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.news-box .news-more i {
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-img-box .adv-right-img {
    position: absolute;
    left: -240px;
    top: -58px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    bottom: 0;
}

.news-img-box .adv-right-img img {
    height: 310px;
}

.readMore-link {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.readMore-link a {
    font-family: 'Gotham-Bold';
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.news-img-box:hover .readMore-link {
    opacity: 1;
}

.news-img-box:hover .adv-right-img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    bottom: 0;
    left: 0;
}

/*Footer Section
----------------------------*/

.footer-sec {
    background: url("../img/footer-bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -12px;
    margin-top: 52px;
    position: relative;
    z-index: 10;
}

.no-slant {
    background: none !important;
}

.footer-tr {
    position: absolute;
    left: 0;
    top: 0;
}

.footerBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #282826;
}

.footerBg img {
    width: 100%;
    height: 100%;
}

.widget-sec {
    padding: 190px 0 30px;
}

.widget-sec .col-md-1-5:last-child .footer-menu ul li a {
    cursor: auto;
    pointer-events: none;
}

.widget-sec .footer-menu h4 {
    font-family: 'Gotham-Bold';
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.widget-sec .footer-menu ul li {
    padding: 2px 0;
}

.widget-sec .footer-menu ul li a {
    font-family: 'Gotham-Book';
    font-size: 11px;
    text-transform: capitalize;
    color: #919191;
    text-decoration: none;
}

.widget-sec .footer-menu ul li a:hover {
    color: #f18800;
}

/*.copyright-box {*/
/*margin-top: -12px;*/
/*}*/

.copyright-sec {
    padding-bottom: 30px;
}

.footer-logo-box a img {
    height: 40px;
    object-fit: cover;
    float: left;
}

.footer-logo-box {
    padding: 20px 0 40px;
}

.copyright-sec .niit-logo a img {
    height: 68px;
    object-fit: cover;
    float: right;
}

.copyright-box ul li {
    float: left;
    position: relative;
}

.copyright-box p {
    font-family: 'Gotham-Book';
    font-size: 11px;
    text-transform: capitalize;
    color: #919191;
}

/*.copyright-box ul li:first-child:after {
    content: '\f111';
    font-size: 5px;
    font-family: FontAwesome;
    vertical-align: middle;
    margin: 0 5px 0px 30px;
}*/

.copyright-box ul li,
.copyright-box ul li a {
    font-family: 'Gotham-Book';
    font-size: 11px;
    text-transform: capitalize;
    color: #919191;
}

.copyright-box ul li a {
    font-size: 15px;
    margin: -2px 5px 0;
    display: block;
}

.copyright-box ul li a:hover {
    color: #f18800;
}

.copyright-sec .divider-line {
    height: 1px;
    width: 100%;
    display: block;
    background-color: #919191;
    margin-bottom: 20px;
}

.copyright-box ul li a i {
    font-size: 20px;
}

.copyright-box ul li:nth-of-type(2) {
    font-size: 13px;
    margin-right: 10px;
}

/*Social Fixed Icons*/
.social-fixed {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 1000;
}

.social-fixed ul li a.chat-btn img {
    height: 22px;
}

.social-fixed ul li a.chat-btn,
.social-fixed ul li a.linked-btn,
.social-fixed ul li a.share-btn,
.social-fixed ul li a.twitter-btn {
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 2px;
    position: relative;
}

.social-fixed ul li.chat-sec .chat-btn:after {
    top: 18px;
    border-color: transparent #f18800 transparent transparent;
}

.social-fixed ul li.chat-sec .chat-btn:hover:after {
    border-color: transparent #282826 transparent transparent;
}

.social-fixed ul li.chat-sec a.chat-btn:after,
.social-fixed ul li.linked-sec a.linked-btn:after,
.social-fixed ul li.share-sec a.share-btn:after,
.social-fixed ul li.twitter-sec a.twitter-btn:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 13px 9px 0;
    border-color: transparent #282826 transparent transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.social-fixed ul li.chat-sec a.chat-btn:after {
    border-color: transparent #f18800 transparent transparent;
    top: 18px;
}

.social-fixed ul li.chat-sec a.chat-btn:after:hover,
.social-fixed ul li.linked-sec a.linked-btn:after:hover,
.social-fixed ul li.share-sec a.share-btn:after:hover,
.social-fixed ul li.twitter-sec a.twitter-btn:after:hover {
    border-color: transparent #f18800 transparent transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.social-fixed ul li a.chat-btn {
    color: #ffffff;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f18800;
    height: 110px;
    width: 40px;
    position: absolute;
    right: 100%;
    top: 0;
}

.social-fixed ul li a.chat-btn:hover {
    background-color: #282826;
}

.social-fixed ul li.chat-sec a.chat-btn span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);;
    -ms-transform: rotate(90deg);;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    width: 74px;
    height: 12px;
    position: relative;
    right: 27px;
    top: 30px;
}

.social-fixed ul li.linked-sec a.linked-btn,
.social-fixed ul li.share-sec a.share-btn,
.social-fixed ul li.twitter-sec a.twitter-btn {
    background-color: #282826;
}

.social-fixed ul li.linked-sec a.linked-btn:hover,
.social-fixed ul li.share-sec a.share-btn:hover,
.social-fixed ul li.twitter-sec a.twitter-btn:hover {
    background-color: #f18800;
}

.social-fixed ul li.linked-sec a.linked-btn:hover:after,
.social-fixed ul li.share-sec a.share-btn:hover:after,
.social-fixed ul li.twitter-sec a.twitter-btn:hover:after {
    border-color: transparent #f18800 transparent transparent;
}

.social-fixed ul li.linked-sec a.linked-btn i,
.social-fixed ul li.share-sec a.share-btn i,
.social-fixed ul li.twitter-sec a.twitter-btn i {
    font-size: 18px;
    color: #ffffff;
}

/*Chat box*/

.chat-sec {
    right: -282px;
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.chat-sec.open-chat {
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.chat-box {
    width: 282px;
    height: 360px;
    background: url("../img/chat-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.chat-bubbles {
    padding: 8px 10px 10px;
    height: 245px;
    width: 100%;
    overflow-y: auto;
}

.chat-user {
    font-family: 'Gotham-Bold';
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
}

.chat-purpose {
    font-family: 'Gotham-Book';
    font-size: 12px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
}

.chat-purpose:before {
    content: '\f111';
    font-size: 5px;
    color: #ffffff;
    vertical-align: middle;
    font-family: FontAwesome;
    margin-right: 5px;
}

.chat-box h5 {
    padding: 10px 10px 10px 18px;
    background-color: #1d1d1b;
}

.close-chat {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #f18800;
    float: right;
}

.reciever-message {
    padding: 12px;
    background-color: #d17500;
    position: relative;
    width: 210px;
    margin-left: 10px;
}

.reciever-message:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #d17500 transparent transparent;
    position: absolute;
    right: 100%;
    bottom: 3px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.chat-bubbles p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: left;
}

.sender-message p {
    color: #1d1d1b;
}

.sender-message {
    padding: 12px;
    background-color: #ffffff;
    position: relative;
    width: 210px;
    margin-right: 10px;
    float: right;
}

.sender-message:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0px;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: -7px;
    bottom: 9px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1000;
    transform: rotate(57deg);
}

.message-box {
    margin-top: 10px;
    display: table;
    width: 100%;
    opacity: 1;
}
.chat-bubbles{
    position: relative;
}

.chat-bubbles .message-box:last-child{
    opacity: 1 !important;
}

.chat-area {
    padding: 14px;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    background-color: #d17500;
    font-size: 12px;
    font-family: "Gotham-Book";
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    height: 75px !important;
    resize: none;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.chat-area::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.chat-area::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.chat-area:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.chat-area:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/*Linked Box
--------------------------*/

.social-fixed ul li.linked-sec a.linked-btn {
    float: left;
}

.linked-box {
    background-color: #282826;
}

.linked-sec {
    width: 285px;
    position: fixed;
    right: -245px;
    top: 284px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;;
}

.linked-sec.open-linked {
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.linked-sec.open-linked a:after {
    display: none;
}

.linked-box a {
    font-family: "Gotham-Bold";
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 13px 13px 13px 0;
}

.linked-sec .close-chat {
    margin-top: 0px;
}

.close-chat:hover {
    color: #ffffff !important;
}

.social-fixed ul li a.linked-btn {
    padding-right: 15px;
    padding-left: 12px;
}

.linked-sec.share-sec {
    top: 243px;
}

.linked-sec.close-linked {
    right: -630px;
    transition: all .5s ease-in-out;
}

.chat-sec.close-chat1 {
    right: -345px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*Share Popup
----------------------------------*/

.share-box {
    top: 325px;
    width: 550px;
    right: -510px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.share-box.open-share {
    right: 0;
}

.share-head {
    font-family: "Gotham-Bold";
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 0px;
}

.share-box-main h5 {
    padding: 10px 10px 9px;
    background-color: #282826;
    cursor: pointer;
}

.main-form-box .form-group {
    float: left;
    width: 47%;
    margin: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.main-form-box .form-group:first-child {
    margin-left: 0;
}

.main-form-box .form-group:last-child {
    margin-right: 0;
}

.main-form {
    display: table;
    margin: -1px auto;
    background-color: #383836;
    padding: 8px 20px 20px;
    width: 507px;
}

.main-form-box .form-group label {
    font-family: "Gotham-Book";
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 400;
}

.main-form-box .form-group label sup {
    vertical-align: sub;
    color: #f18800;
}

.main-form-box .form-group input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 208, 208);
    background-color: rgb(228, 228, 228);
    width: 100%;
    height: 51px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;

}

.main-form-box .form-group input::-webkit-input-placeholder {
    color: #1d1d1b;
}

.main-form-box .form-group input::-moz-placeholder {
    color: #1d1d1b;
}

.main-form-box .form-group input:-ms-input-placeholder {
    color: #1d1d1b;
}

.main-form-box .form-group input:-moz-placeholder {
    color: #1d1d1b;
}

.share-sub-btn {
    background-color: rgb(241, 136, 0);
    width: 220px;
    height: 49px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Bold";
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    margin-top: 15px;
    float: right;
    margin-right: 7px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.share-sub-btn i {
    float: right;
    margin-top: 9px;
}

.open-linked a.linked-btn {
    color: rgb(241, 136, 0) !important;
    background-color: #282826 !important;
}

/* Ismeil 16-1-2016
----------------------------------*/

/* Web - News Styling
----------------------------------*/
.innerpage-banner-sec {
    background-color: #373734;
}

.banner-hedding h2 {
    font-size: 30px;
    font-family: 'Gotham-Bold';
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 101px 18px 41px 50px;
    position: relative;
    z-index: 10;
}

.banner-hedding h2::before {
    background: rgba(0, 0, 0, 0) url("../img/Triangle-news-web.png") no-repeat scroll 0 0;
    content: "";
    height: 175px;
    left: 0;
    position: absolute;
    top: 0;
    width: 506px;
    z-index: -9;
}

/* Web - Article Styling
----------------------------------*/
.web-article .col-md-9,
.web-article .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.web-article-box {
    margin-top: 94px;
    position: relative;
}

.web-article-box .title h2 a {
    font-size: 30px;
    color: #2e2e2d;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    margin-bottom: 12px;
    text-decoration: none;
}

.web-article-box .title h2 a:hover {
    color: #f18800;
}

.web-article-box .article-dates {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.web-article-box .article-dates strong {
    font-family: 'Gotham-Medium';
    font-size: 18px;
    color: #f18800;
    display: block;
    text-transform: uppercase;
}

.web-article-box .article-dates strong sup {
    font-family: "Gotham-Book";
    font-size: 10px;
    top: -9px;
}

.web-article-box .article-dates span {
    font-size: 11px;
    color: #777777;
    font-family: "Gotham-Book";
}

.web-article-box .text-box-colum {
    padding: 12px 0 19px;
}

.web-article-box .text-box p {
    font-size: 12px;
    line-height: 18px;
    color: #777777;
    font-family: "Gotham-Book";
}

.web-article-box .image-holder img {
    width: 100%;
}

.web-article-box a.article-more {
    background-color: #f18800 !important;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    padding: 13px 16px;
    text-decoration: none;
    border: 1px solid #f18800;
}

.web-article-box a.article-more:hover {
    background-color: #ffffff !important;
    color: #f18800 !important;
}

.web-article-box a.article-more i {
    margin-left: 9px;
}

.web-article-box .article-share {
    display: inline-block;
    float: right;
    margin-top: 8px;
}

.web-article-box .article-share ul li {
    display: inline-block;
    font-size: 18px;
    color: #2e2e2d;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
}

.web-article-box .article-share ul li a {
    color: #777777;
    font-size: 18px;
    margin: 0 3px
}

.web-article-box .article-share ul li a:hover {
    color: #f18800;
}

.article-more-news {
    border-top: 1px solid #c1c1c1;
    padding-top: 30px;
    margin-top: 50px;
    position: relative;
}

.article-more-news:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    left: -100%;
    top: -1px;
}

.article-more-news a {
    background-color: #f18800 !important;
    color: #fff !important;
    display: inline-block;
    font-family: "Gotham-Bold";
    font-size: 12px;
    padding: 13px 16px;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f18800 !important;
}

.article-more-news a:hover {
    background-color: #ffffff !important;
    color: #f18800 !important;
}

.article-more-news a i {
    margin-left: 9px;
}

.article-news-right {
    padding-top: 66px;
    padding-bottom: 415px;
    background: #f3f3f3 url("../img/news-sidebg.png") no-repeat;
    /*background-size: contain;*/
}

.article-categories .title {
    padding-top: 45px;
    padding-bottom: 18px;
    padding-left: 30px;
}

.article-categories .title h3 {
    color: #2e2e2d;
    font-size: 18px;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
}

.article-list ul li a {
    font-family: 'Gotham-Medium';
    font-size: 13px;
    color: #282826;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f9f9f9;
    border-top: 1px solid #d0d0d0;
    position: relative;
    padding: 20px 40px;
}

.article-list ul li a:hover {
    color: #f18800;
}

.article-list ul li a:after {
    position: absolute;
    content: "";
    background-color: #282826;
    width: 5px;
    height: 5px;
    left: 30px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.article-list ul li a span {
    color: #f18800;
    font-size: 11px;
}

.web-news-body .news-sec .news-box .news-date-box .date-news {
    color: #f18800;
    font-size: 14px;
    font-family: "Gotham-Bold";
}

.web-news-body .news-sec .news-box .news-date-box .date-news sup {
    font-family: "Gotham-Bold";
    font-size: 10px;
    text-transform: uppercase;
    top: -7px;
}

.web-news-body {
    overflow-x: hidden;
}

/*====== About us Styles =======*/
.about-who-are-sec {
    text-align: center;
    padding: 80px 0 100px;
    /*background: url("../img/about-banner-bg.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.about-who-are-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-who-are-sec h2 {
    font-family: "Gotham-Bold";
    font-size: 24px;
    color: #1e1e1c;
    text-transform: uppercase;
}

.about-who-are-sec p {
    font-size: 13px;
    color: #1e1e1c;
    font-family: 'Gotham-Medium';
    padding: 33px 0;
    line-height: 21px;
    padding: 24px 0 21px;
}

.about-who-are-sec span {
    font-family: "Gotham-Book";
    font-size: 12px;
    line-height: 21px;
    color: #1e1e1c;
}

/*====== About Team Styles =======*/
.about-team-sec {
    background-color: #dfdfdf;
    padding: 104px 0 127px;
    /*position: relative;*/
}

.our-customers {
    position: relative;
}

.our-customers .adv-right-img {
    top: inherit;
}

.right-img-bx {
    position: absolute;
    right: 0;
}

.our-customers .left-triangle-img-box {
    position: absolute;
    left: 0;
}

.about-team-sec .title {
    text-align: center;
    margin-bottom: 45px;
}

.about-team-sec .title h2 {
    font-family: "Gotham-Bold";
    font-size: 24px;
    color: #1e1e1c;
    text-transform: uppercase;
}

.about-team-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.about-team-box:hover .hover-triangle {
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-team-box .image-holder img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-team-box:hover .image-holder img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.right-img-bg {
    position: absolute;
    right: 0;
}

/*.about-team-box:hover .hover-triangle img{*/
/*width: 74% !important;*/
/*}*/
.about-team-box:hover .text-box h3 {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hover-triangle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: -240px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hover-triangle img {
    height: 287px;
    width: 74% !important;
}

.about-team-box .text-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 30px;
}

.about-team-box .text-box h3 {
    color: #2e2e2d;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-team-inner .owl-theme .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.about-team-inner .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 49%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
}

.about-team-inner .owl-prev {
    position: absolute;
    left: -54px;
    top: -15px;
}

.about-team-inner .owl-prev img, .about-team-inner .owl-next img {
    height: 35px;
    object-fit: cover;
}

.about-team-inner .owl-next {
    position: absolute;
    right: -54px;
    top: -15px;
}

/*====== About Customers Styles =======*/
.our-customers {
    padding-top: 118px;
}

.about-customers-inner h2 {
    color: #2e2e2d;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 30px;
    margin-bottom: 47px;
}

.about-customers-logo ul li {
    border: 1px solid #c1c1c1;
    float: left;
    margin: 4px;
    min-height: 180px;
    position: relative;
    text-align: center;
    width: 24%;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
}

.about-customers-logo ul li:hover .hover-triangle {
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-customers-logo ul li:hover .text-box {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.customers-logo-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
}

.about-customers-logo ul li .customers-logo-box img {
    display: inline-block;
}

.about-customers-logo ul li .hover-triangle {
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: -230px;

    -webkit-transition: -webkit-transform all .5s ease-in-out, translate(0%, -50%);
}

.about-customers-logo ul li .hover-triangle {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.about-customers-logo ul li:hover .hover-triangle {
    left: -16%;
}

.about-customers-sec .about-customers-logo ul li:hover .hover-triangle {
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.about-customers-logo ul li .text-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.about-customers-logo ul li .text-box a {
    color: #fff;
    display: block;
    font-family: "Gotham-Bold";
    font-size: 12px;
    margin-top: 0;
    text-decoration: none;
    margin-left: 15px;
    text-transform: uppercase;
    float: left;
}

.our-partners {
    padding-top: 130px;
    position: relative;
}

.our-partners .left-img-bx {
    position: absolute;
    left: 0;
    top: 30px;
}

.partners-about-inner {
}

.partners-about-inner h3 {
    color: #2e2e2d;
    font-family: "Gotham-Bold";
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.partners-about-inner p {
    color: #2e2e2d;
    font-family: "Gotham-Bold";
    font-size: 13px;
    line-height: 21px;
}

.partners-about-inner ul {
    margin-to: 30px
}

.partners-about-inner ul li {
    float: left;
    text-align: center;
    width: 33.33%;
}

.partners-about-inner ul li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.partners-about-inner ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.aboutus-body {
    overflow-x: hidden;
}

.partners-box-first {
    border-right: 1px solid #c1c1c1;
}

/*======= Contact Us ========*/

.banner-title-box {
    background-color: #373734;
    width: 100%;
    display: inline-block;
    margin-top: 124px;
}

.banner-title-inner {
    width: 420px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 40px 53px;
    position: relative;
}

.banner-title-img {
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-title-img img {
    height: 100%;
    width: 100%;
}

.banner-title-inner h2 {
    font-size: 30px;
    font-family: 'Gotham-Bold';
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.contact-sec h4 {
    font-size: 30px;
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c1c1c1;
}

.contact-icon-left {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(208, 208, 208);
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}

.contact-icon-left img {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 40px;
    object-fit: cover;
}

.contact-right-bx {
    overflow: hidden;
    padding: 27px 0;
}

.contact-right-bx a {
    font-size: 18px;
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-decoration: none;
}

.contact-right-bx a:hover {
    color: #f18800;
}

.enquiryBx {
    margin-top: 15px;
}

.contact-address-box ul li {
    font-size: 13px;
    font-family: 'Gotham-Medium';
    color: rgb(46, 46, 45);
    line-height: 1.615;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.get-direction-box a {
    font-size: 12px;
    font-family: 'Gotham-Bold';
    color: #f18800;
    text-decoration: none;
    text-transform: uppercase;
}

.get-direction-box a:hover {
    color: #000;
}

.get-direction-box a:hover i {
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.get-direction-box a i {
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-detail-bx {
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
}

.contact-address-box {
    margin-top: 20px;
}

.get-direction-box {
    margin-top: 10px;
}

.contact-left-box {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.contact-right-box {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.contact-right-box form label {
    font-size: 15px;
    font-family: 'Gotham-Bold';
    color: rgb(46, 46, 45);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-right-box form label sup {
    color: #f18800;
    vertical-align: sub;
}

.contact-right-box form .form-group input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 208, 208);
    background-color: #f3f3f3;
    width: 100%;
    height: 51px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-right-box .bootstrap-select .dropdown-menu {
    margin-top: 16px;
    border-radius: 0;
}

.contact-right-box .bootstrap-select .dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 208, 208);
    background-color: #f3f3f3;
    width: 100%;
    height: 51px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;
    text-transform: capitalize;
    box-shadow: none !important;
    padding-right: 50px;
}

.contact-right-box .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #1d1d1b;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;
    text-transform: capitalize;
}

.contact-right-box .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}

.contact-right-box .form-group .form-control::-webkit-input-placeholder {
    color: #1d1d1b;
}

.contact-right-box .form-group .form-control::-moz-placeholder {
    color: #1d1d1b;
}

.contact-right-box .form-group .form-control:-ms-input-placeholder {
    color: #1d1d1b;
}

.contact-right-box .form-group .form-control:-moz-placeholder {
    color: #1d1d1b;
}

.contact-right-box .bootstrap-select .dropdown-toggle {
    background: #f3f3f3 url("../img/down-chevron.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px 100%;
    pointer-events: all;
}

.contact-right-box form .form-group textarea {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 208, 208);
    background-color: #f3f3f3;
    height: 128px;
    border-radius: 0;
    resize: none;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;
}

.submitBtn {
    padding: 0 67px;
    background-color: rgb(241, 136, 0);
    width: 222px;
    height: 49px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Bold";
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    float: right;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid rgb(241, 136, 0);
}

.submitBtn:hover {
    background-color: #ffffff;
    color: rgb(241, 136, 0);
}

.submitBtn i {
    float: right;
}

.contact-right-box .form-group {
    margin-bottom: 20px;
}

.contact-sec {
    padding: 120px 0 98px;
    /*background: url("../img/contact-bg1.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.contact-sec-img img {
    height: 1500px;
    object-fit: cover;
}

.contact-sec-img {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: -1;
}

.office-map {
    height: 600px;
    position: relative;
    z-index: 200;
    display: block;
}

.share-box-main form {
    height: 20px;
}

#map1 {
    height: 100%;
}

#map1 {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.contact-body .footer-sec {
    margin-top: -140px;
    position: relative;
    z-index: 100;
}

.contact-body {
    overflow-x: hidden;
}

.contact-right-triangle {
    position: absolute;
    right: -73px;
    top: -144px;
}

/*===== Product Overview =======*/
.policy-sec {
    height: 512px;
    position: relative;
    margin-top: -2px;
/ / overflow : hidden;
}

.policy-img img {
    width: 100%;
    height: 512px;
    object-fit: cover;
}

.policy-detail {
    max-width: 425px;
    width: 100%;
}

.policy-box h3 {
    font-family: 'Gotham-Medium';
    font-size: 40px;
    color: #2e2e2d;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.policy-box h3 i {
    color: #0055a3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.policyMore-btn {
    background-color: #0055a3;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    padding: 13px 16px;
    text-decoration: none !important;
    border: 1px solid #0055a3;
}

.policyMore-btn:hover {
    background-color: #fff !important;
    color: #0055a3 !important;
}

.policy-box p {
    font-family: 'Gotham-Medium';
    font-size: 13px;
    line-height: 1.6;
    margin: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.policy-main {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.policy-box {
    display: table;
    height: 100%;
    width: 100%;
}

.policy-mid {
    display: table-cell;
    vertical-align: middle;
}

.productView-body .policy-sec .policy-box .policyMore-btn {
    border: 1px solid transparent !important;
}

.productView-body .footer-sec {
    margin-top: 0;
    padding-top: 52px;
}

/*Claims Section*/

.claim-sec .policy-detail {
    float: right;
}

.claim-sec .policy-detail h3 {
    text-align: right;
    margin-bottom: -7px;
}

.claim-sec .policy-detail h3 i {
    color: #dddc00;
}

.claim-sec .policyMore-btn {
    float: right;
    background-color: #dddc00;
    color: #ffffff;
    border: none !important;
}

.claim-sec .policy-box p {
    text-align: right;
}

/*Exposure Section*/
.exposure-sec .policy-detail h3 {
    margin-bottom: -7px;
}

.exposure-sec .policy-detail h3 i {
    color: #1cb2a0;
}

.exposure-sec .policyMore-btn {
    background-color: #1cb2a0;
    border: none !important;
}

/*Analytics Section*/

.analytics-sec .policy-detail h3 i {
    color: #a51680;
}

.analytics-sec .policyMore-btn {
    background-color: #a51680;
    border: none !important;
}

.productView-body .footer-sec {
    background: #292927;
}

.productView-body .footer-sec .widget-sec {
    padding: 0 0 30px;
}

.hover-img-l {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 85, 163, 0.9490196078431372);
    width: 35%;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.hover-img-l:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 255px 0 255px 450px;
    border-color: transparent transparent transparent rgba(0, 85, 163, 0.9490196078431372);
    position: absolute;
    left: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.exposure-sec .hover-img-l {
    background-color: rgba(28, 178, 160, 0.94);
}

.exposure-sec .hover-img-l:after {
    border-color: transparent transparent transparent rgba(28, 178, 160, 0.94)
}

.policy-box {
    position: relative;
    z-index: 10;

}

.hover-img-r {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(221, 220, 0, 0.94);
    width: 35%;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.hover-img-r:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 255px 450px 255px 0;
    border-color: transparent rgba(221, 220, 0, 0.94) transparent transparent;
    position: absolute;
    right: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.analytics-sec .hover-img-r {
    background-color: rgba(165, 22, 128, 0.94);
}

.analytics-sec .hover-img-r:after {
    border-color: transparent rgba(165, 22, 128, 0.94) transparent transparent;
}

/*======= Product Detail Page =======*/

.product-banner {
    position: relative;
    height: 450px;
}

.product-banner .pro-img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.pro-banner-main {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.pro-banner-mid {
    display: table;
    height: 100%;
    width: 100%;
}

.pro-banner-inner {
    display: table-cell;
    vertical-align: middle;
}

.right-blue-triangle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.pro-banner-detail {
    position: relative;
    z-index: 1;
    width: 280px;
    margin-top: 208px;
}

.pro-banner-detail h3 {
    font-family: 'Gotham-Medium';
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
}

.pro-banner-detail p {
    font-family: 'Gotham-Medium';
    font-size: 13px;
    line-height: 1.615;
    color: #ffffff;
    margin: 15px 0;
}

/*Introduction Section
---------------------------------*/
.intro-sec {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.intro-detail h4 {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
}

.intro-detail p.intro-first {
    font-family: 'Gotham-Medium';
    color: #2e2e2d;
    font-size: 13px;
    line-height: 1.615;
}

.intro-detail p {
    font-family: 'Gotham-Book';
    color: #777777;
    font-size: 12px;
    line-height: 1.615;
    text-align: left;
    margin-top: 22px;
}

.intro-img-holder img {
    display: block;
    margin: 0 auto;
}

.pro-policy-benefit {
    padding: 135px 0;
    position: relative;
}

.pro-policy-benefit .benefit-box {
    max-width: 485px;
}

.pro-policy-benefit .pro-policy-d {
    margin-top: 40px;
}

.pro-policy-benefit .benefit-right {
    padding-top: 10px;
}

.pro-policy-benefit .benefits-detail-box {
    margin-bottom: 15px;
}

.pro-policy-benefit .pro-advantage-vid {
    position: relative;
    max-width: 315px;
    height: 230px;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.pro-policy-benefit .pro-advantage-vid .image-holder img {
    height: 230px;
}

.pro-policy-benefit .play-btn-box span {
    font-size: 18px;
    width: 120px;
}

.pro-policy-benefit .play-btn-box {
    -webkit-box-shadow: 1px 1px 4px 2px #ddd;
    -moz-box-shadow: 1px 1px 4px 2px #ddd;
     box-shadow: 1px 1px 4px 2px #ddd;
}

.pro-policy-benefit .right-img-bg {
    top: -150px;
}

/*Product Problem section*/

.pro-problem-sec .prob-right-sec {
    background: url(../img/qoute-blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pro-problem-sec .prob-box p {
    color: #66a0d5;
}

.prob-box .child-first {
    color: #ffffff !important;
}

.product-pro .policy-box h3 {
    font-family: 'Gotham-Bold';
    font-size: 38px;
    text-transform: uppercase;
}

.product-pro .policy-box p {
    line-height: 1.615;
    margin: 26px 0;
}

.policy-sec.product-pro, .product-pro .policy-img img {
    height: 790px;
}

.policy-in-bx {
    position: relative;
}

.pro-new-sec {
    background-color: #f9f9f9;
}

.pro-new-sec h3 {
    border-bottom: none;
    margin-bottom: 0px !important;
}

.news-box {
    position: relative;
    height: 100%;
    z-index: 100;
}

.pro-new-sec .news-box .news-more {
    color: #2049a1;
}

.pro-new-sec .news-box .news-more i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pro-new-sec .news-box .news-more:hover i {
    margin-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-sec.pro-new-sec {
    padding: 110px 0;
}

.news-sec-b {
    background-color: #f9f9f9;
}

.news-footer-sec {
    background: #f9f9f9;
}

.request-form form label {
    font-size: 15px;
    font-family: 'Gotham-Bold';
    color: rgb(46, 46, 45);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.request-form form .form-group input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 208, 208);
    background-color: #f3f3f3;
    width: 100%;
    height: 51px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.request-form form label sup {
    color: #f18800;
    vertical-align: sub;
}

.request-form .form-group input::-webkit-input-placeholder {
    color: #1d1d1b;
}

.request-form .form-group input::-moz-placeholder {
    color: #1d1d1b;
}

.request-form .form-group input:-ms-input-placeholder {
    color: #1d1d1b;
}

.request-form .form-group input:-moz-placeholder {
    color: #1d1d1b;
}

.request-form .submitBtn {
    width: 100%;
    background-color: #2049a1 !important;
    margin-top: 22px;
    border: 1px solid #2049a1 !important;
}

.request-form .submitBtn:hover {
    background-color: #ffffff !important;
    color: #2049a1 !important;
}

.request-form h3 {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.request-form {
    padding: 100px 0;
}

.pro-about-team h2 {
    font-family: 'Gotham-Medium';
    color: #2e2e2d;
    text-transform: capitalize !important;
    font-size: 30px;
}

.pro-about-team h2 i {
    color: #f18800;
}

.pro-about-team h2 + h3 {
    font-family: 'Gotham-Bold';
    color: #2e2e2d;
    text-transform: uppercase !important;
    font-size: 25px;
    margin-top: 15px;
}

.pro-about-team {
    background: #dfdfdf url("../img/service-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 170px;
}

.product-d-body .footer-sec {
    margin-top: -140px;
}

.product-d-body .news-img-box:hover .adv-right-img {
    left: -40px;
}

.aboutus-body .hover-triangle {
    left: -192px;
}

.product-d-body .hover-triangle {
    left: -170px;
}

.top-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), 90%, rgba(241, 241, 241, 0.71));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), 90%, rgba(241, 241, 241, 0.71));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), 90%, rgba(241, 241, 241, 0.71));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), 90%, rgba(241, 241, 241, 0.71));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0), 90%, rgba(241, 241, 241, 0.71));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), 90%, rgba(241, 241, 241, 0.71));
}

.cstdsg {
    position: absolute;
    height: 32px;
    width: 32px;
    top: -18px;
    right: -16px;
    background: #f18700 !important;
    opacity: 1;
    padding: 5px 9px 9px !important;
    border-radius: 57px;
    color: #fff;
    z-index: 99999999;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-body h3 {
    padding: 22px 0px 5px;
    border-bottom: 1px solid;
    margin-bottom: 22px;
}

.modal {
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modlback1 {
    background: #fff;
    width: 100%;
    height: 269px;
}

.prob-box .check-img img {
    height: 50px;
    object-fit: cover;
}

sup {
    /*top: -0.0em;*/
}

@-moz-document url-prefix() {
    button.btn.submitBtn i {
        margin-top: -17px !important;
    }
}

button.btn.submitBtn i {
    line-height: 1.3em;
}

.modal-body p {
    font-family: "Gotham-Book";
    font-size: 12px;
    line-height: 21px;
    color: #1e1e1c;
}

.modal-body h3 {
    color: #2e2e2d;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
}

/* ========== Micro Page =============*/

.microPage .pro-banner-detail {
    width: 410px;
}

.microPage .pro-banner-detail p {
    width: 320px;
}

.microPage .pro-problem-sec .prob-right-sec {
    background: url(../img/yellow-qoute-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.microPage .pro-problem-sec .prob-right-sec .check-img .check-circle {
    background-color: rgba(241, 136, 0, 0.62);
}

.microPage .pro-problem-sec .prob-box p {
    color: #f8c077;
}

.microPage .policy-detail .policyMore-btn {
    border: 1px solid #f18800;
    background-color: #f18800;
}

.microPage .policy-detail .policyMore-btn:hover {
    color: #f18800 !important;
}

.microPage  .pro-new-sec .news-box .news-more{
    color: #f18800;
}

.microPage  .request-form .submitBtn{
    background-color: #f18800 !important;
    border: 1px solid #f18800 !important;
}

.microPage  .request-form .submitBtn:hover{
    background-color: #ffffff !important;
    color: #f18800 !important;
}

.prob-right-sec:after{
    content: '';
    width: 30px;
    height: 30px;
    background: url("../img/w-triangle-img-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    position: absolute;
    right: 0;
    top: 21%;
}

/* ========== Exact Page =============*/

.exactPage .pro-problem-sec .prob-right-sec {
    background: url(../img/green-qoute-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.exactPage .pro-problem-sec .prob-right-sec .check-img .check-circle {
    background-color:rgba(28, 178, 160, 0.76);
}

.exactPage .pro-problem-sec .prob-box p {
    color: #68ccc0;
}

.exactPage .policy-detail .policyMore-btn {
    border: 1px solid #1cb2a0;
    background-color: #1cb2a0;
}

.exactPage .policy-detail .policyMore-btn:hover {
    color: #1cb2a0 !important;
}

.exactPage  .pro-new-sec .news-box .news-more{
    color: #1cb2a0;
}

.exactPage  .request-form .submitBtn{
    background-color: #1cb2a0 !important;
    border: 1px solid #1cb2a0 !important;
}

.exactPage  .request-form .submitBtn:hover{
    background-color: #ffffff !important;
    color: #1cb2a0 !important;
}


/* ========== Acumen Page =============*/

.acumenPage .pro-problem-sec .prob-right-sec {
    background: url(../img/qoute-pink-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.acumenPage .pro-problem-sec .prob-right-sec .check-img .check-circle {
    background-color:rgba(165, 22, 128, 0.83);
}

.acumenPage .pro-problem-sec .prob-box p {
    color: #cf83bb;
}

.acumenPage .policy-detail .policyMore-btn {
    border: 1px solid #a51680;
    background-color: #a51680;
}

.acumenPage .policy-detail .policyMore-btn:hover {
    color: #a51680 !important;
}

.acumenPage  .pro-new-sec .news-box .news-more{
    color: #a51680;
}

.acumenPage  .request-form .submitBtn{
    background-color: #a51680 !important;
    border: 1px solid #a51680 !important;
}

.acumenPage  .request-form .submitBtn:hover{
    background-color: #ffffff !important;
    color: #a51680 !important;
}


/* ========= Micro Services  2 page ==========*/
.microPage2 .pro-banner-detail h3{
    font-size: 60px;
    text-transform: uppercase;
    color: #2e2e2d;
    line-height: 1;
    font-family: 'Gotham-Bold';
}
.microPage2 .pro-banner-detail {
    margin-top: 150px;
}

.featuredSlider{
    background-color: rgb(253, 253, 253);
    -webkit-box-shadow: 0.97px 1.749px 4.2px 0.8px rgba(26, 31, 34, 0.24);
    -moz-box-shadow: 0.97px 1.749px 4.2px 0.8px rgba(26, 31, 34, 0.24);
    box-shadow: 0.97px 1.749px 4.2px 0.8px rgba(26, 31, 34, 0.24);
    position: relative;
    z-index: 1000;
    padding-bottom: 50px;
}

.featuredBox h4{
    padding: 28px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #2e2e2d;
    font-family: 'Gotham-Bold';
}

.featuredBox .featureImg img{
    height: 202px;
    width: 100%;
    object-fit: cover;
}
.featuredBox .featurDetails{
    padding: 28px;
}

.featuredBox .featurDetails h5{
    font-size: 15px;
    text-transform: uppercase;
    color: #2e2e2d;
    font-family: 'Gotham-Bold';
}

.featuredBox .featurDetails p{
    font-size: 12px;
    color: #2e2e2d;
    font-family: 'Gotham-Book';
    line-height: 1.4;
    margin-top: 5px;
}

.featuredSlider .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 3px !important;
    background-color: #e2e2e2;
}

.featuredSlider .carousel-indicators .active {
    background-color: #f18800;
}

.featuredSlider .carousel-indicators {
    bottom: -35px;
}

.featuredSlider .featureImg{
   position: relative;
}

#BannerSlider .carousel-inner > .item {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.interestedBox .bootstrap-select .dropdown-toggle {
    background: #f3f3f3 url(../img/down-chevron.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px 100%;
    pointer-events: all;
}
.interestedBox .bootstrap-select .dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 208, 208);
    background-color: #f3f3f3;
    width: 100%;
    height: 51px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #1d1d1b;
    text-transform: capitalize;
    box-shadow: none !important;
    padding-right: 50px;
}

.interestedBox .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}
.interestedBox .bootstrap-select .dropdown-menu {
    border-radius: 0;
}
.interestedBox .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #1d1d1b;
    color: #ffffff !important;
}

.interestedBox{
    background-color: rgb(241, 136, 0);
    padding: 30px 0;

}
.interestedBx{
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.interestedBox label {
    font-size: 15px;
    font-family: 'Gotham-Bold';
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px;
   display: inline-block;
    vertical-align: middle;

}
.interestedBox .bootstrap-select{
    width: 220px !important;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.serviceCategory{
    padding: 40px 0 0px;
    background-color: #ffffff;
}
.serviceCatBox{
    margin-top: 50px;
}
.serviceCatBox .Image-Holder img{
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.serviceCatBox .Image-Holder{
    position: relative;
}
.serviceCatBox .Image-Holder:after,.featuredSlider .featureImg:after{
    content: '';
    width: 25px;
    height: 25px;
    background: url("../img/white-triangle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.serviceCatDetail{
    padding-top: 23px;
}
.serviceCatDetail h5{
    font-size: 15px;
    text-transform: uppercase;
    color: #2e2e2d;
    font-family: 'Gotham-Bold';
}
.serviceCatDetail p {
    font-size: 12px;
    color: #2e2e2d;
    font-family: 'Gotham-Book';
    line-height: 1.4;
    margin-top: 5px;
}
.serviceCatBox a{
    text-decoration: none !important;
}

.nextPage{
    font-size: 12px;
    color: #2e2e2d;
    font-family: 'Gotham-Bold';
    text-align: center;
    margin-top: 90px;
}

.nextPage a{
    color: rgb(241, 136, 0);
    text-transform: uppercase;
    text-decoration: none;
}
.nextPage a i{
    margin-left: 5px;
}

.overlayBox{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .53));
}

.microPage2 .request-form .submitBtn {
    width: 100%;
    background-color: rgb(241, 136, 0) !important;
    border: 1px solid rgb(241, 136, 0) !important;
}

.microPage2 .request-form .submitBtn:hover{
    background-color:#ffffff !important;
    color: rgb(241, 136, 0) !important;
}

.microPage2 .request-form {
    padding: 100px 0 150px;
}
