* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, form label, form input, section {
  cursor: url('../images/icons/cursor.png') 0 0, auto;
}
html, div, img, ul, li, a, p, ol, body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Raleway", serif;
  color: #1D1919;font-weight: 700;
}
h1, .h1 {font-size: 42px;line-height: 48px;}
h2, .h2 {font-size: 36px;line-height: 42px;}
h3, .h3 {font-size: 30px;line-height: 36px;}
h4, .h4 {font-size: 24px;line-height: 30px;}
h5, .h5 {font-size: 22px;line-height: 26px;}
h6, .h6 {font-size: 20px;line-height: 26px;}

ul, a, input {
  text-decoration: none;
  list-style: none;
  text-decoration: none;
  outline: none;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}

a {transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;}

a:hover {
  text-decoration: none;
}
.container {
    display: block;
    max-width: 1350px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;position: relative;
}
.container.width90 {width: 90%;}
.container.width80 {width: 80%;}
.container.width70 {width: 70%;}
.container.width60 {width: 60%;}
.container.width50 {width: 50%;}

html, body, body p {font-size: 20px;line-height: 28px;color: #1D1919;font-weight: 400;}
body p, body ul li, body ol li {margin: 0 0 15px;}

.d_block {display: block;clear: both;}
.text_center {text-align: center;}
.sec_title {display: inline-block;font-weight: 700;font-size: 40px;
  line-height: 46px;color: #1D1919;letter-spacing: 0;position: relative;margin: 0 0 25px;
}
.sec_title span {font-weight: 700;font-size: 80px;}
.sec_title.big_font {font-weight: 400;font-size: 33px;line-height: 36px;}
.sec_title.big_font span {font-weight: 700;font-size: 100px;}
.sec_title.color_light {color: rgba(29, 25, 25, 0.55);}
.sec_title.color_light span {color: #1D1919;}
.btn {display: inline-block;background-color: #2F2C2C;border-radius: 42px;-moz-border-radius: 42px;-webkit-border-radius: 42px;
  padding: 5px 22px;color: #fff;font-weight: 700;font-size: 16px;line-height: 24px;margin: 5px 0 0;
}
.btn img {display: inline-block;max-width: 28px;vertical-align: middle;}
.btn:hover {background-color: #1d19198c;transform: scale(1.05);-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.sec_desc {display: inline-block;width: 100%;}
.sec_desc p span {opacity: 0.5;}
.bg_gray_dark {background-color: #1D1919;}
.bg_gray_light {background-color: rgba(29, 25, 25, 0.15);}
.color_white, .color_white p {color: #FFFDFD;}
.p_0 {padding: 0;}
.pt_2 {padding-top: 20px;}
.pt_3 {padding-top: 30px;}
.pt_4 {padding-top: 40px;}
.pt_5 {padding-top: 50px;}
.pb_0 {padding-bottom: 0;}
.pb_5 {padding-bottom: 50px;}
.pb_6 {padding-bottom: 60px;}
.mt_2 {margin-top: 20px;}
.mt_3 {margin-top: 30px;}
.mt_4 {margin-top: 40px;}
.mt_5 {margin-top: 50px;}
.mb_0 {margin-bottom: 0;}
.hidden {display: none !important;}
img {transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;}

.one_half {float: left;width: 49%;margin: 0 2% 0 0;}
.one_half.last {margin-right: 0;}
.slick-slider .slick-dots {display: inline-block;line-height: 0;margin: 10px 0 0;padding: 0;list-style: none;}
.slick-slider .slick-dots li {display: inline-block;margin: 0 3px;line-height: 0;background-color: transparent;
    border: solid 1px #000;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
    width: 20px;height: 20px;padding: 2px;vertical-align: middle;
}
.slick-slider .slick-dots li button {display: inline-block;width: 100%;height: 100%;font-size: 0;border-radius: 50%;
    -moz-border-radius: 50%;-webkit-border-radius: 50%;padding: 0;border: 0;vertical-align: middle;
    background-color: transparent;cursor: pointer;
}
.slick-slider .slick-dots li.slick-active button {background-color: #1D1919;}

header.site-header {display: block;padding: 25px 0;width: 100%;max-width: 100%;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;position: relative;top: 0;left: 0;z-index: 9999;
    background: rgba(0, 0, 0, 0.4);float: left;
}
body.home header.site-header {position: fixed;}
header.site-header.sticky {position: fixed;background: rgba(0, 0, 0, 0.6);}

header .head_left {float: left;}
header .site_logo {float: left;position: relative;}
header .site_logo img {float: left;max-width: 160px;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;}
header .site_logo img.scroll_logo {display: none;}
header.site-header.sticky .site_logo img {display: none;}
header.site-header.sticky .site_logo img.scroll_logo,
body.home header.site-header.sticky .site_logo img {display: block;}

header .head_right {float: right;padding: 5px 0 0;}
header .primary-navigation {float: left;}
header .primary-menu-container {float: left;margin: 0 !important;}
header .primary-navigation ul li {float: left;padding: 10px 20px;position: relative;margin: 0;}
header .primary-navigation ul li a {font-size: 20px;line-height: 25px;color: #1D1919;
    font-weight: 500;text-decoration: none;
    position: relative;padding: 0 !important;position: relative;
}
body.home header .primary-navigation ul li a,
header.site-header.sticky .primary-navigation ul li a {color: #FFFDFD;}
header .primary-navigation ul li a:after {content: '';height: 1.5px;width: 0;position: absolute;left: 0;top: 100%;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;background-color: #1D1919;
}
body.home header .primary-navigation ul li a:after,
header.site-header.sticky .primary-navigation ul li a:after {background-color: #FFFDFD;}
header .primary-navigation ul li a:hover:after,
header .primary-navigation ul li.active a:after {width: 100%;}
header .primary-navigation ul li a i {}
header .primary-navigation ul li .sub_menu {display: none;position: absolute;left: 18px;top: 95%;width: 250px;
    background-color: #1D1919;padding: 10px 0;border-radius: 10px;-moz-border-radius: 10px;
    -webkit-border-radius: 10px;z-index: 999;
}
header .primary-navigation ul li.has_sub:hover .sub_menu {display: block;}
header .primary-navigation ul li .sub_menu li {float: left;width: 100%;border-bottom: solid 1px #000;padding: 0 12px 5px;}
header .primary-navigation ul li .sub_menu li:last-child {border: 0;}
header .primary-navigation ul li .sub_menu li a {font-size: 13px;line-height: 20px;color: #FFFDFD;}
header .primary-navigation ul li .sub_menu li a:after {display: none;}

.site_content {float: left;width: 100%;}
section {float: left;width: 100%;padding: 80px 0 0;position: relative;}
.home_banner_section {padding: 0;line-height: 0;}
.home_banner_section img {width: 100%;}
.home_slider .slide_item {width: 100%;}
.home_slider .slide_item img {width: 100%;}
.home_slider .slick-dots {display: inline-block;position: absolute;bottom: 20px;width: 100%;}
.home_slider .slick-dots li {border-color: #fff;}
.home_slider .slick-dots li.slick-active button {background-color: #fff;}

.vt_social_links {position: absolute;top: 20px;right: 20px;padding: 43px 0;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;z-index: 999;
}
.vt_social_links.fixed {position: fixed;top: 75px;}
.vt_social_links:before {content: '';width: 2px;height: 40px;background-color: #000;position: absolute;left: 50%;top: 0;
    margin-left: -1px;
}
.vt_social_links:after {content: '';width: 2px;height: 40px;background-color: #000;position: absolute;left: 50%;bottom: 0;
    margin-left: -1px;
}
.vt_social_links.color_white:before,
.vt_social_links.color_white:after {background-color: #fff;}
.vt_social_links ul {display: inline-block;}
.vt_social_links ul li {padding: 2px 0;margin: 0;}
.vt_social_links ul li a {display: inline-block;}
.vt_social_links ul li img {vertical-align: middle;}
.vt_social_links ul li a:hover img {-ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3);
}

footer.site-footer {float: left;width: 100%;padding: 0;border-top: solid 1px #1D1919;padding: 45px 0 0;margin: 80px 0 0;}
footer .footer_top {float: left;width: 100%;padding: 0 15px;}
footer .footer_top img {float: right;max-width: 110px;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
footer .footer_top.fixed img {position: fixed;right: 5px;bottom: 5px;z-index: 99;}


footer .footer_mid {float: left;width: 100%;padding: 25px 0;}
footer .footer_widget {float: left;width: 25%;padding: 0 3% 0 0;}
footer .footer_widget:nth-child(2),
footer .footer_widget:nth-child(3) {width: 20%;}
footer .footer_widget:nth-child(4) {width: 35%;}
footer .footer_logo {float: left;}
footer .footer_widget .fwidget_title {color: #0A142F;margin: 0 0 15px;}
footer .footer_widget .fwidget_content li,
footer .footer_widget .fwidget_content p,
footer .footer_widget .fwidget_content a {color: rgba(29, 25, 25, 0.55);}
footer .footer_widget .fwidget_content li {margin: 0 0 10px;}
footer .footer_widget .fwidget_content a:hover {color: rgba(29, 25, 25, 0.15);}

footer .copyright {float: left;width: 100%;padding: 10px 0;}
footer .copyright p {font-size: 16px;color: rgba(29, 25, 25, 0.55);margin: 0;}

.content_area {float: left;width: 100%;position: relative;}
.services_slider {display: block;width: 100%;margin: 20px 0 0;text-align: center;}
.services_slider .slick-list {padding-left: 0 !important;margin: 0 0 25px;}
.services_slider .slick-track {display: flex;}
.services_slider .slick-slide {padding: 0 40px;border-right: solid 1px #000;position: relative;}
.services_slider .slide_item {display: inline-block;width: 100%;}
.services_slider .slide_item .hover_box {width: 100px;height: 100px;border-radius: 50%;-moz-border-radius: 50%;
    -webkit-border-radius: 50%;background-color: #1D1919;position: absolute;top: 50px;right: 0;font-size: 16px;line-height: 100px;
    color: #fff;font-weight: 500;transform: translate(-50%, -50%);opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.services_slider .slide_item:hover:after {opacity: 1;}
.services_slider .slide_item .number {float: left;font-size: 60px;line-height: 64px;color: rgba(29, 25, 25, 0.3);font-weight: 500;
    padding: 0 15px;
}
.services_slider .slide_item .icon {float: left;width: 100%;margin: 10px 0;}
.services_slider .slide_item .icon img {float: left;max-height: 150px;}
.services_slider .slide_item .details {float: left;width: 100%;text-align: left;padding: 0 15px;}
.services_slider .slide_item .details h4 {font-size: 20px;line-height: 26px;color: rgba(29, 25, 25, 0.3);font-weight: 600;margin: 0;}
.services_slider .slide_item .more_link {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;cursor: none;}

.services_slider .slide_item:hover .number,
.services_slider .slide_item:hover .details h4 {color: #1D1919;}

.fworks_slider {float: left;width: 100%;margin: 15px 0 25px;}
.fworks_slider .slick-slide {padding: 0 6px;}
.fworks_slider .slide_item {display: inline-block;width: 100%;height: 100%;border-radius: 28px;-moz-border-radius: 28px;
    -webkit-border-radius: 28px;overflow: hidden;line-height: 0;
}
.fworks_slider .slide_item img {display: inline-block;width: 100%;height: 240px;}

.fworks_design {display: flex;justify-content: center;align-items: center;min-height: 400px;margin: 0 0 50px;}
.fworks_animation {
    position: relative;
    width: 200px;
    height: 200px;
    transform-style: preserve-3d;
    animation: animate 30s linear infinite;
}
.fworks_animation:hover {
    animation-play-state: paused;
}

/* Adding keyframes for animation */
@keyframes animate {
    0% {
      transform: perspective(1500px) rotateY(0deg);
    }
    100% {
     transform: perspective(1500px) rotateY(-360deg);
    }
}

.fworks_animation .slide_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform:
    rotateY(calc(var(--i) * 45deg)) translateZ(400px);
    -webkit-box-reflect: 
    below 0px linear-gradient(transparent, transparent, #0004);
}

/* Adding object-fit CSS 
property to all the images */
.fworks_animation .slide_item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 300px;
}

.clients_logos {float: left;width: 100%;}
.clients_logos .clogo_item {display: inline-block;text-align: center;}
.clients_logos .clogo_item a {display: inline-block;cursor: url('../images/icons/cursor.png') 10 0, auto;}
.clients_logos .clogo_item img {display: inline-block;max-width: 160px;max-height: 70px;
    transition: filter 0.3s ease, transform 0.3s ease;-moz-transition: filter 0.3s ease, transform 0.3s ease;
    -webkit-transition: filter 0.3s ease, transform 0.3s ease;
}
.clients_logos .clogo_item img.hover,
.clients_logos .clogo_item a:hover img {display: none;}
.clients_logos .clogo_item a:hover img.hover {display: block;transform: scale(1.15);}

.testi_slider {float: left;width: 100%;}
.testi_slider .slick-track {
    display: flex !important;
}
.testi_slider .slick-list {margin: 20px 0;}
.testi_slider .slick-slide {padding: 0 10px;height: inherit !important;}
.testi_slider .slick-slide > div {height: 100%;}
.testi_slider .slide_item {display: inline-block;border: solid 2px #1D1919;border-radius: 28px;-moz-border-radius: 28px;
    -webkit-border-radius: 28px;background-color: #1D1919;padding: 35px 20px 20px;text-align: center;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;height: 100%;
}
.testi_slider .slide_item .name {font-size: 24px;line-height: 30px;font-weight: 700;color: #FFFDFD;margin: 0;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.testi_slider .slide_item .designation {font-size: 14px;line-height: 20px;font-weight: 400;color: #FFFDFD;margin: 0;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.testi_slider .slide_item .desc {display: inline-block;width: 100%;min-height: 150px;margin: 0 0 20px;}
.testi_slider .slide_item .desc p {color: #FFFDFD;margin: 0;font-size: 14px;line-height: 20px;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.testi_slider .slide_item:hover {background-color: #fff;}
.testi_slider .slide_item:hover .name,
.testi_slider .slide_item:hover .designation,
.testi_slider .slide_item:hover .desc p {color: #1D1919;}

.inpage_banner_section {padding: 0;line-height: 0;height: 255px;margin: 50px 0 0;background-color: #0091D4;}
.inpage_banner_section.bg_color_1 {background-color: #FFB900;}
.inpage_banner_section.bg_color_2 {background-color: #DEDA00;}
.inpage_banner_section.bg_color_3 {background-color: #ff7b57;}
.inpage_banner_section.bg_color_4 {background-color: #FFB900;}
.inpage_banner_section.bg_color_5 {background-color: #FFCE47;}
.inpage_banner_section.bg_color_6 {background-color: #A2DE21;}
.inpage_banner_section.bg_color_7 {background-color: #DE9B00;}
.inpage_banner_section img {display: inline-block;width: 100%;height: 100%;}
.inpage_banner_section .banner_contents {position: absolute;left: 0;top: 0;
    width: 100%;height: 100%;z-index: 99;
}
.inpage_banner_section .container {display: flex;align-items: center;height: 100%;
    justify-content: center;
}
.inpage_banner_section .bcont_inner {
    display: inline-block;
    width: 100%;
}
.inpage_banner_section .banner_contents h1 {font-weight: 700;font-size: 80px;line-height: 86px;color: #FFFDFD;
    margin: 0;
}
.inpage_banner_section .banner_contents h1 span {color: transparent;
    text-stroke: 1px #FFFDFD;-moz-text-stroke: 1px #FFFDFD;-webkit-text-stroke: 1px #FFFDFD;
}

.our_leadership {float: left;width: 100%;display: flex;flex-wrap: wrap;align-items: center;position: relative;
    margin: 20px 0 0;
}
.our_leadership:after {content: '';background-image: url('../images/leadership-sec-after.png');background-repeat: no-repeat;
    background-position: bottom left;background-size: 100% auto;width: 750px;height: 660px;position: absolute;
    left: -20px;bottom: 0;opacity: 0.4;z-index: 1;
}
.our_leadership .leader_thumb {float: left;width: 42%;position: relative;z-index: 9;height: 660px;display: flex;
    align-items: end;
}
.our_leadership .leader_thumb img {float: left;width: 100%;}
.our_leadership .leader_detail {float: left;width: 58%;padding: 0 0 0 2%;position: relative;z-index: 9;}
.our_leadership .leader_detail .name {font-weight: 700;color: #1D1919;
    font-size: 100px;line-height: 106px;margin: 0 0 10px;text-shadow: 0 4px 4px rgba(0,0,0,0.25);letter-spacing: -4px;
}
.our_leadership .leader_detail .designation {color: #1D1919;font-size: 20px;line-height: 25px;font-weight: 700;margin: 0;}
.our_leadership .leader_detail .designation a {color: #1D1919;vertical-align: middle;display: inline-block;}
.our_leadership .leader_detail .designation a:hover {color: #0a66c2;-ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Safari 3-8 */
  transform: scale(1.4);
}
.our_leadership .leader_detail .desc {margin: 20px 0 0;}

.leader_small_lists {float: left;width: 100%;position: absolute;left: 0;bottom: 0;background-color: rgba(29,25,25,0.7);
    padding: 10px 0;z-index: 99;
}
.leader_small_lists .container {display: flex;justify-content: center;flex-wrap: wrap;}
.leader_small_lists .smlead_item {display: inline-block;width: 20%;text-align: center;}
.leader_small_lists .smlead_item .thumb {display: inline-block;width: 120px;height: 120px;border-radius: 50%;
    -moz-border-radius: 50%;-webkit-border-radius: 50%;overflow: hidden;margin: 0 0 5px;cursor: pointer;
}
.leader_small_lists .smlead_item .thumb img {display: inline-block;width: 100%;height: 100%;object-fit: contain;}
.leader_small_lists .smlead_item .thumb img.hover_thumb {display: none;}
.leader_small_lists .smlead_item .thumb:hover img,
.leader_small_lists .smlead_item.active .thumb img {display: none;}
.leader_small_lists .smlead_item .thumb:hover img.hover_thumb,
.leader_small_lists .smlead_item.active .thumb img.hover_thumb {display: inline-block;}
.leader_small_lists .smlead_item h5 {font-size: 18px;line-height: 24px;color: #FFFDFD;margin: 0 0 5px;
    font-weight: 600;
}

.team_lists {float: left;width: 100%;margin: 0 0 15px;}
.team_lists .tbox_item {float: left;width: 24%;margin: 10px 1.33% 10px 0;}
.team_lists .tbox_item:nth-child(4n) {margin-right: 0;}
.team_lists .tbox_item .thumb {float: left;width: 100%;height: 320px;}
.team_lists .tbox_item .thumb img {float: left;width: 100%;height: 100%;object-fit: cover;}
.team_lists .tbox_item .details {float: left;width: 100%;background-color: #403D3D;
    padding: 25px 12px;text-align: left;
}
.team_lists .tbox_item .details .left {float: left;padding-right: 5px;}
.team_lists .tbox_item .details .name {color: #fff;font-weight: 500;font-size: 18px;
    line-height: 22px;margin: 0;
}
.team_lists .tbox_item .details .designation {font-weight: 400;color: #fff;
    font-size: 12px;line-height: 16px;margin: 0;
}
.team_lists .tbox_item .details .right {float: right;text-align: right;}
.team_lists .tbox_item .details .right a,
.team_lists .tbox_item .details .right a img {display: inline-block;}
.team_lists .tbox_item .details .right a img.hover_icon {display: none;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
.team_lists .tbox_item .details .right a:hover img {display: none;}
.team_lists .tbox_item .details .right a:hover img.hover_icon {display: inline-block;transform: scale(1.3);-moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.team_lists .tbox_item:hover .thumb img,
.team_lists .tbox_item .thumb img.hover_thumb {display: none;}
.team_lists .tbox_item:hover .thumb img.hover_thumb {display: inline-block;}

.contact_form_area {float: left;width: 100%;position: relative;z-index: 9;}
form .form_field {float: left;width: 100%;margin: 5px 0;}
form .one_half {float: left;width: 46%;margin: 0 8% 0 0;}
form .one_half.last {margin-right: 0;}
form label {float: left;width: 100%;font-size: 15px;line-height: 22px;color: #1D1919;margin: 0 0 5px;}
form .input_field {float: left;width: 100%;}
form .file_field {border-bottom: solid 1px #8D8D8D;}
form .form_control {float: left;width: 100%;border: 0;border-bottom: solid 1px #8D8D8D;background: transparent;
    font-size: 15px;line-height: 22px;color: #1D1919;
}
form input[type="file"] {border: 0;max-width: 150px;}
form .file_btn {
    padding: 1px 4px;
    background-color: #d9d9d9;
    border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
    display: inline-block;width: auto;color: #8D8D8D;font-size: 14px;
    line-height: 18px;margin: 0 0 2px;
}
form #fileName {font-size: 14px;line-height: 18px;float: left;padding-left: 5px;}
form .radio_field {font-size: 14px;}
form .btn {cursor: url('../images/icons/cursor.png'), auto;border: 0;position: relative;background-image: url('../images/icons/arrow-right.png');
    background-repeat: no-repeat;background-size: 22px auto;background-position: 80px center;padding-right: 48px;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}

#careerForm .btn { cursor: pointer !important;}

.location_section .container:before {content: '';width: 98%;height: 542px;position: absolute;left: 0;top: -265px;
    background-color: rgba(240, 240, 240, 0.8);border-radius: 11px;
    -moz-border-radius: 11px;-webkit-border-radius: 11px;
}
.location_section .container {display: flex;align-items: center;flex-wrap: wrap;}
.location_section .map_img {position: absolute;left: 80px;z-index: 99;}
.location_section .map_img img {display: inline-block;max-width: 460px;}
.location_section .map_img .loc_pointers {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.location_section .map_img .loc_pointers .lpt_item {position: absolute;width: 20px;height: 20px;}
.location_section .map_img .loc_pointers .tool_tip {background-color: #000;font-size: 10px;line-height: 15px;color: #fff;
    width: 80px;position: absolute;left: 0;top: 100%;text-align: center;padding: 3px;border-radius: 5px;
    -moz-border-radius: 5px;-webkit-border-radius: 5px;display: none;
}
.location_section .map_img .loc_pointers .lpt_item:hover .tool_tip {display: block;}
.location_section .map_img .loc_pointers .lpt_item.pt1 {left: 146px;top: 108px;}
.location_section .map_img .loc_pointers .lpt_item.pt2 {left: 155px;top: 122px;}
.location_section .map_img .loc_pointers .lpt_item.pt3 {left: 200px;top: 150px;}
.location_section .map_img .loc_pointers .lpt_item.pt4 {left: 268px;top: 165px;}
.location_section .map_img .loc_pointers .lpt_item.pt5 {left: 298px;top: 204px;}
.location_section .map_img .loc_pointers .lpt_item.pt6 {left: 119px;top: 250px;}
.location_section .map_img .loc_pointers .lpt_item.pt7 {left: 141px;top: 250px;}
.location_section .map_img .loc_pointers .lpt_item.pt8 {left: 172px;top: 292px;}
.location_section .map_img .loc_pointers .lpt_item.pt9 {left: 135px;top: 338px;}
.location_section .map_img .loc_pointers .lpt_item.pt10 {left: 187px;top: 345px;}
.location_section .location_address {float: right;width: 70%;border: solid 1px #1D1919;border-radius: 18px;
    -moz-border-radius: 18px;-webkit-border-radius: 18px;padding: 20px 30px 20px 200px;height: 560px;
    display: flex;align-items: center;flex-wrap: wrap;margin-left: 30%;position: relative;
    z-index: 9;
}
.location_section .location_address .sec_title {font-weight: 500;}
.location_section .location_address .lcadd_inner {display: inline-block;width: 100%;}
.location_section .location_address p {line-height: 40px;margin: 0 0 5px;transition: 0.3s all;
    -moz-transition: 0.3s all;-webkit-transition: 0.3s all;
}
.location_section .location_address .color_1 {color: #7FBA00;}
.location_section .location_address .color_2 {color: #0091D4;}
.location_section .location_address .color_3 {color: #FFB900;}
.location_section .location_address .color_4 {color: #F25022;}

.location_section .location_address p.focus {text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transform: scale(1.04);-moz-transform: scale(1.04);-webkit-transform: scale(1.04);
    /*animation: blink-animation 1s steps(1, start) infinite;*/
}
@keyframes blink-animation {
    50% {
        opacity: 0.5;
    }
}

.job_openings {float: left;width: 100%;text-align: center;margin: 20px 0 0;}
.job_openings .slide_item {padding: 0 20px;position: relative;}
.job_openings .slide_item .thumb {display: inline-block;width: 100%;background-color: #C4C4C4;border-radius: 55px;
    -moz-border-radius: 55px;-webkit-border-radius: 55px;padding: 15px 0 0;line-height: 0;overflow: hidden;
}
.job_openings .slide_item .thumb img {display: inline-block;max-width: 220px;}
.job_openings .slide_item .thumb:hover img,
.job_openings .slide_item.active .thumb img,
.job_openings .slide_item .thumb img.hover_thumb {display: none;}
.job_openings .slide_item .thumb:hover img.hover_thumb,
.job_openings .slide_item.active .thumb img.hover_thumb {display: inline-block;}
.job_openings .slide_item .details {position: absolute;bottom: 10px;right: 143px;width: 58px;background-color: #fff;
    border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;padding: 2px;
}
.job_openings .slide_item .details p {font-size: 12px;font-weight: 700;line-height: 17px;margin: 0;}

.career_form_area {float: left;width: 100%;background-color: rgba(240, 240, 240, 0.8);border-radius: 11px;
    -moz-border-radius: 11px;-webkit-border-radius: 11px;padding: 50px;
}
.career_form_area form .btn {background-position: 136px center;}

.achieve_lists {float: left;width: 100%;display: flex;flex-wrap: wrap;}
.achieve_lists .achieve_item {float: left;width: 18.5%;margin: 5px 1.8% 5px 0;text-align: center;}
.achieve_lists .achieve_item:nth-child(5n) {margin-right: 0;}
.achieve_lists .achieve_item .icon {display: inline-block;line-height: 0;}
.achieve_lists .achieve_item .icon img {display: inline-block;max-width: 70px;max-height: 60px;}
.achieve_lists .achieve_item .details {display: inline-block;width: 100%;}
.achieve_lists .achieve_item .details .number {display: inline-block;width: 100%;margin: 0;
    font-weight: 700;font-size: 50px;line-height: 54px;color: #1D1919;
}
.achieve_lists .achieve_item .details p {margin: 0;color: #1D1919;font-weight: 400;
    font-size: 20px;line-height: 25px;
}

.portfolio_filter {float: left;width: 100%;margin: 0 0 10px;}
.portfolio_filter .pfilter_cats {float: left;width: 100%;text-align: center;}
.portfolio_filter .pfilter_cats ul {display: inline-block;margin: 0;padding: 0;list-style: none;}
.portfolio_filter .pfilter_cats ul li {display: inline-block;padding: 0 12px;
    font-weight: 500;font-size: 22px;line-height: 30px;
}
.portfolio_filter .pfilter_cats ul li a {display: inline-block;color: #1D1919;position: relative;padding: 0 0 2px;}
.portfolio_filter .pfilter_cats ul li a:after {content: '';height: 2px;width: 0;background-color: #000;position: absolute;
    left: 0;bottom: 0;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.portfolio_filter .pfilter_cats ul li a:hover:after,
.portfolio_filter .pfilter_cats ul li.active a:after {width: 100%;}
.portfolio_filter .portfolio_grid {float: left;width: 100%;padding: 0;}
.portfolio_filter .portfolio_grid .portfolio_item {float: left;width: 100%;display: flex;align-items: center;
    margin: 20px 0;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;position: relative;
    overflow: hidden;
}
.portfolio_filter .portfolio_grid .portfolio_item.even {flex-direction: row-reverse;}
.portfolio_filter .portfolio_grid .portfolio_item .thumb {float: left;position: relative;width: 360px;height: 360px;border-radius: 40px;
    -moz-border-radius: 40px;-webkit-border-radius: 40px;overflow: hidden;
}
.portfolio_filter .portfolio_grid .portfolio_item .thumb img {display: inline-block;width: 100%;height: 100%;object-fit: contain;}
.portfolio_filter .portfolio_grid .portfolio_item .details {float: left;width: 58%;padding: 0 0 0 9%;text-align: left;}
.portfolio_filter .portfolio_grid .portfolio_item.even .details {padding: 0 9% 0 0;}
.portfolio_filter .portfolio_grid .portfolio_item .details .title {color: #1D1919;
    font-size: 36px;line-height: 40px;font-weight: 500;margin: 0 0 25px;
}
.portfolio_filter .portfolio_grid .portfolio_item .view_cstudy {
    width: 120px;height: 120px;border-radius: 50%;-moz-border-radius: 50%;
    -webkit-border-radius: 50%;background-color: #1D1919;position: absolute;top: 50px;right: 0;font-size: 20px;line-height: 24px;
    color: #fff;font-weight: 500;opacity: 0;transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;display: flex;align-items: center;justify-content: center;
}
.portfolio_filter .portfolio_grid .portfolio_item .more_link {position: absolute;left: 0;top: 0;width: 100%;height: 100%;
    z-index: 9;cursor: none;
}

.portfolio_filter .portfolio_grid.new_design {display: grid;grid-template-columns: repeat(3, 1fr);gap: 15px;
    align-items: center;justify-items: center;margin: 10px 0 0;
}
.portfolio_filter .portfolio_grid.new_design .portfolio_item {width: 100%;margin: 0 auto;text-align: center;}

.portfolio_filter .portfolio_grid.new_design .portfolio_item .thumb {width: 100%;height: 400px;border-radius: 35px;
    -moz-border-radius: 35px;-webkit-border-radius: 35px;margin: 0;
}
.portfolio_filter .portfolio_grid.new_design .portfolio_item .thumb img {object-fit: unset;}
.portfolio_filter .portfolio_grid.new_design .portfolio_item .view_cstudy {display: none;}
.portfolio_filter .portfolio_grid.new_design .portfolio_item .more_link {cursor: pointer;}

.mission_section {background-image: url('../images/mission-sec-bg.jpg');background-repeat: no-repeat;
    background-position: left top;background-size: 100% 100%;min-height: 360px;background-attachment: scroll;
    display: flex;align-items: center;padding: 0;
}
.mission_section:after {content: '';background-color: #1D1919;opacity: 0.6;position: absolute;left: 0;top: 0;
    width: 100%;height: 100%;
}
.mission_section .container {z-index: 99;}

.journey_slider {float: left;width: 100%;margin: 15px 0 0;}
.journey_slider .slick-list, .journey_slider .slick-track {display: flex;}
.journey_slider .slick-slide {padding: 8px;display: flex;}

.journey_slider .slide_item {display: inline-block;width: 100%;border-radius: 35px;
    -moz-border-radius: 35px;-webkit-border-radius: 35px;border: solid 2px #1D1919;text-align: center;padding: 25px 15px;
    height: 100%;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.journey_slider .slide_item .sitem_inner {display: inline-block;width: 100%;text-align: center;}
.journey_slider .slide_item .icon {display: inline-block;width: 100%;}
.journey_slider .slide_item .icon img {display: inline-block;max-width: 44px;max-height: 40px;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.journey_slider .slide_item .icon img.hover_icon {display: none;}
.journey_slider .slide_item h4 {display: inline-block;width: 100%;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
    font-size: 20px;line-height: 26px;font-weight: 500;
}
.journey_slider .slide_item .desc {display: inline-block;width: 100%;}
.journey_slider .slide_item .desc p {margin: 0;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;font-size: 14px;line-height: 20px;
}
.journey_slider .slick-dots {float: left;width: 100%;text-align: center;margin: 25px 0 0;}

.journey_slider .slide_item:hover {box-shadow: 6px 6px 6px 0px #5e4b4b42;}

.why_choose_lists {float: left;width: 100%;}
.why_choose_lists .slick-list, .why_choose_lists .slick-track {display: flex;}
.why_choose_lists .slick-slide {padding: 0 6px;display: flex;}

.why_choose_lists .slide_item {display: inline-block;width: 100%;background-color: #1D1919;border-radius: 35px;
    -moz-border-radius: 35px;-webkit-border-radius: 35px;border: solid 2px #1D1919;text-align: center;padding: 25px 15px;
    height: 100%;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.why_choose_lists .slide_item .sitem_inner {display: inline-block;width: 100%;text-align: center;}
.why_choose_lists .slide_item .icon {display: inline-block;width: 100%;}
.why_choose_lists .slide_item .icon img {display: inline-block;max-width: 36px;max-height: 44px;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
.why_choose_lists .slide_item .icon img.hover_icon {display: none;}
.why_choose_lists .slide_item h4 {display: inline-block;width: 100%;color: #FFFDFD;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
    font-size: 20px;line-height: 26px;font-weight: 500;
}
.why_choose_lists .slide_item .desc {display: inline-block;width: 100%;}
.why_choose_lists .slide_item .desc p {color: #FFFDFD;margin: 0;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;font-size: 14px;line-height: 20px;
}
.why_choose_lists .slick-dots {float: left;width: 100%;text-align: center;margin: 25px 0 0;}

.why_choose_lists .slide_item:hover {background-color: #fff;}
.why_choose_lists .slide_item:hover h4,
.why_choose_lists .slide_item:hover .desc p {color: #1D1919;}
.why_choose_lists .slide_item:hover .icon img {display: none;}
.why_choose_lists .slide_item:hover .icon img.hover_icon {display: inline-block;}

.awards_slider {float: left;width: 100%;margin: 20px 0 0;}
.awards_slider .slick-list, .awards_slider .slick-track {display: flex;}
.awards_slider .slick-slide {padding: 0 10px;}
.awards_slider .slide_item {display: inline-block;width: 100%;border-radius: 35px;-moz-border-radius: 35px;
    -webkit-border-radius: 35px;overflow: hidden;position: relative;line-height: 0;
}
.awards_slider .slide_item .thumb {display: inline-block;width: 100%;}
.awards_slider .slide_item .thumb img {display: inline-block;width: 100%;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;height: 600px;
}

.awards_slider .slide_item .details {position: absolute;left: 0;bottom: 0;padding: 10px 10px 25px;text-align: center;}
.awards_slider .slide_item .details .icon {display: inline-block;}
.awards_slider .slide_item .details .icon img {display: inline-block;max-width: 30px;}
.awards_slider .slide_item .details h3 {font-weight: 400;color: #FFFDFD;margin: 0 0 5px;}
.awards_slider .slide_item .details p {color: #FFFDFD;margin: 0;}

.awards_slider ul.slick-dots {width: 100%;text-align: center;}

.wow_awards {float: left;width: 100%;margin: 60px 0 0;display: flex;}
.wow_awards .one_half {width: 49.2%;margin: 0 1.5% 0 0;}
.wow_awards .one_half.last {margin-right: 0;}
.wow_awards .one_half .thumb {height: 100%;}
.wow_awards .one_half.last .thumb {height: auto;}
.wow_awards .thumb {float: left;width: 100%;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;
    margin: 0 0 3%;overflow: hidden;line-height: 0;
}
.wow_awards .thumb:last-child {margin-bottom: 0;}
.wow_awards .thumb img {display: inline-block;width: 100%;height: 100%;transition: 0.6s all;-moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
.wow_awards .thumb img:hover {transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);}

.services_tab_lists {float: left;width: 100%;margin: 10px 0;}
.services_tab_lists .slick-slide {padding: 15px;}
.services_tab_lists .stab_item {background-color: #F5F5F5;border-radius: 10px;-moz-border-radius: 10px;
    -webkit-border-radius: 10px;width: 200px;height: 180px;display: inline-block;cursor: pointer;
    padding: 15px 6px;position: relative;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
    display: flex !important;align-items: center;
}
.services_tab_lists .stab_item .stitem_inner {display: inline-block;width: 100%;}
.services_tab_lists .stab_item.active,
.services_tab_lists .stab_item:hover {box-shadow: 8px 8px 8px 0px #5e4b4b42;}
.services_tab_lists .stab_item.active:after,
.services_tab_lists .stab_item:hover:after {content: '';display: block;position: absolute;width: 0;
    left: 50%;bottom: -14px;margin-left: -6px;border-style: solid;border-color: #F5F5F5 transparent;
    border-width: 15px 12px 0 12px;
}
.services_tab_lists .stab_item .icon {display: inline-block;width: 100%;}
.services_tab_lists .stab_item .icon img {display: inline-block;max-width: 70px;max-height: 50px;}
.services_tab_lists .stab_item h6 {display: inline-block;width: 100%;margin: 0;font-size: 14px;line-height: 20px;color: #9E9E9E;
    font-weight: 400;
}

.services_tab_lists .stab_item .icon img.hover,
.services_tab_lists .stab_item.active .icon img,
.services_tab_lists .stab_item:hover .icon img {display: none;}
.services_tab_lists .stab_item.active .icon img.hover,
.services_tab_lists .stab_item:hover .icon img.hover {display: inline-block;}

.services_tab_lists .stab_item.active h6,
.services_tab_lists .stab_item:hover h6 {color: #000;}

.services_tab_contents {float: left;width: 100%;margin: 15px 0 0;}
.services_tab_contents .stcontent_item {float: left;width: 100%;}
.services_tab_contents .stcontent_item .service_desc {float: left;width: 100%;text-align: left;margin: 25px 0 0;}

.services_tab_contents .smore_contents {float: left;width: 100%;text-align: left;}
.services_tab_contents .stcontent_item .service_desc p {font-size: 24px;line-height: 30px;}
.services_tab_contents .smore_contents ul li {margin: 30px 0;font-size: 24px;line-height: 30px;}

.service_gallery_section .sgallery_item {float: left;width: 100%;}
.sgallery_slider {float: left;width: 100%;}
.sgallery_slider .slick-slide {padding: 0 8px;}
.sgallery_slider .gallery_img {display: inline-block;width: 100%;border-radius: 35px;-moz-border-radius: 35px;
    -webkit-border-radius: 35px;background-color: #E92424;height: 380px;overflow: hidden;
}
.sgallery_slider .gallery_img img {display: inline-block;width: 100%;height: 100%;object-fit: cover;}

.portfolio_gallery {float: left;width: 100%;display: flex;align-items: center;flex-wrap: wrap;margin: 10px 0 0;}
.portfolio_gallery .pgallery_img {display: inline-block;width: 49%;height: 480px;margin: 1% 2% 1% 0;background-color: #C2C2C2;
    border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;overflow: hidden;
}
.portfolio_gallery .pgallery_img:nth-child(2n) {margin-right: 0;}

.pf_video_area {float: left;width: 100%;margin: 10px 0 0;}
.pf_video_area .pvideo_thumb {float: left;width: 100%;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;
    overflow: hidden;position: relative;
}
.pf_video_area .pvideo_thumb img {float: left;width: 100%;}
.pf_video_area .pvideo_thumb .play_video {position: absolute;left: 50%;top: 50%;z-index: 99;margin: -29px 0 0 -29px;}
.pf_video_area .pvideo_thumb .play_video img {width: 58px;height: 58px;}
.pvideo_popup {line-height: 0;}
.pvideo_popup video {width: 640px;height: 360px;}

.form_response {float: left;width: 100%;text-align: center;}
.form_response .loader {display: inline-block;}
.form_response .loader img {display: inline-block;max-width: 100px;}

.port_banner {float: left;width: 100%;margin: 0 0 15px;}
.port_banner img {float: left;width: 100%;}
.port_back_link {display: inline-block;color: #1D1919;}
.port_back_link img {display: inline-block;max-width: 28px;}

.tech_lists {float: left;width: 100%;text-align: center;margin: 60px 0 0;}
.tech_lists .slick-track {display: flex !important;}
.tech_lists .slick-slide {padding: 0 5px;height: inherit !important;}
.tech_lists .slick-slide.slick-current {border-left: solid 2px #000;border-right: solid 2px #000;}
.tech_lists .slick-slide > div {height: 100%;}
.tech_lists .tech_item {display: inline-block;width: 100%;text-align: center;padding: 0 10px;height: 100%;}
.tech_lists .tech_item .icon {display: inline-block;}

.netlogos_lists {float: left;width: 100%;}
.netlogos_lists .slick-track {display: flex;align-items: center;}
.netlogos_lists .slide_item {display: inline-block;padding: 0 10px;}
.netlogos_lists .slide_item img {display: inline-block;max-width: 200px;max-height: 70px;}
.fancybox-overlay {z-index: 2;}


/* NEW CSS START */
.portfolio_grid.new_design .portfolio_item { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } 
.portfolio_filter .portfolio_grid.new_design .portfolio_item .thumb img { object-fit: cover; } 
.fworks_slider .slide_item { height: 250px; object-fit: cover; } 
.fworks_slider .slide_item img { height: 100%; } 
.leader_small_lists span.thumb img { filter: grayscale(1); } 
.leader_small_lists .active-item span.thumb img { filter: none; } 
.custom--select--input select#selectSubject { width: 100%; background: transparent; border: none; border-bottom: solid 1px #8D8D8D; color: #1D1919; font-size: 15px; padding: 7px 0; }
.home_slider .slide_item img { height: calc(100vh - 1px); object-fit: cover; object-position: bottom left; }

.site_content main.content_area + footer#siteFooter {
    border-top: unset;
    margin-top: 0;
}
/* NEW CSS END */


@media only screen and (min-width: 1300px) {
    .container {max-width: 1470px;}
}
@media only screen and (max-width: 1340px) {
    .portfolio_filter .pfilter_cats ul li {padding: 0 8px;font-size: 20px;line-height: 28px;}
    .job_openings .slide_item .details {right: 130px;}
}

@media only screen and (max-width: 1299px) {
    .container.width70 {width: 75%;}
}

@media only screen and (max-width: 1199px) {
    html, body, body p {font-size: 18px;line-height: 26px;}
    .container.width80 {width: 90%;}
    .sec_title {font-size: 34px;line-height: 40px;margin: 0 0 15px;}
    .sec_desc p br {display: none;}
    section {padding: 60px 0 0;}
    .container.width70 {width: 80%;}
    .container.width60 {width: 70%;}
    .container.width50 {width: 60%;}
    header .primary-navigation ul li {padding: 8px 10px;}
    header .primary-navigation ul li a {font-size: 18px;line-height: 23px;}
    
    .inpage_banner_section {height: 245px;margin: 40px 0 0;}
    .services_slider .slick-slide {padding: 0 20px;}
    .services_slider .slide_item .number {font-size: 50px;line-height: 54px;}
    .services_slider .slide_item .icon img {max-height: 120px;}
    .services_slider .slide_item .details h4 {font-size: 18px;line-height: 24px;}
    .mission_section {min-height: 330px;}
    .our_journey_design .right_area {max-width: 700px;}
    
    .why_choose_lists .slide_item {padding: 20px 12px;}
    .why_choose_lists .slide_item .icon img {max-width: 32px;max-height: 40px;}
    .why_choose_lists .slide_item h4 {width: 100%;font-size: 25px;line-height: 30px;}
    .services_tab_lists {gap: 20px;}
    .services_tab_lists .stab_item {width: 200px;height: 160px;padding: 25px 5px 10px;}
    .services_tab_lists .stab_item .icon img {max-width: 38px;max-height: 35px;}
    .services_tab_lists .stab_item h6 {font-size: 15px;line-height: 20px;}
    .services_tab_contents .smore_contents ul li {margin: 22px 0;font-size: 22px;line-height: 28px;}
    .services_tab_contents .stcontent_item .service_desc .small_thumb {left: -30px;}
    .portfolio_filter .pfilter_cats ul li {padding: 0 15px;font-size: 25px;line-height: 30px;}
    .portfolio_filter .portfolio_grid .portfolio_item .details {padding: 0 0 0 6%;}
    .portfolio_filter .portfolio_grid .portfolio_item .details .title {font-size: 32px;line-height: 36px;margin: 0 0 15px;}
    .our_leadership .leader_thumb {height: 600px;}
    .our_leadership .leader_detail .name {font-size: 80px;line-height: 86px;}
    .team_lists .tbox_item .details .left {width: 86%;}
    .team_lists .tbox_item .details {padding: 20px 10px;}
    .sec_title.big_font {font-size: 26px;line-height: 32px;}
    .sec_title.big_font span {font-size: 80px;}
    .job_openings .slide_item .details {right: 70px;}
    .location_section .map_img img {max-width: 400px;}
    .location_section .map_img .loc_pointers .lpt_item.pt1 {left: 126px;top: 92px;}
    .location_section .map_img .loc_pointers .lpt_item.pt2 {left: 133px;top: 104px;}
    .location_section .map_img .loc_pointers .lpt_item.pt3 {left: 173px;top: 130px;}
    .location_section .map_img .loc_pointers .lpt_item.pt4 {left: 232px;top: 143px;}
    .location_section .map_img .loc_pointers .lpt_item.pt5 {left: 258px;top: 177px;}
    .location_section .map_img .loc_pointers .lpt_item.pt6 {left: 103px;top: 217px;}
    .location_section .map_img .loc_pointers .lpt_item.pt7 {left: 122px;top: 217px;}
    .location_section .map_img .loc_pointers .lpt_item.pt8 {left: 149px;top: 252px;}
    .location_section .map_img .loc_pointers .lpt_item.pt9 {left: 117px;top: 294px;}
    .location_section .map_img .loc_pointers .lpt_item.pt10 {left: 161px;top: 301px;}
    
    .portfolio_filter .portfolio_grid.new_design .portfolio_item .thumb {height: 350px;}
    .awards_slider .slide_item .thumb img {height: 500px;}
}
@media only screen and (max-width: 1023px) {
    html, body, body p {font-size: 16px;line-height: 24px;}
    .container.width80 {width: 95%;}
    .container.width70 {width: 85%;}
    .container.width60 {width: 80%;}
    .container.width50 {width: 75%;}
    header.site-header {padding: 20px 0;}
    header .primary-navigation ul li {padding: 6px 14px;}
    .vt_social_links {right: 5px;}
    .sec_title {font-size: 34px;line-height: 40px;margin: 0 0 15px;}
    .services_slider .slide_item .number {font-size: 45px;line-height: 50px;}
    .services_slider .slide_item .icon img {max-height: 80px;}
    
    .testi_slider .slide_item {padding: 25px 25px 15px;}
    footer .footer_logo img {max-width: 160px;}
    .portfolio_filter .pfilter_cats ul li {padding: 0 10px;font-size: 22px;line-height: 28px;}
    .portfolio_filter .portfolio_grid .portfolio_item .details .title {font-size: 28px;line-height: 32px;}
    .our_leadership .leader_thumb {height: 540px;}
    .our_leadership .leader_detail .name {font-size: 66px;line-height: 72px;}
    .team_lists .tbox_item .details .name {font-size: 16px;line-height: 20px;}
    .sec_title.big_font {font-size: 22px;line-height: 28px;}
    .sec_title.big_font span {font-size: 60px;}
    .job_openings .slide_item .details {right: 62px;}
    .career_form_area {padding: 30px;}
    
    .portfolio_filter .portfolio_grid.new_design .portfolio_item .thumb {height: 320px;}

    .fworks_animation .slide_item img {height: 220px;width: 280px;}
    .awards_slider .slide_item .thumb img {height: 400px;}
    .fworks_slider .slide_item { height: 230px; }
    .home_slider .slide_item img { height: auto; object-fit: unset; object-position: unset; }
}
@media only screen and (max-width: 980px) {
    html, body, body p,
    footer .footer_widget .fwidget_content li, footer .footer_widget .fwidget_content p {font-size: 16px;line-height: 26px;}
    body p, body ul li, body ol li {margin: 0 0 10px;}
    h1, .h1 {font-size: 34px;line-height: 42px;}
    h2, .h2 {font-size: 32px;line-height: 40px;}
    h3, .h3 {font-size: 24px;line-height: 32px;}
    h4, .h4 {font-size: 20px;line-height: 30px;}
    h5, .h5 {font-size: 19px;line-height: 26px;}
    h6, .h6 {font-size: 17px;line-height: 24px;}
    h1, h2, h3, h4, h5, h6 {margin: 0 0 10px;}
    .btn {padding: 6px 26px;}
    .container.width90 {width: 100%;}
    .container.width80 {width: 100%;}
    .container.width70 {width: 90%;}
    .container.width60 {width: 80%;}
    .container.width50 {width: 80%;}
    header.site-header {padding: 5px 0 8px;}
    header .site_logo img {max-width: 120px;}
    header .head_right {padding: 0;}
    header .primary-navigation .hamb_icon {display: block !important;line-height: 0;}
    header .primary-navigation .hamb_icon img {display: inline-block;max-width: 38px;}
    header.site-header .container {position: static;}
    header .primary-navigation ul {display: none;position: absolute;right: 0;top: 100%;width: 260px;
        background: rgba(0, 0, 0, 0.6);z-index: 999;padding: 5px 12px;border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;-webkit-border-radius: 0 0 10px 10px;
    }
    header .primary-navigation ul li {width: 100%;padding: 5px 0;}
    header .primary-navigation ul li a {color: #FFFDFD;}
    header .primary-navigation ul li .sub_menu {position: static;width: 100%;background-color: transparent;}
    header .primary-navigation ul li a:hover:after, header .primary-navigation ul li.active a:after {display: none;}
    header .primary-navigation ul li .sub_menu li {padding: 0 8px 4px;line-height: 18px;}
    header .primary-navigation ul li .sub_menu li a {font-size: 12px;line-height: 18px;}

    section {padding: 40px 0 0;}
    .sec_title {font-size: 30px;line-height: 36px;margin: 0 0 12px;}
    .services_slider .slide_item .number {font-size: 38px;line-height: 44px;}
    .services_slider .slide_item .icon img {max-height: 60px;}
    
    .testi_slider .slide_item {padding: 15px 12px 10px;}
    .testi_slider .slide_item .name {font-size: 20px;line-height: 26px;}

    footer.site-footer {padding: 10px 0 0;margin: 50px 0 0;}
    footer .footer_top img {max-width: 90px;}
    footer .footer_mid {padding: 15px 0;}
    footer .footer_widget {padding: 0 2% 0 0;}
    footer .footer_logo img {max-width: 120px;}
    footer .footer_widget .fwidget_title {margin: 0 0 10px;}
    footer .footer_widget .fwidget_content li {margin: 0 0 6px;}
    footer .copyright p {font-size: 15px;}
    .slick-slider .slick-dots li {width: 16px;height: 16px;padding: 1px;}

    .inpage_banner_section {height: 220px;margin: 30px 0 0;}
    .inpage_banner_section .banner_contents h1 {font-size: 60px;line-height: 66px;}
    .services_tab_contents .smore_contents ul li {margin: 18px 0;font-size: 20px;line-height: 26px;}
    .sgallery_slider {text-align: center;}
    .mission_section {min-height: 280px;}
    .our_journey_design {height: 320px;}
    .our_journey_design .right_area {max-width: 450px;}
    
    .why_choose_lists .slide_item {padding: 18px 8px;}
    .why_choose_lists .slide_item .icon img {max-width: 30px;max-height: 35px;}
    .why_choose_lists .slide_item h4 {font-size: 22px;line-height: 28px;}
    .achieve_lists .achieve_item .icon img {max-width: 60px;max-height: 50px;}
    .achieve_lists .achieve_item .details .number {font-size: 32px;line-height: 34px;}
    .portfolio_filter .pfilter_cats ul li {font-size: 18px;line-height: 24px;}
    .portfolio_filter .portfolio_grid .portfolio_item {margin: 15px 0;}
    .portfolio_filter .portfolio_grid .portfolio_item .thumb {width: 340px;height: 340px;}
    .portfolio_filter .portfolio_grid .portfolio_item .details {padding: 0 0 0 6%;}
    .portfolio_filter .portfolio_grid .portfolio_item.even .details {padding: 0 6% 0 0;}
    .portfolio_filter .portfolio_grid .portfolio_item .details .title {font-size: 25px;line-height: 30px;margin: 0 0 8px;}
    .location_section .map_img {left: 20px;}
    .location_section .map_img img {max-width: 320px;}
    .location_section .location_address {padding: 10px 20px 10px 140px;width: 80%;height: 420px;}
    .job_openings .slide_item {padding: 0 10px;}
    .job_openings .slide_item .thumb img {max-width: 180px;}
    .job_openings .slide_item .details {bottom: 7px;right: 43px;width: 50px;}
    .job_openings .slide_item .details p {font-size: 11px;line-height: 16px;}

    .our_leadership:after {width: 660px;height: 600px;}
    .our_leadership .leader_thumb {height: 510px;}
    .our_leadership .leader_detail .desc {margin: 8px 0 0;}
    .our_leadership .leader_detail .name {font-size: 50px;line-height: 52px;}
    .our_leadership .leader_detail .desc p {font-size: 14px;line-height: 22px;}
    .leader_small_lists .smlead_item .thumb {width: 100px;height: 100px;margin: 0;}

    .leader_small_lists .smlead_item h5 {font-size: 16px;line-height: 22px;}
    .team_lists .tbox_item {width: 32.3%;margin: 8px 1.5% 8px 0;}
    .team_lists .tbox_item:nth-child(3n) {margin-right: 0;}
    .team_lists .tbox_item:nth-child(4n) {margin-right: 1.5%;}
    .team_lists .tbox_item .details {padding: 16px 10px;min-height: 85px;}
    .sec_title span {font-size: 50px;}
    .sec_title.big_font {font-size: 20px;line-height: 26px;}
    .sec_title.big_font span {font-size: 50px;}
    .career_form_area {padding: 20px;}
    .location_section .location_address p {line-height: 30px;}
    .portfolio_filter .portfolio_grid.new_design .portfolio_item {width: 49%;margin: 0.6% 2% 0.6% 0;}
    .portfolio_filter .portfolio_grid.new_design .portfolio_item:nth-child(2n) {margin-right: 0;}
    .portfolio_filter .portfolio_grid.new_design .portfolio_item:nth-child(3n) {margin-right: 2%;}

    .fworks_animation {width: 160px;height: 160px;}
    .fworks_animation .slide_item {transform: rotateY(calc(var(--i)* 45deg)) translateZ(300px);}
    .fworks_animation .slide_item img {height: 180px;width: 220px;}
    .awards_slider .slide_item .thumb img {height: 300px;}
}
@media only screen and (max-width: 768px) {
    html, body, body p,
    footer .footer_widget .fwidget_content li, footer .footer_widget .fwidget_content p {font-size: 15px;line-height: 24px;}
    body p, body ul li, body ol li {margin: 0 0 8px;}
    .pb_5 {padding-bottom: 30px;}
    .pb_6 {padding-bottom: 40px;}
    header .primary-navigation ul li a {font-size: 15px;line-height: 20px;}
    h1, .h1 {font-size: 30px;line-height: 38px;}
    h2, .h2 {font-size: 28px;line-height: 36px;}
    h3, .h3 {font-size: 22px;line-height: 30px;}
    h4, .h4 {font-size: 19px;line-height: 28px;}
    h5, .h5 {font-size: 18px;line-height: 26px;}
    h6, .h6 {font-size: 16px;line-height: 22px;}
    h1, h2, h3, h4, h5, h6 {margin: 0 0 8px;}
    .btn {padding: 5px 20px;}
    .btn img {max-width: 18px;}
    .container {padding: 0 15px;}
    .container.width90 {width: 100%;}
    .container.width80 {width: 95%;}
    .container.width70 {width: 90%;}
    .container.width60 {width: 80%;}
    .container.width50 {width: 80%;}
    header.site-header {padding: 5px 0 8px;}
    header .site_logo img {max-width: 100px;}
    header .primary-navigation .hamb_icon img {max-width: 34px;}
    
    section {padding: 30px 0 0;}
    .sec_title {font-size: 24px;line-height: 30px;margin: 0 0 8px;}
    .vt_social_links {padding: 30px 0;}
    .vt_social_links:before,
    .vt_social_links:after {height: 30px;}
    .vt_social_links ul li {line-height: 0;}
    .vt_social_links ul li img {max-width: 17px;}
    .services_slider {max-width: 100%;}
    .services_slider .slick-slide {padding: 0 10px;}
    .services_slider .slide_item {padding-right: 10px;}
    .services_slider .slide_item .number {font-size: 34px;line-height: 40px;}
    .services_slider .slide_item .icon img {max-height: 50px;}
    .services_slider .slide_item .details {padding: 0 10px;}
    .services_slider .slide_item .details h4 {font-size: 16px;line-height: 20px;}
    
    
    .clients_logos .clogo_item img {max-width: 130px;max-height: 60px;}
    footer .footer_top img {max-width: 70px;}
    footer .footer_mid {padding: 5px 0;}
    footer .footer_widget:nth-child(1) {width: 100%;margin: 0 0 15px;}
    footer .footer_widget:nth-child(2), footer .footer_widget:nth-child(3) {width: 30%;}
    footer .footer_widget:nth-child(4) {width: 40%;}
    footer .copyright p {font-size: 14px;}

    .inpage_banner_section {height: 180px;margin: 20px 0 0;}
    .inpage_banner_section .banner_contents h1 {font-size: 50px;line-height: 56px;}
    .mission_section {min-height: 240px;}
    .our_journey_design {height: auto;}
    .our_journey_design .left_area {width: 100%;padding: 0;margin: 15px 0;}
    .our_journey_design .right_area {position: static;max-width: unset;}
    
    .our_journey_design .slider_arrows .prev_arrow {margin-right: 15px;}
    .our_journey_design .slider_arrows .slick-arrow img {max-width: 24px;}
    .why_choose_lists .slide_item {padding: 10px 5px;}
    .why_choose_lists .slide_item .icon img {max-width: 30px;max-height: 34px;}
    .why_choose_lists .slide_item h4 {word-break: 100%;}

    .one_half {width: 100%;margin: 5px 0;}
    .services_tab_contents .stcontent_item .service_desc .one_half:first-child {padding-right: 0;}
    .services_tab_contents .stcontent_item .service_desc .small_thumb {position: static;text-align: center;}
    .services_tab_contents .stcontent_item .service_desc .big_thumb {float: left;text-align: center;}
    .services_tab_contents .smore_contents ul li {margin: 15px 0;font-size: 17px;line-height: 24px;}
    .sgallery_slider .gallery_img {height: 240px;}

    .achieve_lists .achieve_item .icon img {max-width: 50px;max-height: 36px;}
    .achieve_lists .achieve_item .details .number {font-size: 28px;line-height: 30px;}
    .achieve_lists .achieve_item .details p {font-size: 14px;line-height: 18px;}
    .portfolio_filter .pfilter_cats ul li {padding: 0 20px;font-size: 17px;line-height: 21px;}
    .portfolio_filter .portfolio_grid .portfolio_item {margin: 12px 0;display: block;}
    .portfolio_filter .portfolio_grid .portfolio_item .thumb {display: block;float: none;width: 70%;height: auto;margin: 0 auto 15px;}
    .portfolio_filter .portfolio_grid .portfolio_item .details {padding: 0 !important;width: 100%;}
    .portfolio_filter .portfolio_grid .portfolio_item .details .title {font-size: 28px;line-height: 30px;margin: 0 0 12px;}

    .team_lists .tbox_item {width: 49%;margin: 8px 2% 8px 0;}
    .team_lists .tbox_item:nth-child(3n) {margin-right: 2%;}
    .team_lists .tbox_item:nth-child(2n) {margin-right: 0;}
    .sec_title.big_font {font-size: 18px;line-height: 24px;}
    .sec_title.big_font span {font-size: 40px;}

    .wow_awards {display: block;}
    .wow_awards .one_half {width: 100%;margin: 5px 0;}
    .career_form_area {padding: 15px;}
    form .one_half {width: 47%;margin: 0 6% 0 0;}
    form label,
    form .form_control {font-size: 14px;line-height: 20px;}
    form .radio_field {font-size: 13px;}

    .location_section .container {display: block;}
    .location_section .map_img {position: static;display: block;margin: 0 auto 10px;text-align: center;}
    .location_section .map_img img {max-width: 100%;position: relative;}
    .location_section .location_address {width: 100%;float: left;height: auto;margin: 0;padding: 15px;}
    .sec_title br {display: none;}
    .location_section .location_address p {line-height: 26px;}
    .job_openings .slide_item {padding: 0 6px;}
    .job_openings .slide_item .thumb img {max-width: 150px;}
    .job_openings .slide_item .details {bottom: 8px;right: 49px;width: 44px;}
    .job_openings .slide_item .details p {font-size: 10px;line-height: 12px;}
    .pf_video_area .pvideo_thumb .play_video {margin: -22px 0 0 -22px;}
    .pf_video_area .pvideo_thumb .play_video img {width: 44px;height: 44px;}
    .pvideo_popup video {width: 480px;height: 280px;}
    .portfolio_gallery .pgallery_img {height: 260px;}
    .our_leadership:after {width: 100%;height: 100%;top: 0;bottom: auto;background-size: cover;}
    .our_leadership .leader_thumb {width: 60%;height: auto;}
    .our_leadership .leader_detail {width: 100%;padding: 30px 0 0;}
    .our_leadership .leader_detail .name {font-size: 40px;line-height: 42px;}
    .our_leadership .leader_detail .designation {font-size: 16px;line-height: 20px;}
    .our_leadership .leader_detail .desc p {font-size: 13px;line-height: 20px;}
    .leader_small_lists {position: static;}
    .leader_small_lists .smlead_item .thumb {width: 80px;height: 80px;}
    .leader_small_lists .smlead_item h5 {font-size: 14px;line-height: 20px;}
    
    .tech_lists {margin: 30px 0 0;}
    .portfolio_filter .portfolio_grid.new_design .portfolio_item .thumb {
        height: 260px;
    }

    .fworks_design {min-height: 240px;padding: 0 15px;overflow: hidden;}
    .fworks_animation {width: 130px;height: 130px;}
    .fworks_animation .slide_item {transform: rotateY(calc(var(--i)* 45deg)) translateZ(200px);}
    .fworks_animation .slide_item img {height: 140px;width: 180px;}
    .portfolio_filter .portfolio_grid.new_design { grid-template-columns: repeat(2, 1fr); }
    .fworks_slider .slide_item { height: auto; }
    
}


@media only screen and (max-width: 480px) {
    html, body, body p,
    footer .footer_widget .fwidget_content li, footer .footer_widget .fwidget_content p {font-size: 14px;line-height: 22px;}
    body p, body ul li, body ol li {margin: 0 0 6px;}
    .pb_5 {padding-bottom: 20px;}
    .pb_6 {padding-bottom: 25px;}
    h1, .h1 {font-size: 28px;line-height: 38px;}
    h2, .h2 {font-size: 26px;line-height: 34px;}
    h3, .h3 {font-size: 21px;line-height: 30px;}
    h4, .h4 {font-size: 19px;line-height: 27px;}
    h5, .h5 {font-size: 18px;line-height: 26px;}
    h6, .h6 {font-size: 16px;line-height: 22px;}
    .btn {padding: 6px 20px;}
    .container.width90 {width: 100%;}
    .container.width80 {width: 100%;}
    .container.width70 {width: 95%;}
    .container.width60 {width: 90%;}
    .container.width50 {width: 90%;}
    
    section {padding: 20px 0 0;}
    .sec_title {font-size: 20px;line-height: 26px;margin: 0 0 6px;}
    header .primary-navigation ul {width: 200px;}

    .services_slider .slide_item .number {font-size: 28px;line-height: 36px;}
    .services_slider .slide_item .details {padding: 0 5px;}
    .services_slider .slide_item .details h4 {font-size: 14px;line-height: 20px;margin: 0 0 5px;}
    
    footer.site-footer {margin: 25px 0 0;}
    footer .footer_top img {max-width: 50px;}
    footer .footer_widget {width: 100% !important;margin: 5px 0;}
    footer .copyright p {font-size: 13px;}

    .inpage_banner_section {height: 140px;margin: 15px 0 0;}
    .inpage_banner_section .banner_contents h1 {font-size: 40px;line-height: 46px;}
    .mission_section {min-height: 180px;}
    
    .our_journey_design .slider_arrows .prev_arrow {margin-right: 12px;}
    .our_journey_design .slider_arrows .slick-arrow img {max-width: 22px;}
    .why_choose_lists .slide_item {padding: 8px 5px;}
    .why_choose_lists .slide_item .icon img {max-width: 26px;max-height: 30px;}

    .services_tab_contents .stcontent_item .service_desc .small_thumb, 
    .services_tab_contents .stcontent_item .service_desc .big_thumb {width: 100%;}
    .services_tab_contents .smore_contents ul li {margin: 12px 0;font-size: 15px;line-height: 22px;}
    .sgallery_slider .slick-slide {padding: 0 4px;}
    .sgallery_slider .gallery_img {height: 150px;}
    .slick-slider .slick-dots li {width: 14px;height: 15px;}

    .achieve_lists {text-align: center;display: block;}
    .achieve_lists .achieve_item {display: inline-block;margin: 0;padding: 10px;width: 50%;float: none;margin: 0 -2px;}
    .achieve_lists .achieve_item .icon img {max-width: 40px;max-height: 32px;}
    .achieve_lists .achieve_item .details .number {font-size: 22px;line-height: 26px;}
    .achieve_lists .achieve_item .details p {font-size: 13px;line-height: 16px;}
    .portfolio_filter .pfilter_cats ul li {padding: 0 10px;font-size: 16px;line-height: 20px;}
    .portfolio_filter .portfolio_grid .portfolio_item {margin: 10px 0;}
    .portfolio_filter .portfolio_grid .portfolio_item .thumb {width: 80%;}
    .portfolio_filter .portfolio_grid .portfolio_item .details .title {font-size: 22px;line-height: 28px;margin: 0 0 10px;}

    .team_lists .tbox_item {width: 100%;margin: 5px 0 !important;}
    .team_lists .tbox_item .details {min-height: unset;}
    .sec_title.big_font {font-size: 16px;line-height: 22px;}
    .sec_title.big_font span {font-size: 30px;}
    form .form_field {margin: 10px 0;}
    form .one_half {width: 100%;margin: 0 0 10px;}
    form .one_half.last {margin: 0;}
    form .radio_field {font-size: 12px;}
    .location_section .location_address p {line-height: 24px;}
    .job_openings .slide_item .details {right: 80px;}
    .job_openings .slide_item .details p {font-size: 9px;line-height: 12px;}
    .pf_video_area .pvideo_thumb .play_video {margin: -20px 0 0 -20px;}
    .pf_video_area .pvideo_thumb .play_video img {width: 40px;height: 40px;}
    .pvideo_popup video {width: 280px;height: 144px;}
    .portfolio_gallery .pgallery_img {height: auto;min-height: 240px;width: 100%;margin: 5px 0;}

    .leader_small_lists .smlead_item {width: 33.33%;}
    
    .tech_lists {margin: 20px 0 0;}
    .tech_lists .slick-slide.slick-current {border: 0;}
    .portfolio_filter .portfolio_grid.new_design .portfolio_item {width: 100%;margin: 5px 0;}

    .fworks_design {min-height: 180px;margin: 0 0 20px;}
    .fworks_animation {width: 110px;height: 110px;}
    .fworks_animation .slide_item {transform: rotateY(calc(var(--i)* 45deg)) translateZ(200px);}
    .fworks_animation .slide_item img {height: 120px;width: 150px;}
    .portfolio_filter .portfolio_grid.new_design { grid-template-columns: repeat(1, 1fr); }
}