ul.nav.navbar-nav.navbar-right.menu_list {
    /* margin-top: 10px; */
    /* margin-right: -15px; */
    position: absolute;
    top: 10px;
    right: 15px;
}
@font-face{
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica/Helvetica.ttf");
}
@font-face{
    font-family: 'Helvetica-Bold';
    src: url("../fonts/Helvetica/Helvetica-Bold.ttf");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 400; 
    overflow-x: hidden;
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.4s;
    scroll-behavior: smooth;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clr,
.clear {
    clear: both;
}

header,
footer,
aside,
article,
section,
detail,
nav,
figure {
    position: relative;
    
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none;
}

img {
    border: 0;
    outline: none;
    max-width: 100%;
}

input[type="text"],
input[type="password"],
select,
textarea,
input[type="button"] {
    max-width: 100%;
}

.Header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.Header .UpHeader{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
/*    background-color: #f3f3f3;*/
    background-color: #fff;
}

.Header .UpHeader .Logo{
    width: 180px;
}

.Header .UpHeader .Logo img{
    width: 100%
}

.Header .UpHeader form{
/*    font-family: "Poppins";*/
    border: 2px solid #ddd;
    border-radius: 60px;
    position: relative;
    margin: 25px 0;
    background-color: #fff;
}

.Header .UpHeader form select{
    background: transparent url(../images/Dropdown.png) no-repeat scroll right center;
    border: medium none;
    border-radius: 0 !important;
    height: 46px;
    padding: 2px 15px 0 20px;
    width: 160px;
    position: absolute;
    right: auto;
    top: 0;
    font-weight: 600;
    color: #222;
    -webkit-appearance: none;
    font-size: 15px;
    cursor: pointer;
    outline: 0;
}

.Header .UpHeader form input{
    border: medium none;
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    margin-bottom: 0;
    padding-top: 0px;
    width: 100%;
    padding-left: 30px;
    background: transparent;
    outline: 0;
}

.Header .UpHeader form button{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dddddd;
    height: 100%;
    border: none;
    border-radius: 50px;
    padding: 0 40px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.Header .UpHeader .ShoppingCart{
    float: right;
}

.Header .UpHeader .ShoppingCart .ShoppingCartHead{
    position: relative;
    padding: 40px 0 0px 65px;
    cursor: pointer;
}

.Header .UpHeader .ShoppingCart .ShoppingCartHead figure{
    position: absolute;
    bottom: 4px;
    left: 15px;
    width: 37px;
}

.Header .UpHeader .ShoppingCart .ShoppingCartHead figure span{
    position: absolute;
    top: -9px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    right: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
}

.Header .UpHeader .ShoppingCart .ShoppingCartHead figure img{}

.Header .UpHeader .ShoppingCart .ShoppingCartHead h3{
    margin: 0 0 0px;
    font-size: 15px;
}

.Header .UpHeader .ShoppingCart .ShoppingCartHead p{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

.Header .UpHeader .ShoppingCart .ShoppingCartBody{}
.Header .navbar{
    margin: 0;
    border-radius: 0;
    border: none;
    min-height: auto;
    padding: 10px 0px;
}

@media screen and (max-width: 767px) {.Header .navbar{
    margin: 0;
    border-radius: 0;
    border: none;
    min-height: auto;
    padding: 10px 0px;
    background: white;
}}

.Header .navbar .navbar-nav{
    margin: 0;
}
.Header .navbar .navbar-nav.navbar-right li {
    margin: 0 40px 0 0;
}

.Header .navbar .navbar-nav li .dropdown-menu {
    padding: 15px 0 0;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    top: 50px;
    background: black;
}

.Header .navbar .navbar-nav li .dropdown-menu li{
    margin: 0;
    padding: 0 15px;
}

.Header .navbar .navbar-nav li .dropdown-menu li a{
    padding: 0 20px;
    line-height: 40px;
    border-bottom: 1px solid #949494;
    font-size: 16px;
    text-transform: capitalize;
}
.Header .navbar .navbar-nav li .dropdown-menu li:last-child a{border: 0}

.Header .navbar .navbar-nav.navbar-right li a{
    padding: 0 0 0;
    color: #656565;
    font-size: 16px;
    /* line-height: 50px; */
    font-weight: 400;
    background: transparent;
    /* text-transform: uppercase; */
}

.Header .navbar .navbar-nav.navbar-right li {
    margin: 0 0px 0 24px;
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(1){
    /* border: 1px solid #fff; */
    padding: 8px 0px;
    /* margin-right: 40px; */
    font-family: 'Helvetica';
    /* font-family: 'Helvetica-Bold';*/
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(1) a{
    font-weight: 700;
}
/*ul.nav.navbar-nav.navbar-right.menu_list li a:hover {
    border: 1px solid #fff;
    padding: 6px 14px;
}*/
/*.Header .navbar .navbar-nav.navbar-right li:nth-child(1) a:hover{
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 14px;
}*/
.Header .navbar .navbar-nav.navbar-right li:nth-child(2) a:hover{
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 14px;
}

/*.Header .navbar .navbar-nav.navbar-right li:nth-child(1):hover {
    background: #fff;
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(1):hover a{
    color: #000;
}*/
.Header .navbar .navbar-nav.navbar-right li:nth-child(2){/*    border: 1px solid #fff;*/padding: 8px 0px;/* line-height: 42px; */font-family: 'Helvetica-Bold';/* background: #fff; */margin-right: 40px;border-radius: 14px;}
.Header .navbar .navbar-nav.navbar-right li:nth-child(2):hover {
    background: #0000;
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(2):hover a{
     color: #fff !important; 
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(2) a{
    color: #fff;
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(4){
    margin-top: 7px;
}

.Header .navbar .navbar-nav.navbar-right li:nth-child(3) {
    /* border: 1px solid #fff; */
    padding: 8px 0px;
    /* line-height: 42px; */
    font-family: 'Helvetica-Bold';
    /* background: #fff; */
    /* margin-right: 40px; */
    border-radius: 14px;
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(1) a {
    color: #fff;
}
.Header .navbar .navbar-nav.navbar-right li:nth-child(1) a:hover {
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 14px;
}

.Header .navbar .navbar-nav.navbar-right li a {
    padding: 0;
    color: #fff;
    font-size: 16px;
    background: transparent;
    margin-top: 3px;
}
.Header .navbar .navbar-nav.navbar-right li.active a,
.Header .navbar ul.menu_list li a:hover{
    color: #fff;
}
.Header .navbar .navbar-nav.navbar-right li.login_link a{
    color: #fff;
}
.Header .navbar .navbar-nav.navbar-right li.login_link a:hover{
    color: #02d67f;
}

.Header .navbar .navbar-nav.navbar-right li.login_link a.sign-up{    
    border: 1px solid #02d67f;
    background: #02d67f; 
    padding: 2px 15px; 
    transition: all 0.4s ease-in;
    line-height: 30px;
    margin: 10px 0;    
}
.Header .navbar .navbar-nav.navbar-right li.login_link a.sign-up:hover{
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.Header .navbar .navbar-brand{
    margin: 0;
    height: auto;
    padding: 0;
    width: 100px; 
}
.Header .navbar .navbar-brand img{
    margin-top: 10px;
    margin-left: 20px;
}

.Header .navbar .navbar-nav.menu_list li a{
    position: relative;
}




/*start slider*/

/*OWL_CAROUSEL*/
.AwesomeArea {
    padding: 40px 0;
}
.AwesomeArea .offerTitle {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    color: #3d3d3d;
    font-weight: 600;
    margin-bottom: 20px;
}
.AwesomeArea .offerTitle:after {
    position: absolute;
    content: "";
    bottom: -14px;
    left: 0;
    width: 115px;
    height: 2px;
    background-color: #f77d11;
    right: 0;
    /* top: 40px; */
    margin: 0 auto;
}
.quality img {
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    /* border-radius: 10px; */
}
.quality img:hover {
    /* -webkit-filter: grayscale(0); */
    /* filter: grayscale(0); */
    /* border-radius: 10px; */
}
#demos .item .quality {
    /* margin: 30px 10px; */
    /* text-align: center; */
    /* transition: all 0.5s ease-in-out; */
}
#demos .item .quality:hover{
    /* transform: translateY(-20px); */
}
#demos .item .quality button{
    margin: 10px 0 30px;
    border-radius: 0px;
    background: #d2b20a;
    border: 1px solid #d2b20a;
    font-size: 17px;
    color: white;
    transition: all 0.5s ease-in-out;
}
#demos .item .quality button:hover{
    background: #fff;
    color: #d2b20a;
}
h3.quality-title {
        color: #d2b20a;
    text-align: center;
    margin: 30px 0;
    font-size: 25px;
}

p.quality-description {
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.3px;
    padding: 0 15px;
}
.quality img{
/*    padding:20px 0;*/
}
/*.slider.owl-theme .owl-nav [class*=owl-] {font-size: 20px;position: absolute;top: 50%;color: #869791; -webkit-transform: translateY(-50%); transform: translateY(-50%);}*/
.slider.owl-carousel .owl-nav button.owl-prev{left: 5%;}
.owl-carousel .owl-nav button.owl-next{right: 5%;}
.slider.owl-theme .owl-nav [class*=owl-]:hover{/*background: transparent !important;*/ color:#fff;}
.slider.owl-theme .owl-nav [class*=owl-]:focus{outline: none;}
.owl-theme .owl-dots{position: absolute;left: 0; right: 0; bottom: 5px;}
.slider.slider.owl-theme .owl-dots .owl-dot:focus{outline: none;}
.slider.owl-theme .owl-dots .owl-dot span{position: relative; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; cursor: pointer; background-color: rgba(255,255,255,.5);}
.slider.owl-theme .owl-dots .owl-dot.active span{background: #fff;}
.slider .caption{position: absolute;right: 0;top: 50%;transform: translateY(-50%);left: 0;z-index: 1;/* width: 60%; */color: #fff;/* text-align: left; */}
.slider .caption .caption_title {
    color: #fff;
    font-size: 80px;
    line-height: 9rem;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Helvetica-Bold';
    text-align: center;
    padding-top: 0px;
    /* margin: 0 auto; */
    /* display: flex; */
    /* justify-content: center; */
    /* margin-left: 85px; */
}
img.slider-img {
    height: 656px;
}
ul.slider-list {
   /* width: 100%;*/
    width: auto;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 30px;
}
.menu-right {
    position: absolute;
    right: 0;
    bottom: 160px;
    right: 47px;
}
ul.slider-list li {
    padding-right: 48px;
    font-size: 16px;
    list-style: disc;
}
ul.company-list {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-40%);
    z-index: 1;
}
ul.company-list li {
    color: #fff;
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: left;
    position: relative;
}
ul.company-list li:after {
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 30%;
    left: -20px;
    border-radius: 100%;
}
ul.company-list li a, ul.company-list li a:hover {
    color: #fff;
}
.owl-nav {
    position: absolute;
    bottom: 0px;
    right: 112px;
}
span.fa.fa-chevron-left {
    color: #000;
}
span.fa.fa-chevron-right {
    color: #000;
}
.slider .caption .caption_text{    
    font-size: 1.2rem;
    font-weight: 300;color: #fff;
    text-align: left;    line-height: 30px; font-family: Montserrat,sans-serif;}
    .slider .caption .caption_text span{display: block;}
.slider .owl-nav .owl-prev{
    left: 0%;
}
.owl-prev {
    position: absolute;
    left: -51px !important;
    background: #D6D6D6;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px !important;
    margin: 0px !important;
    padding: 0px 0px !important;
    background: #F0F0F0 !important;
    display: block !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    width: 50px;
    height: 36px;
    line-height: 42px !important;
}
.slider .owl-nav .owl-next{
    right:5%;
}
.slider.owl-theme .owl-nav [class*=owl-]{
    /* background: transparent !important; */
}
.caption.img-founder p.caption_text img{
    width:50px !important;
    height:50px !important;
    
}
.caption.img-founder p.caption_text span{
    font-size:10px;
    line-height: 94px;
}
/*end slider*/
/**start about us**/
section.about {
    padding: 85px 0 60px;
}
section.about.pt-0 {
    padding-top: 0;
}
h2.about-heading {
    font-size: 50px;
    font-family: 'Helvetica-Bold';
    text-align: center;
    margin-bottom: 60px;
    /* margin: 0 auto; */
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 62px;
    font-family: 'Helvetica-Bold';
}
section.about.pd-60 {
    padding: 60px 0 0;
}
h2.about-heading.md-40 {
    margin-bottom: 20px;
}
.about-left p {
    font-size: 20px;
    font-family: 'Helvetica';
    color: #303030;
    margin-bottom: 20px;
    /* max-width: 700px; */
    /* margin: 5px auto 15px; */
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    /* font-family: HelveticaNeueLTStd,Arial,sans-serif; */
    /* color: #333; */
    /* font-size: 18px; */
    /* line-height: 24px; */
    /* text-align: center; */
    /* letter-spacing: .7px; */
}
.about-left a {
    font-size: 16px;
    border: 2px solid #3c3c3c;
    color: #fff;
    /* padding: 8px 18px; */
    font-family: 'Helvetica';
    height: 50px;
    letter-spacing: 2px;
    /* text-decoration: none; */
    text-transform: uppercase;
    width: 178px;
    font-size: 12px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #3c3c3c;
}
.about-left a:hover{
    background: #fff;
    color: #3c3c3c;
}
p.mb-30 {
    margin-bottom: 40px;
    /* text-align: left; */
    font-size: 20px;
    /* margin: 0; */
    /* font-weight: 400; */
    /* max-width: 100%; */
    /* letter-spacing: 0; */
    /* line-height: 26px; */
    text-align: justify;
}
a.more-btn {
    display: inline-block;
}
.about-right {
    /* display: flex; */
    text-align: center;
    margin-bottom: 20px;
    /*    background: url(../images/plus.png);*/
    /* border: 1px solid; */
    /* margin-bottom: 30px; */
    background: #A32C24;
    padding: 20px 0px;
    border-radius: 4px;
}
/*div#counter-stats {
    padding: 20px 50px;
    background-repeat: no-repeat;
    background: url(../images/+.png);
    background-size: cover;
    height: 360px;
}*/

.count {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
}
/*.count h2 {
    font-size: 42px;
    color: #090909;
    font-family: 'Helvetica-Bold';
    margin-top: 0;
}*/
/*.count p {
    font-family: 'Helvetica';
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 0;
}*/
.counting {
    font-size: 60px;
    color: #fff;
    font-family: 'Helvetica-Bold';
    margin-top: 0;
}
.about-right p {
    font-family: 'Helvetica';
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
h3.plus {
    font-size: 60px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.about-right.height340 {
    height: 336px;
    padding-top: 100px;
}
h3.plus.fontsize40 {
    font-size: 40px;
}
span.counting.fontsize40 {
    font-size: 40px;
}
/*.col-lg-5.pd-0 {
    padding: 0;
}*/
.col-sm-7.pd-0 {
    padding: 0;
}
.about-right.mt-10 {
    margin-top: 10px;
}
/**end about us**/

/**start industries**/
section.industries {
    padding: 50px 0 60px;
    background: #F2F2F2;
}
h3.post {
    font-size: 24px;
    /* font-family: 'Helvetica-Bold'; */
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
figure.img-effect:hover .do_more-grid-title{
    font-family: 'Helvetica-Bold';
}
figure.img-effect:hover .do_more-grid-title:after {
    content: "";
    border-bottom: 2px solid #fff;
    height: 2px;
    width: 59px;
    position: absolute;
    z-index: 999;
    /* top: 0; */
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
figure.img-effect:hover h2.do_more-grid-title.handing:after {
    content: "";
    border-bottom: 2px solid #fff;
    height: 2px;
    width: 59px;
    position: absolute;
    z-index: 999;
    /* top: 0; */
    bottom: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h3.post.mt-60 {
    margin-top: 60px;
}
.grid-btn {
    margin-top: 30px;
    display: inline-block;
}
a.know-more {
    border: 1px solid #000;
    padding: 8px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

a.know-more:hover{
    background: #000;
    color: #fff;
}
.h2-heading {
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    /* font-family: 'Poppins'; */
    position: relative;
    margin: 0 0 50px;
    /* font-family: 'Poppins', sans-serif; */
    letter-spacing: 0.5px;
    text-align: center;
    color: #3c3c3c;
    font-family: 'Helvetica-Bold';
    margin: 0 auto;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 62px;
    font-family: 'Helvetica-Bold';
}
.para-txt {
    font-size: 40px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 40px;
}
.row.mt-30 {
    margin-top: 30px;
}
.mb50 {
    margin-bottom: 50px !important;
}
.grid-do_more {
    position: relative;
    text-align: center;
}
.p0 {
    padding: 0;
}
.grid-do_more > .p0 > a {
    color: #fff;
}
figure {
    margin: 0;
}
.grid-do_more figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.grid-do_more figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-do_more figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-do_more figure img {
    position: relative;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.grid-do_more figure:hover .bottom-gradient-do_more {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg
, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
    transform: translateY(0px);
}
.grid-do_more figure:hover .bottom-gradient-do_more {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg
, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
    transform: translateY(0px);
}
.bottom-gradient-do_more {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg
, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.5s ease 0s;
    /* text-align: center; */
}


.grid-do_more figure:hover figcaption {
    /* height: auto; */
    /* max-height: 200px; */
    bottom: 50px;
}

.grid-do_more figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    max-height: 40px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: center;
    padding: 0 40px;
}

.do_more-grid-title {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    /* font-family: 'Helvetica-Bold'; */
}
.do_more-grid-desc {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 18px;
}
figcaption.complaint {
    bottom: 40px !important;
    /* line-height: 71px !important; */
}
.do_more-grid-desc > strong {
    display: block;
    margin-bottom: 10px;
}
.grid-do_more figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    height: 280px;
    border-radius: 10px;
    /* padding-bottom: 106px; */
}
.grid-do_more figure:hover figcaption {
    /* height: auto; */
    /* max-height: 200px; */
    bottom: 0 !important;
    top: 32px;
}
/*.col-lg-6.col-md-6.col-sm-6.col-xs-12.mb-xs-20.p0.ctrl-width-mob {
    padding: 0;
}
.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-xs-20.p0.ctrl-width-mob {
    padding: 0;
}*/

/**start icon stardard**/
.flex-icon {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.flex-icon.margin-lr {/*    margin: 0 64px;*//* margin: 0 54px; */}
.col-sm-7.col-xs-6.border-right {
    border-right: 1px solid #DEDEDE;
}

.designportion img {
    filter: invert(1);
}
.designportion {
    /* width: 90px; */
    /*  margin-right: 10px;*/
    /* margin: 0 auto; */
    margin-bottom: 30px;
    min-height: 176px;
}
h2.stardard-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Helvetica-Bold';
    color: #404040;
    /* margin: 0 auto; */
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 62px;
    font-family: 'Helvetica-Bold';
}


.designportion h3 {
    /*font-size: 21px;
    color: #363636;
    font-family: 'Helvetica';*/
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 14px;
    /* line-height: 16px; */
    text-align: center;
    font-family: 'Helvetica-Bold';
}
/*.col-sm-5.border-left {
    border-left: 1px solid #DEDEDE;
}*/
/*.design-img {
    border-radius: 50%;
    background: #F0F0F0;
    padding: 20px;
}
*/
.design-img {
    border-radius: 50%;
    background: #bb3c38;
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    width: 110px;
    height: 110px;
    /* margin-bottom: 44px; */
}
/**end icon stardard**/


#mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: #a32c24;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px -5px 10px #a32c24;
}

#mySidenav a.Close {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    color: #fff;
}

#mySidenav ul {
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    /* display: flex; */
    z-index: 999;
}

#mySidenav ul li {
    margin: 0 0 15px;
    padding: 0 20px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    /* font-size: 27px; */
    /* font-family: 'Helvetica-Bold'; */
    letter-spacing: 3px;
    font-weight: 500;
}
img.digitalsertype {
    width: 100%;
}
#mySidenav ul li a {
    padding: 0 0;
    text-decoration: none;
    font-size: 26px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
/**start client**/
section.client {
    background: url(../images/client-logo/client-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120vh;
    padding: 183px 0 50px;
}
.client-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 24px;
    font-family: 'Helvetica-Bold';
}
.client-content p {
    font-size: 19px;
    font-family: 'Helvetica';
    color: #fff;
    padding-right: 28px;
}
.client-logo1 img {
    width: 250px;
}
.client-logo2 img {
    width: 200px;
}
.client-logo3 img {
    width: 250px;
}
.client-logo3 {
    position: absolute;
    top: 0;
    right: 0;
}
.client-logo4 img {
    width: 200px;
}
.client-logo1 {
    position: absolute;
    left: 66px;
}
.client-logo3 {
    position: absolute;
    top: -100px;
    right: 118px;
}
.client-logo5 {
    position: absolute;
    top: -60px;
    right: -90px;
}
.client-logo4 {
    position: absolute;
    top: 0;
    right: 0;
}
.client-logo5 img {
    width: 209px;
    /* height: 200px; */
}
/*.client-logo6 img {
    width: 200px;
}*/
/**end client**/
/**start box**/
.col-sm-3.pd-0 {
    padding: 0;
}
.box-content {
    position: absolute;
    bottom: 42px;
    padding: 0 20px;
    width: 100%;
    color: #fff;
}
.box-content.Technologies-content {
    bottom: 104px;
}
.box-content.Technologies-content:before {
    bottom: -78px;
}
.mobileapps img {
    margin-top: -28px;
    height: 600px;
}
.box-content p {
    font-size: 22px;
    /* font-style: italic; */
    /* font-style: oblique; */
    /* font-variant: small-caps; */
    /* font-weight: 600; */
    letter-spacing: 3px;
}
.box-content:before {
    position: absolute;
    content: "";
    left: 22px;
    width: 20px;
    height: 16px;
    bottom: -14px;
    background: url(../images/digital_nav_arrow.png) no-repeat;
    background-size: 20px 64px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
/*.box-content:after {
    position: absolute;
    content: "";
    left: 22px;
    width: 28% !important;
    bottom: 0px;
    height: 5px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}*/
.box:hover .box-content {
    letter-spacing: .5px;
}
.box:hover .box-content:before {
    left: 30px;
}
.box:hover .box-content:after {
    width: 54% !important;
}
.box {
    overflow: hidden;
    border-right: 2px solid #fff;
}
.box:hover .digitalsertype {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/**end box**/
/**start our key projects**/
section.ourkey-project {
    padding: 60px 0 60px;
}
.project-content h2 {
    font-size: 40px;
    font-family: 'Helvetica-Bold';
    color: #000;
    margin-bottom: 20px;
    padding-right: 43px;
    margin-top: 0;
    /* margin: 0 auto; */
    /* padding-top: 15px; */
    padding-right: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 40px;
    font-family: 'Helvetica-Bold';
}
.project-content p {
    font-size: 16px;
    color: #000;
    margin-bottom: 34px;
    /* text-align: left; */
    /* font-size: 16px; */
    /* margin: 0; */
    /* font-weight: 400; */
    /* max-width: 100%; */
    /* letter-spacing: 0; */
    /* line-height: 26px; */
    /* font-family: HelveticaNeueLTStd,Arial,sans-serif; */
    text-align: justify;
}
.project-content a {
    border: 1px solid #000;
    /* padding: 10px 16px; */
    color: #000;
    font-size: 14px;
    font-size: 16px;
    border: 2px solid #3c3c3c;
    color: #fff;
    background: #3c3c3c;
    /* padding: 8px 18px; */
    font-family: 'Helvetica';
    height: 50px;
    letter-spacing: 2px;
    /* text-decoration: none; */
    text-transform: uppercase;
    width: 208px;
    font-size: 12px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    display: block;
    /* margin: 0 auto; */
}
.project-content a:hover {
    background: #fff;
    color: #3c3c3c;
}
/*OWL_CAROUSEL loan product*/
.productArea {
    /* padding: 40px 0; */
    /* margin-top: 100px; */
    /* background: #FBFBFB; */
}
.productArea .offerTitle {
    /* font-size: 40px; */
    /* position: relative; */
    /* font-weight: 600; */
    /* text-align: center; */
    /* color: #3b3b3b; */
    /* margin-bottom: 70px; */
}
.quality h4 {
    font-size: 14px;
    color: #727272;
}
.productArea #demos .item .quality {
    /* margin: 30px 10px; */
    /* border: 1px solid #bdbcbc; */
    /* text-align: center; */
    /* box-shadow: #f5f5f5 0px 3px 5px 2px, #f5f5f5 0px 0px 1px; */
    /* transition: all 0.5s ease-in-out; */
    /* border-radius: 0; */
    /* min-height: 335px; */
    /* transition: all 0.5s ease-in-out; */
    /* background: #fff !important; */
}
.productArea #demos .item .quality:hover{
    /* box-shadow: 0 5px 5px #ccc3c3; */
    /* transform: translateY(-20px); */
}
.productArea .quality img{
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
}
/*#demos .item .quality:hover{
    box-shadow: 0 5px 5px #ccc3c3;
    transform: translateY(-20px);
}*/
.productArea #demos .item .quality button{
    margin: 10px 0 30px;
    border-radius: 0px;
    background: #d2b20a;
    border: 1px solid #d2b20a;
    font-size: 17px;
    color: white;
    transition: all 0.5s ease-in-out;
}
.productArea #demos .item .quality button:hover{
    background: #fff;
    color: #d2b20a;
}
.productArea h3.quality-title {
    /* font-weight: 600; */
    text-align: left;
    margin: 0;
    font-size: 16px;
    padding-top: 12px;
    color: #000;
    font-family: 'Helvetica-Bold';
}
h3.quality-title.mr-42 {
    margin-bottom: 52px;
    /* margin-top: 17px; */
}
img.loan-img {
    /* padding-top: 52px !important; */
}
.productArea .quality a {
    margin: 22px 0 28px 27px;
    color: #9cbb5f;
    /* font-size: 20px; */
    /* font-weight: 500; */
    /* border-bottom: 2px solid #9cbb5f; */
    /* padding-bottom: 14px; */
}
.productArea .contentarea a {
    margin: 28px 0 28px 26px;
    color: #fff;
    min-height: 232px;
    font-size: 24px;
    font-weight: 600;
}
.productArea .contentarea a:hover{
    color: #fff;
}
/*.productArea .contentarea {
    background: #9cbc5f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 232px;
}*/

.productArea p.quality-description {
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.3px;
    padding: 0 15px;
}
.productArea .quality img {
    /* padding: 20px 0; */
    width: 100% !important;
    /* margin: 0 0px 0 0; */
    /* padding-top: 20px; */
}
/*.owl-nav {
    position: absolute;
    top: 165px;
    right: 0;
    left: 0;
}*/
/*.productArea .owl-nav {
    position: absolute;
    top: 175px;
    right: 0;
    left: 0;
}*/
.productArea .owl-nav {
    position: relative;
    top: -57px;
    right: 0;
    width: 116px;
    bottom: 54px;
    left: 140px;
    /* right: 0; */
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
}
.productArea #demos .owl-prev {
    float: left;
}

.productArea #demos .owl-next {
    float: right;
}




.productArea #demos .owl-prev {
    width: 36px;
    height: 36px;
    background-color: #fff0;
    color: #ACABAB;
    padding: 0;
    position: absolute;
    left: -45px !important;
    text-align: center;
    /* right: 89px !important; */
    font-size: 26px;
    line-height: 31px;
    border: 1px solid #E1E1E1;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    box-shadow: #f5f5f5 0px 3px 5px 2px, #f5f5f5 0px 0px 1px;
}


.productArea #demos .owl-next {
    width: 36px;
    height: 36px;
    background-color: #fff0;
    color: #ACABAB;
    padding: 0;
    position: absolute;
    /* right: 0; */
    left: 0;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
    border: 1px solid #E1E1E1;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    box-shadow: #f5f5f5 0px 3px 5px 2px, #f5f5f5 0px 0px 1px;
}

.productArea #demos .owl-prev:hover,
.productArea #demos .owl-next:hover{
  /*  background-color: #E1E1E1;*/
    color: #fff;
    border: 1px solid #E1E1E1; 
}
.productArea #demos .owl-prev i:hover, .productArea #demos .owl-next i:hover {
    color: #000;
}
.productArea #demos .owl-prev i,
.productArea #demos .owl-next i{
    font-weight: 900;
    color: #888888;
}
/**end our key projects**/
/**start apparea**/
section.apparea {
    background: #FCFCFC;
    padding: 60px 0;
}
.app-content h2 {
    font-size: 24px;
    color: #cfcccc;
    margin-bottom: 40px;
}
.app-content h3 {
    font-size: 50px;
    color: #1a1a1a;
    font-family: 'Helvetica-Bold';
    margin-bottom: 30px;
    /* margin: 0 auto; */
    /* padding-top: 15px; */
    /* padding-right: 0; */
    /* padding-left: 0; */
    color: #333;
    font-weight: 700;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 22px;
    /* line-height: 41px; */
    font-family: 'Helvetica-Bold';
}
.app-content img {
   /* width: 150px;*/
   /* margin-bottom: 180px; */
}
.mobileapps {
    float: right;
}
.app-content p {
    font-size: 20px;
    color: #646464;
    padding-right: 80px;
    /* color: #000; */
    /* margin-bottom: 34px; */
    /* text-align: left; */
    /* font-size: 16px; */
    /* margin: 0; */
    /* font-weight: 400; */
    /* max-width: 100%; */
    /* letter-spacing: 0; */
    /* line-height: 26px; */
    /* font-family: HelveticaNeueLTStd,Arial,sans-serif; */
}
.application ul{
}
.application ul li {
    display: inline-block;
    padding-right: 22px;
}
.application ul {
    margin-top: 0;
}
.box-content.news-blog {
    bottom: 103px;
}
.box-content.news-blog:before {
    bottom: -77px;
}
.box-content.case-studies {
    bottom: 103px;
}
.box-content.case-studies:before {
    bottom: -77px;
}

section.contactarea {
    padding-top: 30px;
}

.contactform form .form-group .form-control {
    border-radius: 0;
    border: none;
    /* border-radius: 4px; */
    box-shadow: none;
    height: 50px;
    font-family: poppins;
    font-size: 15px;
    color: #000 !important;
    font-size: 16px;
    /* color: #303030 !important; */
    border: 2px solid #BEBEBE;
    outline: none;
    font-family: 'Helvetica';
}
.col-sm-6.pd-0 {
    padding: 0;
}
.contactform h2 {
    font-size: 40px;
    font-family: 'Helvetica-Bold';
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    /* margin: 0 auto; */
    padding-top: 0;
    margin-top: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 62px;
    font-family: 'Helvetica-Bold';
}
/*.contactform {
    padding: 120px 130px 0;
}*/
section.contactportion {
    padding: 100px 0px 100px 0px;
}
.contact-content {
    margin: 80px 0 50px 0;
    padding: 20px 0px 0px 0px;
    /* float: right; */
    text-align: center;
    display: flex;
    justify-content: center;
}
.contact-content h2 {
    color: #000000;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Helvetica-Bold';
    /* margin: 0 auto; */
    /* padding-top: 15px; */
    /* padding-right: 0; */
    /* padding-left: 0; */
    color: #333;
    font-weight: 700;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 50px;
    font-family: 'Helvetica-Bold';
    /* text-align: right; */
}
section.contactformarea {
    padding-bottom: 80px;
    background: #E7E7E7;
    padding-top: 80px;
}
.contactform {
    /* padding: 25px 90px; */
    /* box-shadow: #f5f5f5 0px 3px 5px 2px, #f5f5f5 0px 0px 1px; */
    /* width: 500px; */
    /* border-radius: 14px; */
    margin: 0 auto;
}
.form-flex {
    display: flex;
    /* padding-right: 42px; */
    justify-content: center;
}
.form-content {
    padding-right: 22px;
    width: 268px;
}
a.submit-btn {
    font-size: 13px;
    border: 2px solid #3c3c3c;
    /* padding: 8px 30px; */
    color: #fff;
    letter-spacing: 2px;
    display: block;
     width: 178px; 
    height: 50px;
    text-align: center;
    line-height: 46px;
    margin-top: 30px;
    margin: 0px auto 0;
    background: #3c3c3c;
    text-transform: uppercase;
}
a.submit-btn:hover {
    background:#fff0;
    color: #3c3c3c;
}
/**start about-us**/
.logo {
 /*   margin-left: 45%;*/
    width: 100px;
}
.contact-right {
    float: right;
    text-align: justify;
    letter-spacing: 2px;
    margin-top: 12px;
}
.contact-right a {
    font-size: 20px;
    color: #404040;
    font-family: 'Helvetica-Bold';
}
.contact-right a:hover {
    color: #C04038;
}
.navbar-inverse .navbar-nav>li>a {
    color: #0e0e0e !important;
}
nav.navbar.navbar-inverse.background-bg {
    background: hsla(0,0%,100%,.7);
    margin-bottom: 0;
    opacity: 0.99;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-bottom: 1.3px solid #dbdbdb;
}
section.navbar-header-top {
    padding: 10px 0;
    border-bottom: 1.3px solid #dbdbdb;
    background: hsla(0,0%,100%,.7);
    opacity: 0.99;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 46px;
    text-transform: uppercase;
}
.navbar-inverse {
    background-color: #50639D;
    border-color: #08080800 !important;
}
.navbar {
    border-radius: 0px !important;
    margin-bottom: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #08080800;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
ul.nav.navbar-nav.js-nav-add-active-class li {
    margin-top: 3px;
    font-size: 14px;
    font-family: 'Helvetica';
    width: 217px;
    display: flex;
    letter-spacing: 2.5px;
    font-weight: 600;
    justify-content: center;
}
.tinxy-sticky {
    position: fixed;
    background: #e5e5e5ab;
    z-index: 999;
    top: 0;
    transition: 0.5s;
    width: 100%;
    background: hsla(0,0%,100%,.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(3px);
    opacity: 0.99;
}
.bannerArea {
    background: url(../images/about-banner.jpg) no-repeat 0% 75% / cover;
    height: 420px;
    position: relative;
}
/*.bannerArea:before {
    position: absolute;
    content: "";
    background: #000000a6;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
*/
.bannerArea .content {
    height: 100px;
    position: absolute;
   /* top: 100px;*/
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.bannerArea .content h3 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: 7px;
    font-family: 'Helvetica-Bold';
}
img.arrow-icon {
    position: absolute;
    bottom: -103px;
    width: 30px;
}
a.button.transparent-white {
    border: 2px solid #292826;
    width: 134px;
    height: 40px;
    display: block;
    margin: 0 auto;
    color: #292826;
    text-align: center;
    line-height: 35px;
    border-radius: 26px;
    box-shadow: none;
    /* border-radius: 0; */
}
a.button.transparent-white:hover {
    background: #C04038;
    color: #fff;
    transition: 0.4s;
}
section.projects {
    /*padding: 60px 0;*/
    margin-top: 100px;
}
section.projects.pd-20.mb-100 {
    margin-bottom: 100px;
}
.projects-content h2 {
    color: #404040;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Helvetica-Bold';
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
    font-family: 'Helvetica-Bold';
}
.projects-content p {
    font-size: 14px;
    color: #404040;
    margin-bottom: 20px;
    /* max-width: 695px; */
    /* margin: 5px auto 15px; */
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    /* font-family: HelveticaNeueLTStd,Arial,sans-serif; */
    /* color: #333; */
    /* font-size: 18px; */
    /* line-height: 24px; */
    /* text-align: left; */
    letter-spacing: .7px;
    text-align: justify;
}
.projects-content a {
    font-size: 16px;
    border: 1px solid #131313;
    color: #131313;
    padding: 8px 18px;
    font-family: 'Helvetica';
    font-size: 16px;
    border: 2px solid #3c3c3c;
    color: #fff;
    /* padding: 8px 18px; */
    font-family: 'Helvetica';
    height: 50px;
    letter-spacing: 2px;
    /* text-decoration: none; */
    text-transform: uppercase;
    width: 178px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    /* margin: 0 auto; */
    background: #3c3c3c;
}
.projects-content a:hover {
    background: #fff;
    color: #3c3c3c;
}
.projects-content {
    padding: 108px 42px 50px 48px;
}
.projects-content.vision {
    padding-top: 140px;
}
.projects-content.pd-0.wow.bounceInLeft.board {
    padding-top: 62px;
}
.projects-content.pd-100 {
    padding: 94px 15px 50px 48px;
}
.projects-content.pd-0.pd-80 {
    padding: 94px 40px 50px 0;
}
.projects-content.pd-0 {
    padding: 108px 60px 50px 0;
}
/**start contact us**/
section.contectarea {
    text-align: center;
    background: url(../images/contact-bg.png);
    height: 270px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: cover; */
}
.connect h2 {
    font-size: 50px;
    font-family: 'Helvetica-Bold';
    margin-bottom: 35px;
}
.connect p {
    font-size: 20px;
    color: #838383;
    margin-bottom: 30px;
}
.connect ul li {
    display: inline-block;
    padding-right: 60px;
    margin: 0 auto;
    font-size: 19px;
    color: #000;
}
section.office {
    padding: 100px 0 60px;
}
.office-content h2 {
    font-size: 50px;
    font-family: 'Helvetica-Bold';
    color: #000;
    margin-top: 0;
}
.office-content h3 {
    font-size: 22px;
    font-family: 'Helvetica-Bold';
    margin-top: 60px;
    /* margin-left: 10px; */
}
.office-content img {
    width: 12px;
    margin-right: 12px;
    /* vertical-align: middle; */
}
.office-content p {
    font-size: 19px;
    color: #878787;
}
/**start footer**/
section.footer-top {
    background: #3C3C3C;
    padding-top: 50px;
}
.social-link ul li {
    display: inline-block;
    /* padding-right: 134px; */
    width: 154px;
}
section.footer-center {
    background: #3c3c3c;
    padding-top: 36px;
    padding-bottom: 20px;
}
section.footer-bottom {
    background: #3c3c3c;
    padding-bottom: 40px;
}
.footer-contact h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica-Bold';
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    font-weight: 400;
    text-align: left;
}
.footer-address h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica-Bold';
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    font-weight: 400;
    text-align: left;
}
.sitemap h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica-Bold';
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    font-weight: 400;
    text-align: left;
}
.footer-contact p {
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica';
    /* font-weight: 400; */
    margin-top: 18px;
    /* letter-spacing: 1.5px; */
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}
.footer-address p {
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica';
    /* font-weight: 400; */
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}
.footer-contact span {
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica';
    /* font-weight: 400; */
    margin-top: 50px;
    display: block;
    font-size: 14px;
    /* line-height: 24px; */
    font-weight: 400;
    text-align: left;
    letter-spacing: .6px;
}
.copyrights p {
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica';
    /* font-weight: 400; */
    margin-top: 50px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .6px;
}
.sitemap ul {
    margin-top: 18px;
}
.sitemap ul li {
    margin-bottom: 4px;
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica';
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}
.sitemap ul li a {
    color: #fff;
}
.sitemap ul li a:hover{
    color:#A9332C;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #A9332B !important;
}
.footer-logo img {
    margin-top: 22px;
    width: 150px;
    float: right;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #303030 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #303030 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #303030 !important;
}
/**end footer**/
h2.map-heading {
    font-size: 40px;
    font-family: 'Helvetica-Bold';
    color: #000;
    margin-bottom: 30px;
}

div#block-homepageaccordian {
    padding-bottom: 60px;
    overflow: hidden;
}
h2.about-heading.mb-60 {
    margin-bottom: 60px;
    margin-top: 0;
}
section.talk {
    padding: 80px 0;
    background: #E7E7E7;
}
.let-talk {
    text-align: center;
}
.let-talk p {
    font-size: 50px;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Helvetica-Bold';
    /* margin: 0 auto; */
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 50px;
    font-family: 'Helvetica-Bold';
}


.let-talk a {
    /* font-size: 16px; */
    border: 2px solid #3c3c3c;
    color: #fff;
    /* padding: 8px 18px; */
    font-family: 'Helvetica';
    height: 50px;
    letter-spacing: 2px;
    /* text-decoration: none; */
    text-transform: uppercase;
    width: 178px;
    font-size: 12px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #3c3c3c;
}
.let-talk a:hover {
    background: #e7e7e7;
    color: #3c3c3c;
}
/**start projects**/


.servicesArea{
    padding: 0px 0px 10px;
}
.col-sm-4.pd-0 {
    padding: 0;
}
img {
  max-width: 100%;
  display: block;
}

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
figure {
    border: 1px solid #fff;
}
figure a {
  color: black;
  text-decoration: none;
}

figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255,255,255,.5);
  padding: .2em .5em;
  justify-self: start;
}

.container-fluid.hh{
  column-count: 3;
  column-gap: 0px;
  padding: 0;
}
.gallery h2 {
    font-size: 24px;
    font-family: 'Helvetica-Bold';
    color: #fff;
    margin-bottom: 0;
}
.gallery p{
    font-size: 18px;
    /* font-family: 'Helvetica-Bold'; */
    color: #c2c2c2;
}


.gallery {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    bottom: -150px;
    /* top: 0; */
    margin: 0 auto;
    text-align: left;
}
.gallery a {
    color: #fff;
}
figure:hover .gallery{
    bottom: 0;
}
figure {
    position: relative;
    overflow: hidden;
}
h2.tell {
    font-size: 30px;
    color: #1d1d1d;
    font-family: 'Helvetica-Bold';
}
p.tell-connect {
    font-size: 20px;
    color: #1d1d1d;
    font-family: 'Helvetica';
}
section.talk.color-bg {
    background: #fff;
}
a.contact-btn {
    font-size: 16px;
    border: 1px solid #131313;
    color: #131313;
    padding: 10px 16px;
    font-family: 'Helvetica';
    border-radius: 0;
    background: #fff;
}
a.contact-btn:hover {
    background: #131313;
    color: #fff;
}
img.height645 {
    height: 645px;
}
img.height295 {
    height: 295px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BEBEBE !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BEBEBE !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #BEBEBE !important;
}

/**start conatct section**/
.contactArea{
    background-repeat: no-repeat;
    margin-top:80px;
}   

.heading {
    margin-bottom: 40px;
}
.heading h2 {
    margin: 0 auto;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    color: #333;
    font-weight: 700;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 30px;
    line-height: 62px;
    font-family: 'Helvetica-Bold';
}
.paragraph {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}
.contactArea .contactBox:last-child{
    border: 0;
}

.contactArea .contactBox h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #38928f;    
}

.contactArea .contactBox h3 span {
    font-size: 22px;
    color: #38928F;
    margin-right: 5px;
}

.contactArea .contactBox p {
    font-size: 16px;
    line-height: 27px;
    margin: 6px 0 0;
}

.contactArea .contactBox p.contactNo {
    font-weight: 600;
    font-style: italic;
    color: #676767;
    margin: 10px 0 0;
}

.contactArea .contactBox p.contactNo>span {
    font-size: 20px;
    margin-right: 5px;
    color: #38928f;
}

.contactFormArea .heading h4{
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 25px;
}
.contactFormArea #contactForm{
    
}
.contactFormArea #contactForm .form-group{
    margin-bottom: 30px;
}
.contactFormArea #contactForm .form-group label {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.contactFormArea #contactForm .form-group .form-control {
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contactFormArea #contactForm button {
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    border-radius: 0;
    font-weight: 600;
    background: #333;
    /* display: block; */
    /* margin: 20px auto 0; */
    outline: 0;
    width: 100%;
    letter-spacing: 2px;
    border: 1px solid #333;
}
.contactFormArea #contactForm button:hover {
    background: #fff;
    color: #333;
}
.details-wrap {
    margin-bottom: 30px;
}

.contact-heading {
    display: inline;
    padding: 0.2em 0 1.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #333;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    display: block;
    margin-top: 10px;
}

.contact-email-link {
    margin-bottom: 0;
    opacity: 1;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
    text-decoration: none;
}
.contact-email-link:hover{
    color: #333;
}
a.link-10 {
    color: #1a1b1f;
}
.contact-heading.mt-30 {
    margin-top: 160px;
}
p.text-left {
    /* text-align: left; */
    /* font-size: 20px; */
    /* margin: 0; */
    /* font-weight: 400; */
    /* max-width: 100%; */
    /* letter-spacing: 0; */
    /* line-height: 26px; */
    text-align: justify;
}
p.abt-30 {
    margin-bottom: 30px;
}

/**start client-logos**/

section.client-logos {
    padding: 0px 0 60px;
    /* background: #292929; */
}

h3.offerTitle {text-align: center;margin-bottom: 10px;/* margin: 0 auto; */padding-top: 15px;padding-right: 0;padding-left: 0;color: #333;font-weight: 700;/* text-align: left; */letter-spacing: 5px;text-transform: uppercase;-o-object-fit: fill;/* object-fit: fill; */font-size: 30px;line-height: 62px;font-family: 'Helvetica-Bold';}


section.client-logos p {
/*    font-size: 16px;*/
    text-align: center;
    font-weight: 500;
 /*   color: #131313;
    margin-bottom: 40px;*/
    margin-top: 0;
    margin-bottom: 0px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}
p.mb-50 {
    margin-bottom: 50px !important;
}
.row.mb-30 {
    margin-bottom: 30px;
}
.bank-logo {
    display: flex;
}
.logo-portion {
    transition: all 0.5s ease-in-out;
     border: 1px solid #eee; 
    margin-right: 12px;
    padding: 5px;
    box-shadow: #f5f5f5 0px 3px 5px 2px, #f1e8e8 0px 0px 1px;
    border-radius: 4px;
}
.logo-portion.mb-40{
    margin-bottom: 40px;
    margin-top: 40px;
}
.logo-portion:hover {
    box-shadow: 0 5px 5px #ccc3c3;
    transform: translateY(-20px);
}
/**start Projects**/
section.project {
    padding: 100px 0;
}
h2.project-title {
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 10px;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
    /* font-family: 'Helvetica-Bold'; */
}

span.project-sub-title {
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .7px;
    color: #919191;
}
h3.project-sub-title {
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .7px;
    color: #919191;
}
.projectarea {
    margin-bottom: 30px;
 /*   overflow: hidden;*/
    position: relative;
}

.download {
    overflow: hidden;
}
.download:before {
    display: none;
}
.projectarea:before {
    position: absolute;
    content: "";
    background: #000000cf;
 /*   height: 100%;*/
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 110px;
}
.projectarea img {
    transition: all 0.5s ease-in-out;
}

.download img{
    transition: all 0.5s ease-in-out;
}

.download img:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
/**start services**/
section.about.pd-60.bg-color {
    background: #E7E7E7;
}
section.projects.pd-20.bg-color {
    background: #e7e7e7;
}
section.projects.pd-20.bg-color.mt-0 {
    margin-top: 0;
    padding-top: 80px;
    /* padding-bottom: 60px; */
    margin-bottom: 0;
}
section.projects.pd-20.mb-100.bg-color.Support {
    margin-top: 0;
    padding-top: 80px;
    margin-bottom: 0;
}
.col-sm-6.bg-white {
    background: #fff;
    min-height: 480px;
}
section.projects.pd-20.mb-100.bg-color.mt-0.Execution {
    padding-bottom: 80px;
}
.projects-content.pd-0.pl-40 {
    padding-left: 40px;
}
section.about.pd-60.about-pb {
    padding-bottom: 60px;
}



#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 0px;
    border-radius: 50px 50px 4px 4px;
}

#scrollUp.orange2-color i {
    /* background: #fd4a36; */
}
#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 0;
    color: #B73C38 !important;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    /*    background: #bb0b0b;*/
    margin-left: 2px;
    /* box-shadow: 0 0 2px #54595f; */
    color: #fff;
}
#scrollUp.orange2-color i:hover {
    opacity: 0.8;
}
div#scrollUp p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}



/******************************************************************/

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  bottom: 0px;
  /* top: 0; */
  right: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  left: 0;
  margin: 0 auto;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 50%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}
/*
@keyframes pulse {
  to {
    opacity: 1;
  }
}*/
img.arrow {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
header {
  /*  position: absolute;*/
    position: relative;
    z-index: 999;
    width: 100%;
}
.content.banner-content {
    /* top: 0px; */
}
/**start blog**/
/*section.nav-blog {
    height: 75px;
    background-color: #e7e7e7;
}*/

p.blog_sub_text.date {
    margin-bottom: 0;
    color: #999;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
h2.blog-title {
    margin-top: 10px;
    margin-bottom: 10px;

}
section.projects.pd-20.lefts {
    padding-bottom: 60px;
}
.projects-content.blog-content {
    padding-top: 84px;
}
/**start blog**/
.paragraph-75 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}
h2.subcribe {
    margin-bottom: 0;
}
.title-wrap-mid-homepage {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0 20px;
}
.mail-chimp-policy {
    max-width: 468px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(51,51,51,.64);
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    letter-spacing: 0.7px;
}
/*header.blog-position {
    position: relative;
}*/
header.blog-position {
    position: absolute;
    background: #fff;
}
.content.banner-content.blog-banner-content {
     top: 90px; 
}
section.career {
    padding: 100px 0 100px;
}
.container.pd-0 {
    padding: 0;
}

.career-content h2 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-family: 'Helvetica-Bold';
}

.career-content h3 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    font-family: 'Helvetica-Bold';
}
.career-content p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .7px;
    text-align: justify;
    margin-bottom: 30px;
}
.career-content span {
    color: red;
}
/**career form**/

.banner-form.form-slide {
    color: #fff;
    /* background: rgba(34, 34, 34, 0.8); */
    padding: 30px 40px;
    border-radius: 4px;
    position: relative;
    max-width: 430px;
    top: 0;
    /* right: 0; */
    z-index: 0;
    /* left: 47px; */
    border: 2px solid #3c3c3c;
}
.banner-form-heading h2 {
    margin: 0px 0 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
    font-family: 'Helvetica-Bold';
}
.banner-form-heading p {
    margin: 0px 0 30px;
    /* font-family: 'Poppins', sans-serif; */
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}
.banner-form .form-group {
    margin-bottom: 16px;
    position: relative;
}

.banner-form .form-group .form-control:focus {
    box-shadow: none;
}
.banner-form .form-group .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    position: relative;
    color: #fff;
}
.banner-form .form-group .form-control:focus + span.bottom-bar {
    width: 100%;
}


.banner-form .form-group .form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #D8D8D8;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    position: relative;
    color: #C8C8C8;
    padding: 0;
    /* font-family: 'Poppins', sans-serif; */
}

.banner-form .form-group span.bottom-bar {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0%;
    background: #ad332c;
}
.banner-form .form-group label {
    color: #616260;
}

button.btn.submit-btn {
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: 100%;
    border: 2px solid #3c3c3c;
    height: 50px;
    background: #3c3c3c;
    letter-spacing: 2px;
}
button.btn.submit-btn:hover {
    color: #3c3c3c;
    background: #fff;
}
.col-sm-6.sticky-portion {
    position: sticky;
    top: 62px;
}
section.case-studies.pt-100 {
    padding-top: 100px;
}
.studies img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.case-content {
    min-height: 100vh;
    padding: 40px 40px;
}
.case-content p {
    font-size: 16px;
    letter-spacing: 0.7px;
}
.case-content h3 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #333;
}

blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 10px 20px;
    border-left: 4px solid hsla(0, 0%, 68%, 0.4);
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.case-content-overlay {
    position: absolute;
    z-index: 999;
    bottom: 82px;
    left: 80px;
}
.case-content-overlay p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
.case-content-overlay h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
    color: #ffff;
    margin-top: 10px;
    font-family: 'Helvetica-Bold';
}
section.case-studies.pd-60 {
    padding-bottom: 60px;
}
.studies {
    overflow: hidden;
}
.studies img {
    transition: all 0.5s ease-in-out;
}
.studies img:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.thankyou {
    border: 2px solid #3c3c3c;
    padding: 70px 40px;
    border-radius: 4px;
    margin-top: 164px;
    height: 420px;
    display: none;
}

.thankyou h2 {
    margin: 0px 0 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
    /* text-align: center; */
    font-family: 'Helvetica-Bold';
}
.thankyou p {
    margin: 0px 0 16px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}

.thankyou a {
    border-radius: 0;
    text-transform: uppercase;
    width: 100%;
    border: 2px solid #3c3c3c;
    height: 50px;
    background: #3c3c3c;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 46px;
}

.thankyou a:hover{
    background: #fff;
    color: #3c3c3c;
}

.projects-img img:hover {
    transform: scale(1.1);
    /* opacity: 0.7; */
}
.projects-img{
    overflow: hidden;
}
.projects-img img {
    transition: all 0.5s ease-in-out;
}
/**start insights**/
.content.dlf h2 {
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 14px;
    padding-top: 10px;
    /* background-color: #fff; */
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.step-portion {
    display: flex;
    padding-right: 0;
    /* margin: 0 auto; */
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    /* margin-top: 70px; */
    padding-top: 15px;
}
.icon-content {
    padding-left: 40px;
    padding-right: 40px;
}
.icon-content h2 {
    margin-bottom: 0;
    color: #5b5b5b;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
.icon-content h3 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Helvetica-Bold';
    margin-top: 0;
    color:#5b5b5b;
    letter-spacing: 2px;
    text-align: center;
}
.insights-img {
    margin-bottom: 34px;
}
.insights-img.mt-30 {
    margin-top: 34px;
}
section.insights-banner {
    height: 420px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* background-position: 0% 75% !important; */
    padding-top: 200px;
}

.insightsbanner-content {
    height: 100px;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    /* right: 0; */
    /* margin: auto; */
    width: 100%;
    text-align: left;
}

.insightsbanner-content h3 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: 7px;
    font-family: 'Helvetica-Bold';
}
.insightsbanner-content h2 {
    margin-bottom: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
header.insights-position {
    position: relative;
}
section.banner-bottom-portion {
    background: #1C1C1C;
    padding: 30px 0;
}
.loaction-content h2 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #6d6d6d;
    margin-bottom: 5px;
    margin-top: 0;
}
.loaction-content h3 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0;
}
.flext-content {
    text-align: left;
    display: flex;
    justify-content: space-between;
}
h2.h2-heading.mb-30 {
    margin-bottom: 30px;
}
.related-content h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    bottom: 16px;
    color: #fff;
    left: 40px;
}
.related-content {
    border-right: 2px solid #fff;
}
section.related-project {
    padding-bottom: 60px;
}
h2.h2-heading.mt-40 {
    margin-bottom: 40px;
}

.slide-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.projects-content ul li {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
    font-weight: 500;
    list-style: disc;
    margin-left: 14px;
}
.projects-content.serv-stand {
    padding-top: 0;
}
.projects-content.serv-stand h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.projects-content.serv-stand h3 {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Helvetica-Bold';
    letter-spacing: 2px;
}
.projects-content.serv-supp.pd-0 {
    padding-top: 0px;
}
.projects-content.nego {
    padding-top: 70px;
}
.projects-content.pd-0.exect {
    padding-top: 0;
}
.projects-content.audits {
    padding-top: 120px;
}
section.projects.pd-20.mt-60 {
    margin-top: 60px;
}
section.projects.pd-20.audit-100 {
    padding-bottom: 100px;
}
section.projects.pd-20.mb-100.bg-color.mt-0 {
    padding-bottom: 80px;
}
.projects-content.pd-0.pl-40.assessment {
    padding-top: 130px;
}
.projects-content.supt {
    padding-top: 130px;
}
.projects-content.pd-0.safety-audit {
    padding-top: 140px;
}
section.projects.pd-20.mb-100.mt-40 {
    margin-top: 40px;
}
.projects-content.serv-supp h2 {
    margin-top: 0;
}
.projects-content.pd-0.exect h2 {
    margin-top: 0;
}

.about-left h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
    font-family: 'Helvetica-Bold';
}

.projects-content.why-need h2 {
    margin-top: 0;
}
.projects-content.why-need {
    /* padding: 0 30px; */
    padding-top: 122px;
}

.projects-content.adavantage h3 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Helvetica-Bold';
    letter-spacing: 0.7px;
}

.projects-content.adavantage h2{
    margin-top: 0;
}

.part-about h2 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    /* text-align: left; */
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-object-fit: fill;
    /* object-fit: fill; */
    font-size: 24px;
    line-height: 32px;
   /* text-align: center;*/
    font-family: 'Helvetica-Bold';
}
/*.about-bottom-content {
    text-align: center;
}*/
.part-about p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .7px;
    /* margin-bottom: 30px; */
}
.about-bottom-content img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.about-bottom-content {
    /* float: left; */
    /* width: 100px; */
    display: flex;
}

.part-about ul li {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .7px;
    list-style: disc;
    margin-left: 20px;
}

.border{
    position: relative;
    margin-top: -20px;
}
.border:after {
    content: "";
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 190px;
    right: 0;
    top: 0;
    z-index: 1;
    border-right: 2px solid #c7c9cba8;
}
.border:before {
    content: "";
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    right: 106px;
    top: 0;
    z-index:999;
    border-left: 2px solid #c7c9cba8;
}

/************************************************/

a.download-btn {
    /* font-size: 16px; */
    border: 2px solid #3c3c3c;
    color: #fff;
    /* padding: 8px 18px; */
    font-family: 'Helvetica';
    /* height: 60px; */
    letter-spacing: 2px;
    /* text-decoration: none; */
    text-transform: uppercase;
    width: 178px;
    font-size: 12px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    background: #3c3c3c;
    /* padding: 0px 45px; */
}
a.download-btn:hover{
    background: #fff;
    color: #3c3c3c;
} 
.projectarea.mb-60 {
    margin-bottom: 60px;
}

.tenderArea{
    padding: 60px 0px;
}   

.tenderArea .tenderLeft{}

.tenderArea .tenderLeft ul{
    margin: 0px;
}

.tenderArea .tenderLeft ul li{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.tenderArea .tenderLeft ul li:last-child{
    margin: 0px;
}

.tenderArea .tenderLeft ul li .tender{
    position: relative;
    padding: 0 0 0 285px;
    min-height: 184px;
}

.tenderArea .tenderLeft ul li .tender figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
}

.tenderArea .tenderLeft ul li .tender figure img{
    width: 100%;
}

.tenderArea .tenderLeft ul li .tender h4{
    font-size: 21px;
    color: #333;
    font-weight: 700;
    margin: 0 0 8px;
    font-family: 'Helvetica-Bold';
}

.tenderArea .tenderLeft ul li .tender h5{
    margin: 0 0 13px;
    font-family: 'Helvetica';
}

.tenderArea .tenderLeft ul li .tender h5 span{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0 8px 0 0;
}

.tenderArea .tenderLeft ul li .tender h5 span a{
    color: #b75c55;
    padding: 0 0 0 4px;
    background: transparent;
    font-size: 14px;
}

.tenderArea .tetenderLeft ul li .tender h5 span a:hover{
    background-color: transparent;
    color: #000;
}

.tenderArea .tenderLeft ul li .tender h6{
    margin: 0 0 6px;
    font-size: 16px;
    font-family: 'Helvetica-Bold';
}

.tenderArea .tenderLeft ul li .tender h6 .fa{
    margin: 0 4px 0 0;
}

.tenderArea .tenderLeft ul li .tender p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
    font-family: 'Helvetica';
}



.tenderArea .tenderLeft ul li:hover{
    border-color: #3c3c3c;
    box-shadow: 0px 7px 11px #ddd;
    transition: all 0.5s ease-in-out;
}


a.download-tender-btn {
    border: 2px solid #3c3c3c;
    color: #fff;
    font-family: 'Helvetica';
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 178px;
    font-size: 12px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin: 0 auto 0;
    background: #3c3c3c;
}
a.download-tender-btn:hover {
    background: #fff;
    color: #3c3c3c;
}

.row.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}



/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #3c3c3c;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #bc3e35;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width:100px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color: #000;
  padding:5px;
  margin-bottom:20px;
}
/* custom*/
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width:1px;
  height:20px;
  background: #fff;
  bottom:-20px;
  left:50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #bc3e35;
  background-color: #bc3e35;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #bc3e35;
  border-color: #bc3e35;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #FF3D7F;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  /* replace text with an icon */
  overflow: hidden;
  color: #3c3c3c;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
  /* color: #3c3c3c; */
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
  color: #fff;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #FF3D7F;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #FF3D7F;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}


.cd-horizontal-timeline .events-content h2 {
    /* font-weight: bold; */
    /* font-size: 3em !important; */
    /* font-weight: 700; */
    /* line-height: 1.2; */
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 10px;
    background-color: #fff;
     font-size: 14px; 
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.5em !important;
  color: #fff;
}


.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    /* line-height: 1.6; */
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .7px;
    color: #919191;
}
@media only screen and (min-width: 768px) {
 /* .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }*/
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
  .home-slide video {
    width: 100%;
    height: auto;
    margin-top: 77px;
}
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


/**********************/
h2.location-h2 {
    color: #3c3c3c;
    font-weight: 700;
}
.flext-content.pro-loaction {
    margin-top: 20px;
}
h3.gur {
    color: #919191;
    font-size: 14px;
}
.step-portion.mt-20 {
    /* margin-top: 20px; */
}
h2.number {
    color: #919191;
    font-size: 13px;
}
h3.stops {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}
h2.number {
    color: #fff;
    font-size: 13px;
    margin-top: 7px;
}
.icon-content.pro-img img {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.icon-content.pro-img {
    padding-left: 0;
    padding-right: 22px;
    min-height: 136px;
    margin-top: 3px;
}
.step-portion.mt-20.pro-portion {
    /* padding-right: 0; */
    /* position: absolute; */
    /* top: 220px; */
    /* left: 50px; */
    background: #000000cf;
    height: 110px;
    padding-left: 32px;
}
.footer-logo {
    margin-top: -6px;
}
.design-img:hover {
    background: #F0F0F0;
}
.designportion .design-img:hover img {
    filter: invert(0);
}
.about-left.text-center p {
    text-align: center;
}
/**start home lifts**/
.blog-page-title {
    max-width: 700px;
    margin: 80px auto 80px;
}
.blog-page-date {
    color: #999;
    text-align: center;
    letter-spacing: 2px;
}
.blog-main-title {
    margin-top: 15px;
    line-height: 52px;
    text-align: center;
}
.blog-page-title-subtext {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}

h2.blog-main-title {
    margin: 20px 0 15px;
    color: #333;
    font-size: 44px;
    line-height: 62px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.blog-page-title a {
    color: #1a1b1f;
    text-decoration: underline;
}
.blog-content-small-image {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.video-direct-link {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.blog-text-wrapper {
    max-width: 700px;
    margin: 45px auto;
    padding-right: 0;
    padding-left: 0;
}
.blog-text-title {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.blog-text-body {
    margin: 0 auto;
    /* margin-top: 0; */
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
}

.blog-text-title {
    margin-right: auto;
    /* margin-bottom: 10px; */
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.blog-text-wrapper a {
    color: #1a1b1f;
    text-decoration: underline;
}
.projects-content a:focus {
    color: #3C3C3C;
    outline: 0;
    background: transparent;
}

.project-gallery img {
    transition: all 0.5s ease-in-out;
}
.project-gallery {
    overflow: hidden;
    margin-bottom: 10px;
}
.project-gallery img:hover {
    transform: scale(1.1);
    opacity: 0.7;
}
a.download-tender-btn:focus {
    color: #3c3c3c;
    background: transparent;
    outline: 0;
}
.about-left a:focus {
    color: #3c3c3c;
    background: transparent;
    outline: 0;
}
.project-content a:focus{
    color: #3c3c3c;
    background: transparent;
    outline: 0;
}

.let-talk a:focus{
    color: #3c3c3c;
    background: transparent;
    outline: 0;
}
button.btn.submit-btn:focus{
   color: #3c3c3c;
    background: transparent;
    outline: 0; 
}
a.download-btn:focus{
   color: #3c3c3c;
    background: transparent;
    outline: 0 
}
.solution.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    bottom: 0;
}
.partner-area.ptb-100.pd-0.office-solution {
    padding-bottom: 60px;
}
section.client-marquee {
    background: #292929;
    padding: 40px 0;
}
.js-marquee {
    display: flex;
}
.marquee {
    width: 100%;
    overflow: hidden;
    padding: 0px 0;
  /*  animation:scroll 10s linear infinite;*/
}
/*.container {
  padding:3px;
  border:1px solid #e6e6e6;
  width:700px;
  overflow:hidden;
}*/
/*.marquee{
  display: inline-block;
  position:relative;
  width: 100%;
   height:160px; 
  animation:scroll 10s linear infinite;
  padding:3px;
}*/
/*
.marquee:hover {
    animation-play-state: paused
}

.img1 {
  width: 70px;
   height:70px; 
  background-color:#f6f6f6;
  margin:3px;
  float:left;
}
@keyframes scroll{
0% {left:800px;}
100% {left:-800px;}
}

}*/
.logo-portion img {
    width: 200px;
    height: 100px;
}



/****************************** Start New Css *********************************/

.home-slide video {
    width: 100%;
    height: auto;
    margin-top: 0px;
}
img.digitalsertype {
    height: 400px;
    object-fit: cover;
}




    
section.about.pd-60.about-pb.aboutstart {
    padding-bottom: 100px;
}
section.projects.pd-20.lefts.blogpage {
    padding-bottom: 100px;
}

section.case-studies.pd-60.casestudypage {
    padding-bottom: 100px;
}

