@import url("testi.css");
* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html,
body {
    overflow-x: hidden;
}
header {
    padding: 0;
    margin: 0;
	border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px;
}
html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    display: inline-block;
    text-decoration: none;
}
img,
object,
embed,
video {
    max-width: 100%;
} /* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}
.carousel-indicators {
    display: none;
} /* Header */
.bdr {
    border: 1px solid #ccc;
}
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 4.3rem;
    width: 100%;
    background: #fff;
    z-index: 999;
	background:url(../images/lt-img.png) no-repeat 0 0; position:relative; top:0; left:0; z-index:999; height:97px;
}

header .container {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #e0e5eb;
    background: #fff;
}
header .container > .logo {
    padding: 1.2em 0 0 0;
}
input.hamburger-button {
    display: none;
}
input.hamburger-button ~ label {
    position: relative;
    padding: 0.25rem;
    width: 1.5rem;
    height: 1.25rem;
    top: 0.4em;
}
input.hamburger-button ~ label > div,
input.hamburger-button ~ label > div::before,
input.hamburger-button ~ label > div::after {
    content: "";
    position: absolute;
    top: 0.825rem;
    height: 0.125rem;
    width: 1.5rem;
    opacity: 1;
    background: #121212;
    -webkit-transition: 0.14s ease-in-out;
    transition: 0.14s ease-in-out;
}
input.hamburger-button ~ label > div::before {
    top: -0.5rem;
}
input.hamburger-button ~ label > div::after {
    top: 0.5rem;
}
header .container .hamburger-button:checked ~ label > div {
    width: 0;
    background: rgba(18, 18, 18, 0);
}
header .container .hamburger-button:checked ~ label > div::before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: -0rem;
}
header .container .hamburger-button:checked ~ label > div::after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: -0rem;
}
header .container .hamburger-button:checked ~ .menu {
    left: 0;
}
header .container .menu {
    position: absolute;
    z-index: -1;
    top: 3.7rem;
    left: calc(-100vw - 3rem);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (max-content) [2];
    grid-template-rows: repeat(2, -webkit-max-content);
    grid-template-rows: repeat(2, max-content);
    width: 100%;
    background: #fff;
    -webkit-transition: 0.22s ease-in-out;
    transition: 0.22s ease-in-out;
}
header .container .menu::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    background: #fff;
}
header .container .menu nav {
    grid-area: auto;
}
header .container .menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header .container .menu nav ul > li > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.7rem 1.1rem;
    text-align: left;
    color: #1a98d5;
    font-size: 1em;
    -webkit-transition: 0.14s ease-in-out;
    transition: 0.14s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
}
header .container .menu nav ul > li > a:hover {
    color: #2d2b65;
    background: transparent;
}
header .container .menu div.buttons {
    grid-area: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    border-top: 1px solid #e0e5eb;
    background: #fff;
}
header .container .menu div.buttons > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    margin: 0.5rem;
}
-->
/*==Banner==*/
.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}
.banner img {
    height: 515px;
    object-fit: cover;
}
.carousel-control-prev {
    display: none !important;
}
.carousel-control-next {
    display: none !important;
}
.bannerflag {
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 64px;
    left: 200px;
}
.profile-sec {
    width: 100%;
    margin: 0;
    padding: 1em 0 0 0;
    display: flex;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px;
}
.profile-con {
    width: 100%;
    margin: 1em 0 2em 0;
    padding: 0;
    display: block;
}
.profile-con p {
    color: #333;
    width: 100%;
    display: block;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    line-height: 24px;
    text-align: justify;
}
.intro-sec {
    width: 100%;
    margin: 0;
    padding: 4em 0;
    display: flex;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
    background: #e3e4eb;
}
.intro {
    width: 100%;
    margin: 1em 0 2em 0;
    padding: 0;
    display: block;
}
.intro p {
    color: #333;
    width: 100%;
    display: block;
    margin-top: 0.75rem;
    line-height: 24px;
    text-align: justify;
}
.core-sec {
    width: 100%;
    margin: 0;
    padding: 1em 0;
    display: table;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
}
.core-value {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.core-value h2 {
    font-size: 2em;
    color: #3681c2;
    text-align: center;
    font-weight: 700;
}
.core {
    width: 100%;
    margin: 3em 0;
    padding: 0;
    display: block;
    text-align: center;
}
.core img {
    border: 2px solid #2d3269;
    padding: 1em;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 0 1em 0;
}
.core img:hover {
    border: 2px solid #1b97d5;
    background: rgba(27, 151, 213, 0.2);
}
.core h3 {
    font-size: 1.2em;
    color: #3681c2;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.core p {
    color: #333;
    width: 100%;
    display: block;
    margin-top: 0.85rem;
    line-height: 24px;
}
.corecon {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.corecon h2 {
    color: #1a98d5;
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.corecon p {
    color: #333;
    width: 100%;
    display: block;
    margin-top: 0;
    line-height: 24px;
    text-align: justify;
}
.corecon ul {
    width: 100%;
    margin: 1em 0 0 0;
    padding: 0;
    display: block;
}
.corecon ul li {
    width: 100%;
    margin: 0 0 0.6em 1em;
    padding: 0;
    display: block;
    line-height: 24px;
    position: relative;
    text-align: justify;
}
.corecon ul li span {
    padding: 0;
    width: 20px;
    float: left;
    font-weight: bold;
    position: absolute;
    left: -1.2em;
}
.tax-sec {
    width: 100%;
    margin: 0;
    padding: 2em 0;
    display: table;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
    position: relative;
    background: url(../images/our-.png) no-repeat 50% 47% #e3e4eb;
}
.taximg {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30%;
    left: 3%;
    z-index: -1;
}
.taxinernal {
    width: 100%;
    margin: 0.5em 0;
    padding: 0;
    display: table;
}
.taxinernal-img {
    width: 30%;
    margin: 0;
    padding: 0;
    display: table;
    float: left;
}
.hoverss figure {
    position: relative;
    padding: 0px;
    text-align: center;
}
.hoverss figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hoverss figure:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 125%;
        height: 125%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 125%;
        height: 125%;
        opacity: 0;
    }
}
.taxinernal-text {
    width: 66%;
    margin: 0;
    padding: 0;
    display: table;
    float: right;
}
.taxinernal-text h4 {
    font-size: 0.9em;
    color: #3681c2;
    font-weight: 700;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}
.taxinernal-text h4 a {
    color: #3681c2;
    text-decoration: none;
}
.taxinernal-text h4 a:hover {
    color: #383794;
    text-decoration: none;
}
.taxinernal-text p {
    color: #333;
    width: 100%;
    display: block;
    margin-top: 0;
    line-height: 1.25rem;
    text-align: justify;
}
.graph-sec {
    width: 100%;
    margin: 0;
    padding: 2em 0;
    display: table;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
    position: relative;
    background: url(../images/excellence-shadow.png) no-repeat 44% 47% #2298d6;
}
.year {
    width: 100%;
    margin: 0;
    padding: 7em 0;
    display: table;
}
.year ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
.year ul li {
    width: 19.6%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: relative;
}
.year h5 {
    font-size: 1.2em;
    color: #333;
    font-weight: 700;
    padding: 2em 1em 1em 1em;
    border-radius: 50%;
    margin: 0 0 0 3.4em;
    background: #fff;
    width: 100px;
    height: 100px;
    border: 2px dashed #fff;
}
.year h5:hover {
    border: 2px dashed #333;
    background: #e3e4eb;
    color: #333;
}
.year .p1 {
    font-size: 0.9em;
    color: #fff;
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1.2rem;
    position: absolute;
    top: -7.4em;
}
.year .p2 {
    font-size: 0.9em;
    color: #fff;
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1.2rem;
    position: absolute;
    bottom: -7.4em;
}
.industries-sec {
    width: 100%;
    margin: 0;
    padding: 5em 0 2em 0;
    display: table;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
}
.industries {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
.industries h2 {
    font-size: 1.5em;
    color: #3681c2;
    text-align: center;
    font-weight: 700;
}
.industries ul {
    width: 100%;
    margin: 2em 0 0 0;
    padding: 0;
    display: table;
}
.industries ul li {
    width: 32%;
    margin: 0 2% 1% 0;
    padding: 1em;
    display: block;
    text-align: center;
    float: left;
    background: #2397d5;
    letter-spacing: 1px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 600;
    box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.3);
}
.industries ul li:hover {
    background-color: #e3e4eb;
    color: #333;
    -webkit-animation: jelly 0.5s;
    animation: jelly 0.5s;
}
.industries ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.ourteam {
    width: 100%;
    margin: 5em 0 0 0;
    padding: 0;
    display: block;
}
.ourteam ul h2 {
    font-size: 1.5em;
    color: #1b97d5;
    font-weight: 700;
    margin: 0 0 1em 0;
    display: block;
    text-transform: uppercase;
}
.ourteam ul {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    display: table;
}
.ourteam ul li {
    width: 20%;
    margin: 0 0 2em 0;
    padding: 5px 12px;
    display: block;
    list-style: none;
    float: left;
} /*===Gallery===*/
.architecturalmillwork-lyt {
    width: 100%;
    margin: 0 auto;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
    padding: 3em 1em 0.2em 1em;
    background: #e3e4eb;
}
.arch-slider {
    margin: 0;
    padding: 0;
}
.arc-images {
    position: relative;
    margin: 0 10px 5px 0;
}
.architecturalmillwork-lyt .slick-lightbox-close {
    color: rgba(0, 110, 158, 1) !important;
    font-size: 26px !important;
    width: 38px !important;
    height: 44px !important;
    margin-top: 30px;
    margin-right: 80px;
    right: 0 !important;
    top: 2px !important;
}
.architecturalmillwork-lyt .slick-lightbox-close:before {
    font-family: progallery-svg-font-icons !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    content: "\F10A" !important;
    font-size: inherit;
    color: rgba(0, 0, 0, 1) !important;
}
.arch-slider .slick-arrow {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -55px;
    z-index: 111;
    padding: 20px 38.5px;
    cursor: pointer;
}
.arch-slider .slick-arrow.next {
    right: 0;
}
.arch-slider .slick-arrow svg {
    -webkit-filter: drop-shadow(0 1px 0.15px #b2b2b2);
    filter: drop-shadow(0 1px 0.15px #b2b2b2);
    display: inline-block;
}
.slideshow-arrow {
    fill: #e8e8e8;
    display: none;
}
.arc-images:before {
    content: " ";
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 1;
}
a.arc-link:hover .arc-images:before {
    background: rgba(8, 8, 8, 0.75);
    background: rgba(51, 51, 51, 0.6) !important;
}
.architecturalmillwork-lyt .slick-lightbox-inner {
    background-color: rgba(232, 232, 232, 1) !important;
    z-index: 1111;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow {
    z-index: 111;
    width: 100px;
    height: 100px;
    background-image: url(//cdn2.hubspot.net/hubfs/4795157/Idxcorporation_December2018/Images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    margin-top: -50px;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow:before {
    display: none;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-prev {
    left: 0;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-next {
    right: 0;
    transform: rotate(180deg);
}
.architecturalmillwork-lyt .slick-lightbox-close {
    color: rgba(0, 110, 158, 1) !important;
    font-size: 26px !important;
    width: 38px !important;
    height: 44px !important;
    margin-top: 30px;
    margin-right: 80px;
    right: 0 !important;
    top: 2px !important;
}
.architecturalmillwork-lyt .slick-lightbox-close:before {
    font-family: progallery-svg-font-icons !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    content: "\F10A" !important;
    font-size: inherit;
    color: rgba(0, 0, 0, 1) !important;
} /*===Testimonial===*/
.testimonial-area {
    background: #1a98d5;
    padding: 2em 0;
    margin-top: 0;
}
.testimonial h3 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #2e2b66;
    margin: 2px;
    padding: 50px 40px 20px 40px;
    background: #fff;
}
.single-testimonial-item:after {
    top: 96%;
    left: 15%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.single-testimonial-item p {
    text-align: justify;
    line-height: 1.4;
}
.single-testimonial-item h4 {
    font-size: 15px;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-testimonial-item h4 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.testi-height {
    height: 255px;
}
.testimonial-item {
    margin: 15px;
}
.tq {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -0.9em;
    left: 2em;
    z-index: 9999;
}
.rating {
    position: absolute;
    display: block;
    left: 38%;
    top: 1em;
}
.bq {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -0.9em;
    right: 2em;
    z-index: 9999;
} /*==Video===*/
.video-sec {
    width: 100%;
    margin: 0 auto;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
    padding: 3em 0;
    background: #e3e4eb;
}
.video-sec h3 {
    color: #1b97d5;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: uppercase;
} /*==PressRelease===*/
.pressrelease-sec {
    width: 100%;
    margin: 0;
    padding: 2em 0;
    display: table;
    border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px 0 15px;
    background: #1b97d5;
}
.pressrelease {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
.pressrelease h2 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.card-img {
    padding: 1em;
    background: #e3e4eb !important;
    height: 322px;
}
.card-img img {
    float: left;
    width: 40%;
    margin: 0 1em 0.5em 0;
}
.card-img p {
    color: #333;
    line-height: 20px;
    text-align: justify;
    font-size: 0.9em;
    margin: 0 0 0.8em 0;
} /*==Footer===*/
.footer-top-area {
    background: #1a98d5;
}
.footer-top {
    background-size: cover;
    background-position: center center;
}
.footer-wrapper {
    margin: 0;
    padding: 0;
}
.footer-wrapper h2 {
    font-weight: 700;
}
.footer-section {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-top .footer-section {
    color: #fff;
}
.footer-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.footer-top .footer-text p {
    color: #000;
}
.footer-menu li {
    margin-bottom: 8px;
}
.footer-menu li:last-child {

    margin-bottom: 0;
}
.footer-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s;
}
.footer-top .footer-menu li a {
    color: #fff;
}
.footer-menu li a:hover {
    color: #000;
}
.footer-link li {
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-top .footer-link li {
    color: #fff;
    display: flex;
}
.footer-link li a {
    color: #fff;
    font-weight: 700;
}
.footer-link li a:hover {
    color: #fff;
    font-weight: 700;
}
.footer-link li:last-child {
    margin-bottom: 0;
}
.footer-link li i {
    color: #000;
    width: 15px;
    font-size: 18px;
}
.footer-link span {
    margin-left: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.footer-top .footer-link li i {
    color: #fff;
}
.footer-bottom-area {
    background: #1a98d5;
}
.copyright p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-bottom .copyright p {
    color: #a6a5a5;
}
.copyright a {
    color: #fd6600;
}
.footer-bottom-1 .copyright a {
    color: #fff;
}
.footer-icon a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    transition: 0.3s;
}
.footer-bottom .footer-icon a {
    color: #d4d4d4;
}
.footer-bottom-1 .footer-icon a {
    color: #999;
}
.footer-icon a:last-child {
    margin-right: 0;
}
.footer-icon a:hover {
    color: #2a2b63;
}
.footer-bottom-1 .footer-icon a:hover {
    color: #fff;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-60 {
    padding-top: 60px;
}
.whatsapp-panel-btn {
    position: fixed;
    bottom: 3.4%;
    right: 7%;
    width: 60px;
    height: 60;
}
.call-btn {
    position: fixed;
    bottom: 3.4%;
    right: 12%;
    width: 60px;
    height: 60;
}
.email-btn {
    position: fixed;
    bottom: 3.4%;
    right: 17%;
    width: 60px;
    height: 60;
} /*.card{overflow-y: scroll; height: 300px;}*/
::-webkit-scrollbar {
    width: 8px;
} /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
} /* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
} /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0;
} /*===ImageFlip===*/
.flip-container {
    -webkit-perspective: 1000;
    background: transparent;
    margin: 0;
} /* flip the picture when hover */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
}
.flip-container.front.back img {
    width: 155px;
    height: 191px;
} /* flip speed */
.flipper {
    -webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
} /* hide back during flip */
.front,
.back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
} /* front placed above back */
.front {
    z-index: 2;
} /* back, initially hidden */
.back {
    -webkit-transform: rotateY(180deg);
    background: rgb(255, 255, 255);
} /*===NewImgageFilter===*/
.teamimg {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.teamimg img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.8s ease-in-out;
}
.teamimg img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
} /*===Banner===*/
.banner-area {
    /*border-color: #1A98D5;border-style: solid;border-width: 0 15px 0 15px;*/
    padding: 2em 0 0 0;
}
.banner-content {
    width: 100%;
    margin: 14em 0 0 0;
    padding: 0;
    display: block;
}
.banner-content h1 {
    color: #706f6f;
    font-size: 2.5em;
    margin: 0 0 0.7em 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-content a {
    padding: 0.2em 0.8em;
    color: #fff;
    font-size: 1.2em;
    border-radius: 5px;
    background: #1a98d5;
}
.banner-content a:hover {
    color: #fff;
    background: #2f2b66;
}
.banner-content .socialicon {
    width: 160px;
    margin: 8em 0 0 0;
    padding: 0;
    display: block;
}
.banner-content .socialicon a {
    text-decoration: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.banner-content .socialicon a:hover {
    text-decoration: none;
    background: transparent;
}
.banner-content .socialicon ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.banner-content .socialicon ul li {
    margin: 0 17px 0 0;
    padding: 0;
    float: left;
    width: 42px;
    display: block;
}
.banner-content .socialicon ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.banner-content .socialicon ul li a {
    width: auto;
    text-decoration: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: block;
}
.banner-content .socialicon ul li a:hover {
    text-decoration: none;
}
.mlr {
    margin: 0 10px;
}
.career {
    width: 100%;
    margin: 1em 0 2em 0;
    padding: 0;
    display: table;
}
.career p {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: justify;
}

.boxsec {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.boxsec ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.boxsec ul li {
    width: 16%;
    margin: 2em 4.2em 0 0;
    padding: 0em;
    display: block;
    list-style: none;
    float: left;
}
.boxsec ul li img {
    margin-bottom: 1em;
    border: 4px solid #52b8e4;
    padding: 0.5em;
}
.boxsec ul li h4 {
    color: #1d2736;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}
.boxsec ul li h4 a {
    color: #1d2736;
    text-decoration: none;
    padding-top: 1em;
}
.boxsec ul li h4 a:hover {
    color: #1a98d5;
    text-decoration: none;
}
.boxsec ul li:nth-child(5n + 5) {
    margin-right: 0;
}
.grid-item {
    padding: 0 2em;
}
.grid {
    width: 94%;
    margin: 0 auto;
}
.accountingsec {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.accountingsec h1 {
    color: #1a98d5;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    margin: 1em 0;
    text-transform: capitalize;
}
.accountingsec ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.accountingsec ul li {
    width: 24%;
    margin: 2em 9em 0 0;
    padding: 0em;
    display: block;
    list-style: none;
    float: left;
    text-align: center;
}
.accountingsec ul li img {
    margin-bottom: 0em;
    border: 6px solid #2398d5;
    padding: 0.5em;
}
.accountingsec ul li h3 {
    color: #1d2736;
    font-size: 1em;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 1em 0 0 0;
}
.accountingsec ul li h3 a {
    color: #1d2736;
    text-decoration: none;
    padding-top: 1em;
}
.accountingsec ul li h3 a:hover {
    color: #1a98d5;
    text-decoration: none;
}
.accountingsec ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 65%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 600;
}
.popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06d85f;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    text-align: justify;
}
.popup .content ul {
    display: table;
    margin: 0.5em 0;
    padding: 0;
}
.popup .content ul li {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 0.3em 0;
    padding: 0 0 0 15px;
    background: url(../images/dot.png) no-repeat 0 7px;
}
.profile-con h2 {
    color: #1a98d5;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
} 
.topbanner{
	width:100%;
	margin:0;
	padding:2em 0 0 0;
	display:table;
	text-align:center;
	border-color: #1b97d5;
    border-style: solid;
    border-width: 0 15px;
}

/*===Services===*/
.ser-sec{
	width:100%;
	margin:0;
	padding: 0 0 2em 0;
	display:block;
	border-color:#1A98D5;
    border-style:solid;
    border-width:0 15px 0 15px;
}
.ser-sec h2{
	color:#000;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    margin:0 0 2em 0;
	padding:1em 0 0 0;
    text-transform: uppercase;
	text-align:center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.serbox {
  height:auto;
  width: 32%;
  color: #fff;
  text-align: center;
  background-color:transparent;
  margin:0;
  padding:0 5%;
}
.serbox img{border:6px solid #2398D5;}
.serbox h3 {
    color: #1d2736;
    font-size:1em;
    font-weight: 600;
    line-height: 20px;
    margin:0.4em 0;
    text-transform: uppercase;
	text-align:center;
	min-height:45px;
}
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



/*===Media queries===*/
@media (max-width: 1920px) {
    .bannerflag {
        top: 56px;
        left: 304px;
    }
    .banner img {
        height: 690px;
    }
}
@media (max-width: 1680px) {
    .bannerflag {
        top: 56px;
        left: 187px;
    }
    .banner img {
        height: 595px;
    }
}
@media (max-width: 1600px) {
    .bannerflag {
        top: 56px;
        left: 141px;
    }
    .banner img {
        height: 570px;
    }
}
@media (max-width: 1440px) {
    .bannerflag {
        top: 56px;
        left: 122px;
    }
    .banner img {
        height: 515px;
    }
}
@media (max-width: 1366px) {
    .bannerflag {
        top: 56px;
        left: 88px;
    }
    .banner img {
        height: 515px;
    }
}
@media (max-width: 1280px) {
    .bannerflag {
        top: 59px;
        left: 45px;
    }
    .banner img {
        height: 515px;
    }
}
@media (max-width: 1024px) {
    .bannerflag {
        top: 56px;
        left: 9px;
    }
    .banner img {
        height: 418px;
    }
}
@media (max-width: 414px) {
    .industries ul li {
        width: 96%;
        margin: 0 auto 5% auto;
        float: none;
        font-weight: 400;
        line-height: 1.3;
    }
    .industries ul li:nth-child(3n + 3) {
        margin: 0 auto 5% auto;
    }
    .year {
        padding: 7em 0 0 0;
    }
    .year ul li {
        width: 100%;
        margin: 0 0 5em 0;
    }
    .year h5 {
        margin: 0 0 0 7.4em;
        padding: 2em 1em 1em 1em;
    }
    .year .p1 {
        top: -5em;
        text-align: center;
    }
    .year .p2 {
        bottom: 8.6em;
        text-align: center;
    }
    .industries-sec {
        padding: 1em 0 0 0;
    }
    ul.footer-menu {
        margin: 1em 0;
    }
    .graph-sec {
        background: url(../images/excellence-shadow.png) no-repeat 50% 52% #2298d6;
    }
    .profile-con p {
        width: 96%;
        margin: 2rem auto 0 auto;
    }
    .core-value h2 {
        font-size: 1.6em;
    }
    .ourteam ul li {
        width: 100%;
    }
    .banner img {
        height: 150px;
    }
    .ourteam ul h2 {
        text-align: center;
        font-size: 1.3em;
    }
    .bannerflag {
        top: 56px;
        left: 20px;
        width: 75px;
    }
    .whatsapp-panel-btn {
        bottom: 30%;
    }
    .email-btn {
        bottom: 14%;
        right: 7%;
    }
    .call-btn {
        bottom: 22%;
        right: 7%;
    }
    .hoverss figure {
        margin-top: 2em;
    }
    .core {
        margin: 1em 0;
    }
    .card {
        margin: 0 0 1em 0;
    }
    .testi-height {
        height: 400px;
    }
    .testimonial h3 {
        font-size: 1.2em;
    }
    .pressrelease h2 {
        font-size: 1.2em;
    }
    .industries h2 {
        font-size: 1.2em;
    }
    header {
        height: 4rem;
    }
    .accountingsec ul li {
        width: 100%;
        margin: 0;
    }
    .accountingsec ul li h4 {
        margin-bottom: 0.5em;
    }
    .accountingsec h1 {
        font-size: 24px;
    }
	.bubble blockquote {min-height: 380px;}
	.serbox {width:100%;}
	.ser-sec h2 {
    margin: 0 0 1em 0;
}
}
@media (max-width: 411px) {
    .industries ul li {
        width: 96%;
        margin: 0 auto 5% auto;
        float: none;
        font-weight: 400;
        line-height: 1.3;
    }
    .industries ul li:nth-child(3n + 3) {
        margin: 0 auto 5% auto;
    }
    .year {
        padding: 7em 0 0 0;
    }
    .year ul li {
        width: 100%;
        margin: 0 0 5em 0;
    }
    .year h5 {
        margin: 0 0 0 7.4em;
        padding: 2em 1em 1em 1em;
    }
    .year .p1 {
        top: -5em;
        text-align: center;
    }
    .year .p2 {
        bottom: 8.6em;
        text-align: center;
    }
    .industries-sec {
        padding: 1em 0 0 0;
    }
    ul.footer-menu {
        margin: 1em 0;
    }
    .profile-con p {
        width: 96%;
        margin: 0 auto 1em auto;
    }
    .core-value h2 {
        font-size: 1.5em;
    }
    .ourteam ul li {
        width: 100%;
    }
    .banner img {
        height: 150px;
    }
    .ourteam ul h2 {
        text-align: center;
        font-size: 1.3em;
    }
    .bannerflag {
        top: 56px;
        left: 20px;
        width: 75px;
    }
    .whatsapp-panel-btn {
        bottom: 30%;
    }
    .email-btn {
        bottom: 14%;
        right: 7%;
    }
    .call-btn {
        bottom: 22%;
        right: 7%;
    }
    .hoverss figure {
        margin-top: 2em;
    }
    .core {
        margin: 1em 0;
    }
    .card {
        margin: 0 0 1em 0;
    }
    .testi-height {
        height: 400px;
    }
    .testimonial h3 {
        font-size: 1.2em;
    }
    .pressrelease h2 {
        font-size: 1.2em;
    }
    .industries h2 {
        font-size: 1.2em;
    }
    header {
        height: 4rem;
    }
    .accountingsec ul li {
        width: 100%;
        margin: 0;
    }
    .accountingsec ul li h4 {
        margin-bottom: 0.5em;
    }
    .accountingsec h1 {
        font-size: 24px;
    }
	.bubble blockquote {min-height: 380px;}
	.serbox {width:100%;}
	.ser-sec h2 {
    margin: 0 0 1em 0;
}
}
@media (max-width: 375px) {
    .industries ul li {
        width: 96%;
        margin: 0 auto 5% auto;
        float: none;
        font-weight: 400;
        line-height: 1.3;
    }
    .industries ul li:nth-child(3n + 3) {
        margin: 0 auto 5% auto;
    }
    .year {
        padding: 7em 0 0 0;
    }
    .year ul li {
        width: 100%;
        margin: 0 0 5em 0;
    }
    .year h5 {
        margin: 0 0 0 6.4em;
        padding: 2em 1em 1em 1em;
    }
    .year .p1 {
        top: -5em;
        text-align: center;
    }
    .year .p2 {
        bottom: 8.6em;
        text-align: center;
    }
    .industries-sec {
        padding: 1em 0 0 0;
    }
    ul.footer-menu {
        margin: 1em 0;
    }
    .profile-con p {
        width: 96%;
        margin: 0 auto 1em auto;
    }
    .core-value h2 {
        font-size: 1.5em;
    }
    .ourteam ul li {
        width: 100%;
    }
	.banner {
        width:100%;
		margin:0;
		padding:0;
		display:table;
    }
    
    .ourteam ul h2 {
        text-align: center;
    }
    .bannerflag {
        top: 56px;
        left: 20px;
        width: 75px;
    }
    .whatsapp-panel-btn {
        bottom: 30%;
    }
    .email-btn {
        bottom: 14%;
        right: 7%;
    }
    .call-btn {
        bottom: 22%;
        right: 7%;
    }
    .hoverss figure {
        margin-top: 2em;
    }
    .core {
        margin: 1em 0;
    }
    .card {
        margin: 0 0 1em 0;
    }
    .testi-height {
        height: 400px;
    }
    .testimonial h3 {
        font-size: 1.2em;
    }
    .pressrelease h2 {
        font-size: 1.2em;
    }
    .industries h2 {
        font-size: 1.2em;
    }
    header {
        height: 4rem;
    }
    .accountingsec ul li {
        width: 100%;
        margin: 0;
    }
    .accountingsec ul li h4 {
        margin-bottom: 0.5em;
    }
    .accountingsec h1 {
        font-size: 24px;
    }
	.bubble blockquote {min-height: 380px;}
	.serbox {width:100%;}
	.ser-sec h2 {
    margin: 0 0 1em 0;
}
}
@media (max-width: 360px) {
    .industries ul li {
        width: 96%;
        margin: 0 auto 5% auto;
        float: none;
        font-weight: 400;
        line-height: 1.3;
    }
    .industries ul li:nth-child(3n + 3) {
        margin: 0 auto 5% auto;
    }
    .year {
        padding: 7em 0 0 0;
    }
    .year ul li {
        width: 100%;
        margin: 0 0 5em 0;
    }
    .year h5 {
        margin: 0 0 0 6.5em;
        padding: 2em 1em 1em 1em;
    }
    .year .p1 {
        top: -5em;
        text-align: center;
    }
    .year .p2 {
        bottom: 8.6em;
        text-align: center;
    }
    .industries-sec {
        padding: 1em 0 0 0;
    }
    ul.footer-menu {
        margin: 1em 0;
    }
    .profile-con p {
        width: 96%;
        margin: 0 auto 1em auto;
    }
    .core-value h2 {
        font-size: 1.2em;
    }
    .ourteam ul li {
        width: 100%;
    }
    .banner img {
        height: 140px;
    }
    .ourteam ul h2 {
        text-align: center;
        font-size: 1.3em;
    }
    .bannerflag {
        top: 56px;
        left: 20px;
        width: 75px;
    }
    .whatsapp-panel-btn {
        bottom: 20%;
    }
    .email-btn {
        bottom: 10%;
        right: 7%;
    }
    .call-btn {
        bottom: 0%;
        right: 7%;
    }
    .hoverss figure {
        margin-top: 2em;
    }
    .core {
        margin: 1em 0;
    }
    .card {
        margin: 0 0 1em 0;
    }
    .testi-height {
        height: 400px;
    }
    .testimonial h3 {
        font-size: 1.2em;
    }
    .pressrelease h2 {
        font-size: 1.2em;
    }
    .industries h2 {
        font-size: 1.2em;
    }
    header {
        height: 4rem;
    }
    .accountingsec ul li {
        width: 100%;
        margin: 0;
    }
    .accountingsec ul li h4 {
        margin-bottom: 0.5em;
    }
    .accountingsec h1 {
        font-size: 24px;
    }
	.bubble blockquote {min-height: 380px;}
	.serbox {width:100%;}
	.ser-sec h2 {
    margin: 0 0 1em 0;
}
}
@media (max-width: 320px) {
    .serbox {width:100%;}
	.ser-sec h2 {margin: 0 0 1em 0;}
	.industries ul li {
        width: 96%;
        margin: 0 auto 5% auto;
        float: none;
        font-weight: 400;
        line-height: 1.3;
    }
    .industries ul li:nth-child(3n + 3) {
        margin: 0 auto 5% auto;
    }
    .year {
        padding: 7em 0 0 0;
    }
    .year ul li {
        width: 100%;
        margin: 0 0 5em 0;
    }
    .year h5 {
        margin: 0 0 0 5.5em;
        padding: 2em 1em 1em 1em;
    }
    .year .p1 {
        top: -5em;
        text-align: center;
    }
    .year .p2 {
        bottom: 8.6em;
        text-align: center;
    }
    .industries-sec {
        padding: 1em 0 0 0;
    }
    ul.footer-menu {
        margin: 1em 0;
    }
    .profile-con p {
        width: 96%;
        margin: 0 auto 1em auto;
    }
    .core-value h2 {
        font-size: 1.2em;
    }
    .ourteam ul li {
        width: 100%;
    }
    .banner img {
        height: 134px;
    }
    .ourteam ul h2 {
        text-align: center;
        font-size: 1.3em;
    }
    .bannerflag {
        top: 56px;
        left: 20px;
        width: 75px;
    }
    .whatsapp-panel-btn {
        bottom: 39%;
    }
    .email-btn {
        bottom: 27%;
        right: 7%;
    }
    .call-btn {
        bottom: 15%;
        right: 7%;
    }
    .hoverss figure {
        margin-top: 2em;
    }
    .core {
        margin: 1em 0;
    }
    .card {
        margin: 0 0 1em 0;
    }
    .testi-height {
        height: 400px;
    }
    .testimonial h3 {
        font-size: 1.2em;
    }
    .pressrelease h2 {
        font-size: 1.2em;
    }
    .industries h2 {
        font-size: 1.2em;
    }
    header {
        height: 4rem;
    }
    .accountingsec h1 {
        font-size: 24px;
    }
    .accountingsec ul li {
        width: 100%;
        margin: 0;
    }
    .accountingsec ul li h4 {
        margin-bottom: 0.5em;
    }
    .accountingsec h1 {
        font-size: 24px;
    }
	.bubble blockquote {min-height: 380px;}
}