@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
@-ms-viewport {
width:device-width;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
font-family: 'Arimo', sans-serif;
	font-weight: 300;
	line-height:26px;
	color: #000;
	background: #fff;
}
a {
	color: #ed1c24;
	text-decoration: none;
font-family: 'Arimo', sans-serif;
	-webkit-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	-ms-transition: background ease 0.3s;
	transition: background ease 0.3s;
}
a:hover {
	color:#f15b2e;
	text-decoration: none;
	    transition: all .4s ease;
}
a:focus {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

@media (min-width: 1200px){
.container-header {
    max-width: 1280px;
}

.col-xl-20 {
    -ms-flex: 0 0 19.666667%;
    flex: 1 0 19.666667%;
    max-width:19.666667%;
}


}

.shadow-custom{
	    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.font-size22{
	font-size:22px !important;
}

.pb-130{
	padding-bottom:130px !important;
}

.clients {
    border: 1px solid #dcdcdc;
}

/***********Reset Css*********/

.stickyHeader.headerbg{
	background-color:#fff;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation:slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}




/**********Top Header**********/

.topHeader {
    background: #f0f0f0;
    padding: 10px 0 10px;
    position: relative;
}

.topHeader-left-column ul{
	margin:0;
	padding:0;
}
.topHeader-left-column ul li{
	display:inline-block;
	list-style:none;
}
.topHeader-left-column ul li a{
    color: #151515;
    font-weight: 500;
    font-size: 15px;
    padding-right: 25px;
}

.topHeader-left-column ul li a i{
	    color: #a50f0f;
}


.header-bw-ui{
		background-color: #ffffff;
}


.btn-quote-default{
    background: #a70f0f;
    font-size: 17px;
    padding: 10px 20px 9px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 0;
    text-transform: uppercase;
}


.btn-quote-default:hover {
    border: none;
    box-shadow: 0 0.3rem 0.6rem rgba(46, 50, 54, 0.15);
    color: #FFFFFF;
	    background: #2E3236;
    text-decoration: none;
}

.btn-primary-speak{
	    background:linear-gradient(to right, #a70f0f, #e61212);
    font-size: 17px;
    padding:13px 35px 10px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.btn-primary-speak:hover{
	 background: #46BDD4;
	 color:#fff;
}


.logo-bw-ui {
    position: relative;
    bottom:-6px;
}
.logo-bw-ui .navbar-brand img{
	position: relative;
}
.nav-toggle-icon a span{
color: #2E3236;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 59px;
    font-weight: 400;
    padding-left: 5px;
}
.nav-toggle-icon a:hover span{
	color:#56B2CB;
	text-decoration:underline;
}

.close-menu{
	display:none;
}
.close-menu a span{
	color: #2E3236;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 59px;
    font-weight: 400;
    padding-left: 5px;
}
.close-menu a:hover span{
	color:#56B2CB;
	text-decoration:underline;
}
.overlyBg-inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgb(255 255 255), rgb(0 0 0 / 0%));
}


.navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding: 8px 15px 5px;
    line-height: 31px;
    margin-right: 25px;
    color: #000000;
    transition: 0.3s ease;
    position: relative;
    font-weight: 500;
    text-transform: uppercase
}
.navbar-custom {
    padding:2px 0 15px;
}



.carousel-control-prev {
    z-index: 9;
}
.carousel-control-next {
     z-index: 9;
}
.item-grid-industries{
	position:relative;
}

.item-grid-industries:after{
    content: "";
    background: linear-gradient(#000,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    pointer-events: none;
    transform: rotate(180deg);
    z-index: 9;
}

/***********Mega Menu***********/

.block-toggle{
	display:block;
}
.hideToggle{
	display:none;
}
.megaMenu-model.open-dropdown{
	display:block;
}
.megaMenu-model.hide-dropdown{
	display:none;
}
.megaMenu-model{
	    display: none;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
    border-top: 2rem solid #F4F5F5;
    background-color: #FFFFFF;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    flex-wrap: wrap;
    z-index: 9998;
    flex-direction: row;
    padding:1.7rem 2rem;
    max-height: calc(100vh);
    overflow: auto;
}

.menu-in-dropdown ul.menu-nav-dropdown{
    margin-top: 10px;
    padding: 0;
}

.menu-in-dropdown ul.menu-nav-dropdown li{
display:list-item;
list-style:none;
}
.menu-in-dropdown ul.menu-nav-dropdown li a{
line-height: 31px;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 300;
}

.menu-in-dropdown ul.menu-nav-dropdown  ul{
	margin:0;
	padding-left:10px;
}
.menu-in-dropdown ul.menu-nav-dropdown li a:hover{
	color:#46bdd4;
	text-decoration:underline;
}
.menu-in-dropdown h4{
	font-size: 22px;
    color: #4e4e4e;
}
  .searchIcons{  
	position: relative;
    bottom: 3px;
  }
  
  
  .search-bar-input{
display: none;
    position: absolute;
    right: 21rem;
    top: calc(50% - 25px);
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 0;
    z-index: 9;
    background: #fff;
  }
  .form-contral.searchControll{
    width: 100%;
    border-bottom: 1px solid #46bdd4;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 300;
    color: #000;
    outline: none;
    padding: 7px 0;
  }

/********Language dropdown*******/
.dropdown-menu.languageDropdown{
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 1rem 0;
    z-index: 999;
    border: none;
    border-radius: 0;
    line-height: 16px;
    font-size: 14px;
    color: #ddd;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #46bdd4;
    text-decoration: none;
    background-color: #ffffff;
	text-decoration:underline;
}


.navbar-nav.customNav-center{
    margin-top: 10px;
    position: relative;
    left: 27px;
    top: 11px;	
}




.owl-theme.customThemeOwl .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #a70f0f;
}
.owl-theme.customThemeOwl .owl-dots .owl-dot.active span, .owl-theme.customThemeOwl .owl-dots .owl-dot:hover span {
    background: #970f0f;
}


/*********Slider*********/
.carousel-section {
    position: relative;
	width:100%;
    margin-top: 120px;
    background-repeat:repeat ;
    position: relative;
    padding-top: 170px;
	background-size:cover;
	box-sizing: border-box;
	background-size:cover;
    padding-bottom: 170px;
    animation: mymove 90s linear infinite;
	perspective: 1000px;
  perspective-origin: 50% 50%;
}
@keyframes mymove {
  100%{
    background-position:0px -3000px;
  }
}


.carousel-caption-banner{
	position:relative;
	z-index:99;
}
.carousel-caption-banner h5{
    text-align: left;
    margin-bottom: 13px;
    color: #000;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.carousel-caption-banner h3{
    font-weight: 700;
    font-size: 45px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: -0.6px;
    color: #a40f0f;
    line-height: 55px;
}

.carousel-caption-banner p{
	    color: #000;
	    font-size: 17px;
	    font-weight: 400;
}

.buttonLinkytpe{
    cursor: pointer;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #f3be00;
    font-size: .75rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    text-decoration: none;
    z-index: 999;
}


.title-heading h1:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    left: 2px;
    background-color: #404040;
    top: -40px;
}
.scentair-para-home p{
    font-size: 20px;
    color: #868383;
    letter-spacing: -0.5px;
}

.scentair-para-home {
    padding-top: 35px;
    padding-bottom: 20px;
    position: relative;
    padding-right: 50px;
}
.home-flex {
    padding-left: 50px;
    position: relative;
}

.craousel-image img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
	border-radius: 5px;
}


.header-multitude h2{font-size: 30px;font-weight: 700; color: #aa0f0f;}
.header-multitude p{
    font-size: 20px;
    line-height: 28px;
}







/*******Social Icons*******/
.social-icon {
        position: relative;
    left: 0;
    top: 0;
}
.social-icon ul{
	margin:0;
	padding:0;
	text-align: right;
}
.social-icon ul li{
	list-style:none;
	display:inline-block;
}

.social-icon ul li a{color: #a70f0f;font-size: 16px;line-height: 11px;padding-right: 15px;}
.social-icon ul li a:hover{
	color:#46bdd4;
}


/**********Bottom Section Home Page*********/

.section-bw-ui{
    position: relative;
    width: 100%;
    background:#fbfbfb;
}

.tech-section-box3 {
     padding:50px 0 50px;
    margin-top:0;
    position: relative;
}

.section-bw-ui .border-svg-top {
    position: absolute;
    top: -115px;
    width: 100%;
    height: 150px !important;
    pointer-events: none;
}

.item-grid-industries{
	text-align:center;
	position:relative;
}
.item-grid-upper{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(40px) translateX(-50%);
	z-index:99;
}
.homepage-industry-flex {
    padding-top:110px;
    padding-bottom: 90px;
    position: relative;
}

.industry-title-white h4{
     font-size: 30px;
     font-weight: 700;
     color: #a70f0f;
     /* letter-spacing: -0.5px; */
     position: relative;
}

.industry-title-white h4:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    left: 2px;
    background-color: #a70f0f;
    top: -40px;
}


.industry-flex-para {
     padding-top: 55px;
    position: relative;
    padding-bottom:45px;
}


.listItem-flex ul{
    margin-top: 20px;
    padding-left: 42px;
}
.listItem-flex ul li{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.card-column{
	background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 2px;
	position:relative;
}

.card-column h4{
    font-size: 22px;
    margin-top: 10px;
    line-height: 23px;
    color: #a70f0f;
    font-weight: 600;
}

.button-fullcard{
    background: #a70f0f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 16px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.button-fullcard:hover{
	 background: #000;
    color: #fff;
}

.map-pointer-location{
    position: relative;
    top: 55%;
    width: 100%;
    height: 100%;
    background-image: url(../images/map_pin_1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.map-pointer-location:hover{
	top: 50%;
}

.pointerLink{
 position: relative;
    top: 48%;
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
    left: 0;
    width: 100%;
    height: 260px;
    text-align: center;
}

.pointerLink img {
    max-width: 40px;
    width: 100%;
    margin-bottom: 5px;
}
.pointerLink  p {
    color: #000;
    font-size: 12px;
    font-size: .75rem;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 3px;
    letter-spacing: -0.5px;
}
.pointerLink h3{
    font-weight: 800;
    color: #c1002b;
    margin-top: 11px;
    font-size: 18px;
}

.bottom-map-text{
	    color: #000;
    position: relative;
    top: 239px;
}

.bottom-map-text h4{
    font-size: 18px;
    font-weight: 700;
}
.bottom-map-text p{
	    font-weight: 400;
    line-height: 17px;
    margin-top: 7px;
}
.colorRed{
color:#d61717
}

/**********Slider Banner**************/


.carousel-caption {
    top: 35%;
}

.carousel-caption h3{
font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}
.carousel-caption p{
    font-weight: 300;
    font-size: 33px;
    letter-spacing: -0.5px;
}

.nav-pills .nav-link {
    padding: 25px 25px 20px;
    border-radius: 0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #545454;
	text-transform: uppercase;
}

.tabSection {
    width: 100%;
    padding: 55px 0 0;
    position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #3ab44a;
    background-color: #ffffff;
    border-bottom: 4px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to left, #7fc240, #0a74b8);
}



/********************Case Study******************/


.case-study-section{
    color: #fff;
    padding: 50px 0 50px;
    background: url(../images/slice-angal-bg.jpg) no-repeat 100% 0 #383b4a;
    background-size: cover;
    position: relative;
}
.country-column ul{
	margin:0;
	padding:0;
}
.country-column ul li{
display: list-item;
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.7px;
    margin-bottom: 35px;
    font-weight: 600;
    list-style: none;
}


.Blog-caseStudies-column {
    position: relative;
    text-align: left;
    background: #fff;
    padding: 33px 20px 20px;
}
.Blog-caseStudies-column h5{
    font-size: 25px;
    text-transform: capitalize;
    color: #063156;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
}
.Blog-caseStudies-column h6{
	    font-style: italic;
    color: #07466f;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}
.Blog-caseStudies-column p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 13px;
    color: #525151;
    letter-spacing: -0.5px;
}

/*******************Blogs********************/


.blogs-col-flex {
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    z-index: 9;
    margin-bottom: 15px;
}
.blog-img img {
    width: 100%;
    position: relative;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.blogs-post-flex p {
    font-size: 19px;
    color: #565555;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	    letter-spacing: -0.6px;
    -webkit-box-orient: vertical;
}

.blogs-post-flex {
    padding: 19px 10px;
    position: relative;
}

.info-blogs-post {
    position: relative;
    padding: 20px 0;
}
.info-blogs-post h4 {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 34px;
    font-weight: 600;
    color: #565656;
}
.info-blogs-post p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
    line-height: 28px;
}

.upcoming-blog {
    background: #fbfbfb;
    padding: 20px;
    position: relative;
    border: 3px solid #ddd;
}
.divider-outline {
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddd;
    padding-bottom: 13px;
}

.upcoming-blog p {
    font-size: 18px;
    color: #000080;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
	letter-spacing: -0.6px;
}


/*************Technolgy*************/


.item-grid-technolgy {
    background: #fff;
    padding: 25px;
    position: relative;
}
.img-tech-circle{
height: 255px;
    width: 255px;
    display: block;
    margin: 0 auto 20px;
	border-radius:50%;
}
.img-tech-circle img{
height: 255px;
    width: 255px;
    display: block;
    margin: 0 auto 20px;
	border-radius:50%;
    border:7px solid #07466f;	
}

.item-grid-tech h5{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: #2f2f2f;
}
.item-grid-tech {
    text-align: center;
    padding-top: 10px;
	    min-height: 250px;
}
.item-grid-tech  p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.7px;
    margin-top: 11px;
    color: #403f3f;
}

.btn-quote-tech{
background: #fff;
    font-size: 18px;
    padding: 10px 20px 6px;
    color: #de2222;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    border: 2px solid #de2222;
}



.connect-contcat {
    text-align: center;
}
.connect-contcat h3{
text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.connect-contcat p{
    color: #5cabde;
    font-size: 20;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.button-technolgy{
	margin-top:30px
}


.bg-technologies-pg{
	    background: #07466f;
    padding:50px 0 50px;
    position: relative
}

.bgGreyfb{
	background-color:#fbfbfb;
}
.plus-after-icon {
     position: absolute;
    top: 7.5rem;
    left: -33px;
    width: 60%;
    background-size: 15px 26px;
    height: 92%;
    background-image: url(../images/plus-pattern-bg-blue.svg);
    background-repeat: repeat;
    z-index: 1;
}
.approach-image{
	position:relative;
}
.approach-image img{
	position:relative;
	z-index: 999;
}

.approach-content h3{
    font-size: 30px;
    color: #0f507f;
    font-weight: 500;
    letter-spacing: -0.7px;
}
.approach-content p{
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: -0.6px;
    line-height: 28px;	
}


.latter-capital {
    width: 75px;
    height: 50px;
    background: #02619a;
    text-align: center;
    margin-right: 10px;
    line-height: 114px;
    font-weight: 700;
}
.latter-capital h1{
    color: #fff;
    line-height: 56px;
    font-weight: 700;
}

.list-item-column {
      margin-top: 10px;
    padding: 10px 30px;
}
.list-item-column h5{
    font-size: 22px;
    font-weight: 600;
    color: #02619a;
}
.list-item-column p{
    font-size: 15px;
    font-weight: 400;
    color: #585757;
    letter-spacing: -0.4px;
    line-height: 18px;
}

.videoYouTube.text-center {
    /* margin-top: 260px; */
    border: 24px solid rgb(255 255 255 / 34%);
    width: 655px;
    height:389px;
    margin: 290px auto;
}
.readMore-column {
    margin-top: 30px;
}

.readMore-column a{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.6px;
}
.readMore-column a:hover{
	text-decoration:underline
}


	
.action-column-bottom {
    text-align: right;
    padding-right: 18px;
}
.action-column-bottom h4{
font-size: 21px;
    letter-spacing: -0.6px;
    color: #fff;
}
.action-column-bottom p{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.bgGreen{
	background-color:#72b94d;
}
.text-green{
	color:#72b94d !important;
}

.bgSkyBlue{
	background-color:#448bd4;
}
.text-skyBlue{
	color:#448bd4 !important
}

.bgOrange{
	background-color:#ff7600;
}
.text-orange{
	color:#ff7600 !important;
}

.bgparoteGreen{
	background-color:#009688;
}
.paroteGreen-color{
	color:#009688 !important
}

.bgDarkGrey{
	background-color:#464545;
}

.text-black{
	color:#464545 !important
}
/***************Industry Slider*************/
.industry-type-flex {
    padding-top: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    z-index: 999;
}
.bgBlur-images{
	background-image: url(../images/blue-apporach-blur.jpg);
	position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.approach-content {
    padding: 50px 30px 15px;
    position: relative;
}


.btn-black-default{
    background: #fff;
    font-size: 13px;
    padding: 5px 15px 5px;
    color: #a70f0f;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 0;
    border: 2px solid #a70f0f;
    text-transform: uppercase;
}
.btn-black-default i{
    position: relative;
    bottom: 2px;
    padding-left: 15px;
	   transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-black-default:hover{
	color:#000;
	   transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-black-default:hover i{
	    margin-left: 10px;
    position: relative;
}


.item-grid{
    border-bottom: 2px solid #FFFFFF;
		position:relative;
		    box-shadow: 0px 30px 20px rgb(0 0 0 / 15%);
		margin-bottom:90px;
}
.button-black{
	position:relative;
	z-index:99;
}


.item-grid:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    left: 0;
    bottom: -27px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY( 
-24deg
);
    -ms-transform: skewY(-24deg);
    transform: skewY( 
-24deg
);
    z-index: 9;
}

.item-grid-description {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 33px 20px 20px;
	z-index:99;
}
.item-grid-description h5{
    font-size: 21px;
    text-transform: capitalize;
    color: #232323;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.owlCrousle-flex {
    padding-bottom: 30px;
    position: relative;
	z-index:999;
}

.item-grid-upper h5{
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.8px;
    font-weight: 700;
}




.section-bw-ui:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 255px;
    /* border-bottom: 6em solid #fff; */
    /* border-right: 125em solid transparent; */
    background: #fff;
	z-index:-1;
}

.owl-carousel .owl-stage-outer{
	padding-bottom:30px;
}

.owl-theme.customThemeOwl .owl-nav {
  display:none;
}


.owl-theme.customThemeOwl .owl-nav [class*=owl-] {
    color: #46bdd4;
    font-size:15px;
    margin: 10px 10px;
    padding: 7px 7px;
    background: inherit;
    display: inline-block;
    cursor: pointer;
    /* border-radius: 3px; */
    border: 1px solid #46bdd4;
    /* border-width: 0 3px 3px 0; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 38px;
}
.owl-theme.customThemeOwl .owl-nav .owl-prev:hover {
	color:#fff;
	background-color:#46bdd4;
}
.owl-theme.customThemeOwl .owl-nav .owl-next:hover {
	color:#fff;
	background-color:#46bdd4;
}

/*******Doodle ********/


.afterPshudo:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #46bdd4;
    left: 0;
    top: 40%;
    z-index: 99;
}

.doodle-plant img{
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    transform: translate3d(-46%, 32%, 0);
    z-index: 9;
    max-width: 100vw;
}

/*****************Brand Indentity****************/



.section-brand-id{
	    position: relative;
    z-index: 999;
}
.bg-image-page:before{
	    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: auto;
    height: 30px;
        width: 110%;
    background: url(../images/ScentAir_ImageMask_Top.svg) no-repeat top right;
    background-size: 100% auto;
    opacity: 1;
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.bg-image-page{
	background-image:url("../images/pattern-page.png");
	padding:120px 113px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: revert;
}

.bg-image-page:after{
	    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: auto;
    height: 30px;
	width: 110%;
    opacity: 1;
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
	bottom: -1px;
    background: url(../images/ScentAir_ImageMask_Bottom.svg) no-repeat bottom right;
    background-size: 100%;
}

.brand-title-black h4{
    font-size: 28px;
    color: #2d2d2d;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.brand-title-black p{
    font-size: 20px;
    font-weight: 300;
    color: #4c4c4c;
}

.btn-primary-speak i{
    position: relative;
    bottom: 2px;
    padding-left: 15px;
	   transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-primary-speak:hover{
	color:#fff;
	   transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-primary-speak:hover i{
	    margin-left: 10px;
    position: relative;
}


.brand-title-black h4:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    left: 2px;
    background-color: #000;
    top: -40px;
}



.bg-imageOfice{
		background-image:url("../images/office-hallway.jpg");
	padding:120px 113px;
    background-size: cover;
    background-repeat: no-repeat;
	    position: relative;
    background-position: revert;
}
.bg-imageOfice::before {
    content: "";
    display: block;
    background-color: #2E3236;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.colorWhite{
	color:#fff !important;
}
.brand-flex-inner{
	position:relative;
	z-index:99;
}
.afterLine-top h4:after{
	content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    left: 2px;
    background-color:#46bdd4 !important;
    top: -40px;
}
.btn-primary-bw {
    background: #000;
    color: #fff;
    padding: 13px 25px;
}

figure.iamgesAnimation {
    width: 260px;
    margin: 0 auto;
}

/*************Testimonials***********/

.paddingSection{
	padding:5px 0 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.inner-col-testimonials h5 {
font-size: 20px;
    font-weight: 600;
    color: #9b5c93;
    font-style: italic;
    margin-bottom: 10px;
}

.inner-col-testimonials p {
    font-size: 35px;
    color: #333333;
    font-weight: 400;
    /* font-style: italic; */
    letter-spacing: 0.3px;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 48px;
}

.testiPorfile img {
    width: 160px !important;
    position: relative;
	margin:0 auto;
}

.president-title h3{
	    font-size: 16px;
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.3px;
	    position: relative;
    top: 5px;
}

.name-ceo p{
font-size: 14px;
    text-transform: uppercase;
    color: #545353;
}

.name-ceo{
	padding-left:10px;
}
.president-title {
    padding-right: 14px;
    border-right: 2px solid #a2a2a2;
}

.inner-col-testimonials {
    text-align: center;
}



.owl-theme.circleQwl .owl-nav [class*=owl-] {
    color: #000;
    font-size: 15px;
    margin: 10px 10px;
    padding: 7px 7px;
    background: inherit;
    display: inline-block;
    cursor: pointer;
    /* border-radius: 3px; */
    border: 1px solid #000;
    /* border-width: 0 3px 3px 0; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 38px;
}
.owl-theme.circleQwl .owl-nav .owl-prev {
  position: absolute;
    left: -80px;
    top: 15%
}
.owl-theme.circleQwl .owl-nav .owl-next {
    right: -80px;
    position: absolute;
    top:15%;
}

.owl-theme.circleQwl .owl-nav .owl-prev:hover{
	    background: linear-gradient(to right, #7fc240, #0a74b8);
	color:#fff;
	border:none;
}
.owl-theme.circleQwl .owl-nav .owl-next:hover{
	 background: linear-gradient(to right, #7fc240, #0a74b8);
	color:#fff;
}


.world-map-doodle{
	margin-top:-60px
}

.bg-worldMap{
	background-image: url(../images/world-map-3.png)!important;
	width: 100%;
    height:660px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


/******************Customer Experince*****************/

.section-customer-exp{
    background-color: #46BDD4;
    padding-top: 60px;
    position: relative;
    padding-bottom: 20px;
}
.m_single.border-svg-lg {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
	    height: 150px;
    overflow: hidden;
    z-index: 2;
}


/*********************News Section********************/


.section-news{
    padding: 15px 0 75px;
    width: 100%;
    position: relative;
    background: #f4f5f5;
	    background-image: url(../images/gingerbread.png);
    background-repeat: no-repeat;
    background-position: 112% 121%;
    background-size: 25%;
}


.news-grid-left{
	background-color:#fff;
	position:relative;
	width: 100%;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
	border-bottom:2px solid #fff;
}
.news-data-grid{
	padding:40px;
}
.news-tag {
    padding-bottom: 22px;
}
.news-tag h6{
font-size: 11px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}
.news-tag h6 i{
    position: relative;
    bottom: 2px;
    padding-right: 10px;
}
.news-title-grid {
    padding-top: 12px;
    padding-bottom: 14px;
    position: relative;
}
.news-title-grid h4{
    color: #333333;
    line-height: 31px;
    font-size: 24px;
}
.news-discription {
    padding-top: 5px;
    padding-bottom: 20px;
    position: relative;
}
.news-discription p{
    font-size: 15px;
    color: #636161;
    line-height: 27px;
    font-weight: 400;
}
.readmore-grid p{
    text-transform: uppercase;
    font-size: 14px;
    color: #46bdd4;
}
.readmore-grid{
padding-top: 10px;
    padding-bottom: 40px;
    position: relative;
}

.readmore-grid p i{
	padding-left:15px;
}

.anchor-grid-news:hover .news-title-grid h4{
	color:#46bdd4;
	
}
.news-grid-left:hover{
	border-bottom:2px solid #46bdd4;
	
}

/***************Clinets Section**************/
.middle-heading{
position:relative;	
}

.middle-heading h3{
font-size: 30px;
    font-weight: 700;
    color: #aa0f0f;
}
.middle-heading h3:after{
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    left: 48%;
    background-color: #000;
    top: -27px;
}

.section-clients{
    padding:120px 0 80px;
    background-image: url(../images/background-flower.png);
    background-repeat: no-repeat;
    background-position: -21% 288px;
    background-color: #fff;
    z-index: 1;
}


.clinets-grid{
    box-shadow: 3px 10px 14px rgba(0, 0, 0, 0.15);
    height: 150px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
}

.clinets-grid img{
	height:100%;
	}
/*******************************/
.consultation-section{
position: relative;
    width: 100%;
    background: #56b2cb;
    margin-top: 84px;
    padding-bottom: 30px;
}

.form-svg-top{
    display: block;
    margin: -11rem 0 -1px;
    overflow: hidden;
    height: 12rem;
    position: absolute;
    z-index: 99;
    width: 100%;
}
.form-flex {
    position: relative;
    z-index: 99;
}
.form-control.form-contactUs{
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    color: #ffffff;
    background-color: #56b2cb;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
	    outline: 0;
}

.form-control.form-contactUs::placeholder {
  color: #fff;
}

.form-control.form-contactUs:-ms-input-placeholder {
color: #fff;
}

.form-control.form-contactUs::-ms-input-placeholder {
color: #fff;
}
.form-control.form-contactUs:focus {
    box-shadow: inherit !important;
}
.form-control.form-contactUs option{
    background:#fff;
	color:#000;
	padding:10px 0;
}
.form-group.form-mb-custom{
	    margin-bottom: 3.6rem;
}

/**************footer***********/

.aboutFooter h4{
color: #fff;
    font-size: 20px;
}

.phone-footer {
    padding-top: 40px;
    position: relative;
}
.phone-footer p{
	    color: #fff;
    font-size: 18px;
}
.aboutFooter address{
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    line-height: 29px;
}

.footer-links h4 {
color: #ffffff;
    border-bottom: none;
    padding-bottom: 0;
    font-size:20px;
    font-weight: 500;
    line-height: 17px;
    position: relative;
}

.footer-links ul {
    padding-top: 17px;
    margin: 0;
    list-style: none;
}
.leftExtra{
	position:relative;
	left:20px;
}

.footer-links ul li {
    display: list-item;
    line-height: 17px;
    margin-bottom: 10px;
}
.footer-links ul li a {
color: #d6d6d6;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
}
.padding-left-cusotm{
    padding-left:50px
}
.about-footer a{
    text-decoration: underline;
    font-size: 12px;
}


.about-footer h4{
    color: #ffffff;
    border-bottom: none;
    padding-bottom: 0;
    font-size:20px;
    font-weight: 500;
    line-height: 17px;
    position: relative;
}
.about-footer p{
font-size: 16px;
    margin-top: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: 300;
}

.footer-links address {
    color: #565555;
    font-size: 14px;
    margin-top: 15px;
    line-height: 21px;
    font-weight: 600;
}
.footer-links p a {
    color: #565555;
    font-weight: 600;
}




.footerBg {
    background:#2E3236;
}


.copyright {
    background:#2E3236;
    position: relative;
}
.copy-ui-right {
    text-align: left;
}
.copy-ui-right ul{
	margin:0;
	padding:0;
}


.copy-ui-right ul li{
	display:inline-block;
	list-style:none;
	color:#fff;
	    font-size: 12px;
		    font-weight: 400;
}
.copy-ui-right ul li a{
	    color: #fff;
    border-left: 1px solid #fff;
    padding: 0 7px 0 8px;
	    font-weight: 400;
    line-height: 32px;
	    font-size: 12px
}

.social-icons-ui a {
    color: #fff;
    padding-left: 35px;
    font-size: 16px;
}



/***************BreadCrums Section****************/
.inner-pages-title {
      padding: 80px 0;
    position: relative;
    z-index: 9;
}

.doodle-inner{
    position: absolute;
    right: -11px;
    bottom: 35px;
    width: 185px;
}
.breadcrumbs-section{
    margin-top: 120px;
    padding: 15px 0 25px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.landing-page-content-swirl {
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}

.inner-pages-title h2{
font-size:35px;
    font-weight: 600;
    color: #ffffff;	
}
.inner-pages-title p{
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px;
}



.common-title {
    padding-bottom: 25px;
}

.paddingSection{
	padding:15px 0 40px;
}

.common-title {
    padding-bottom: 30px;
}
.common-title h3{
    position: relative;
    font-size: 45px;
}

.common-title h3:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    left: 2px;
        background: linear-gradient(to right, #7fc240, #0a74b8);
    top: -40px;
	z-index:9;
}

.deviderAfter h3:after{
	 background:linear-gradient(to right, #bf1a1a, #a70f0f) !important;
}
.descrption-flex p{
font-size: 16px;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: justify;
}

.descrption-flex p span{
    font-size: 21px;
    font-weight: 800;
    color: #a70f0f;
}

.p-tag-ab p{
	font-size: 25px;
    color: #fff;
    letter-spacing: -0.5px;
    margin-top: 16px;
    line-height: 33px;
}

.padding-work{
	padding:80px 0 80px;
}

.feature-strip-grid {
    padding-top: 22px;
	    padding-left: 18px;
    position: relative;
}
.child-headingH4{
    font-size: 20px;
    color: #5f5e5e;
    line-height: 35px;
}
.child-headingH6{
	    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
}
.feature-strip-grid p {
    font-size: 17px;
    margin-top: 5px;
    color: #616161;
    line-height: 30px;
}

.section-feature-4{
	padding: 10px 0 70px;
}

.inner-grid-fragrance{
	padding-left:187px;
	position:relative;
	z-index:99;
}
.feature-grif-left{
	    background-image: url(../images/hotel-lobby-architecture-lights.jpg);
		position: relative;
    background-repeat: no-repeat;
    background-size: cover;
	padding:75px 0 55px;
}
.feature-grif-left:before{
    content: "";
    display: block;
    background-color: #2E3236;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.feature-grif-right{
	background-image: url(../images/light-pink-rose.jpg);
		position: relative;
    background-repeat: no-repeat;
    background-size: cover;
	padding:75px 0 55px;
}

.feature-grif-right:before{
	content: "";
    display: block;
    background-color: #2E3236;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


.section-feature-5{
	    padding: 75px 0 55px;
}

.paragraph-warpper{
	    align-items: center;
    background: #efefef;
    background: linear-gradient(0deg, #efefef 0%, rgba(239, 239, 239, 0.2) 100%);
}
.paragraph-inner-b{
    background-image: url(../images/ScentAir_ImageMask_Top.svg), url(../images/ScentAir_ImageMask_Bottom.svg);
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center top, center bottom;
    margin-bottom: 75px;
    margin-top: -1px;
    padding: 5rem 4rem;
    width: 100%;
}
.paragraph-inner-b h3{
	font-size: 38px;
    font-weight: 400;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.paragraph-inner-b h5{
    text-align: center;
    margin-top: 45px;
    font-size: 16px;
    color: #4c4b4b;
}



/****************Blogs Page************/



.doodle-roudup{
    background: url(../images/slice-angal-bg-3.jpg) no-repeat #51090d right top;
    padding: 30px 0;
    background-size: contain;
}

.bgGray{
	    background: #FFFFFF;
    background: linear-gradient(180deg, #F2F3F4 0%, #FFFFFF 100%);
}


/********Testimonials***********/

.testimonials-details {
    text-align: center;
}

.testimonials-details h5 {
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 25px;
    margin-bottom: 10px;
}

.testimonials-details h6 {
    margin-bottom: 15px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}

.owl-theme.testimonialsNav .owl-nav{
	display:none;
}

.testimonials-details i{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.testimonials-details p {
    padding-top: 8px;
    /* line-height: 28px; */
    position: relative;
    position: relative;
    /* padding-bottom: 20px; */
    font-weight: 300;
    font-size: 17px;
    color: #fff;
}




/************Career Page**************/

.getInTouch-column p{
    font-size: 20px;
    /* letter-spacing: -0.7px; */
    line-height: 30px;
}
.tab-pils-career{
	position:relative;
	background-color:#fff;
	z-index:999;
	    padding: 24px 22px 18px;
		border:2px solid #fff;
		    margin-bottom: 45px;
}
.tab-pils-career h4{
    font-size: 25px;
    color: #970f0f;
    letter-spacing: -0.6px;
    margin-bottom: 15px;
}
.tab-pils-career p{
    margin-top: 15px;
	
}
.tab-pils-career p a{
	font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.tab-pils-career address{
font-size: 19px;
    letter-spacing: -0.5px;
}

.bg-themeColor{
	    background-color: #46bdd4;
		border:2px solid #46bdd4;
}

.form-control.form-cunsultation{
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border: 1px solid #b3b0b0;
    border-radius: 0;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    outline: 0
}

.form-control.form-cunsultation:focus{
	color: #495057;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.form-control.areatext{
    width: 100%;
    padding: 15px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #424242;
    background-color: #e8e7e7;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.brNone{
	border:none;
}

/*********************About Us********************/

.processUi-column {
    background: transparent url(../images/bg-path-shops.png) no-repeat top;
}

.circleProcess-Ui {
    flex-shrink: 0;
    background-color: #fff;
    width: 11.875rem;
    height: 11.875rem;
    border-radius: 50%;
    box-shadow: 0 20px 40px rgb(13 33 64 / 5%);
    position: relative;
    animation: spread-fade 1s 0.2s ease-in infinite;
}

.Ui-precesDt {
    padding-top: 46px;
}
.circleProcess-Ui span {
    font-size: 63px;
    font-weight: 900;
    color:#a70f0f;
    line-height: 192px;
}
.top-set11 {
    top: 85px;
}
.p380 {
    padding-top: 346px;
}
.p221 {
    padding-top: 221px;
}
.Ui-precesDt h3{
font-size: 23px;
    line-height: 25px;
    color: #a70f0f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.Ui-precesDt h4{
    font-size: 18px;
    line-height: 24px;
    color: #5d5d5d;
}

.ab-feature-column {
    text-align: center;
    padding: 40px;
    position: relative;
}
.ab-feature-column h4{
    font-size: 35px;
    margin-top: 13px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #9c0f0f;
}

.about-item-main h4{
	    text-align: center;
    font-size: 25px;
}
.about-item-main p{
    text-align: left !important;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 33px;
    font-weight: 300;
}
.borderLeft-solid-grey{
	    border-right: 3px solid #ddd;
}

.margin-minus-top{
	margin-top:-170px
}
.box-shadow-row{
-webkit-box-shadow: 0 3pt 15pt #0000001f;
    box-shadow: 0 3pt 15pt #0000001f;
}

.card-ab-home {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.card-ab-home h4{font-size: 25px;font-weight: 700;color: #232323;margin-top: 20px;}
.card-ab-home p{
    font-size: 15px;
    line-height: 22px;
    margin-top: 13px;
    color: #676565;
}

.bgglobal-img{
    background: #f4f5f5 url(../images/global-offices-bg.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4rem 0 1rem;
}
.paddingSection80{
padding:80px 0 80px;
}

.about-home-section{
background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 7rem 5rem 0; */
    min-height: 570px;
}



.data-flex-column h4{
	    color: #ffffff;
	    font-weight: 600;
	    font-size: 22px;
	    letter-spacing: -0.7px;
}



.mt-minus{
	margin-top:-150px;
}

	
	
	/***********Services Page***********/
	.services-feature-column h2{
	       font-size: 30px;
    color: #a70f0f;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 15px;
	}
	.services-feature-column p{
        font-size: 16px;
    font-weight: 400;
    color: #020202;
    line-height: 28px;
	}
	.services-feature-column ul{
	    margin-top: 7px;
    padding-left: 18px;
	}
	.services-feature-column ul li{
    display: list-item;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #0c0c0c;
	}
	
	.service-heading h3{
		    font-size: 30px;
    font-weight: 700;
    /* text-transform: uppercase; */
    /* letter-spacing: -0.5px; */
    color: #aa0f0f;
	}
	.service-heading p{
	font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
	}
	
	
	.services-feature-column h5{
	font-size: 22px;
    margin-top: 15px;
    color: #101010;
    font-weight: 800;
	}
	
.thumbnail img{
        margin-bottom: 8px;
    background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
}	
.workVideo-column{
    margin-bottom:15px
}






/***************Mobile Responsive***************/




@media only screen and (max-width: 767px){
    
    
    .navbar-toggler{
    display:block;
}

.nav-toggle {
    transform: inherit;
    position: relative;
    top: 0;
    right: 0;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
    background:#000;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 33px;
    height: 3px;
    width: 37px;
    margin-bottom: 5px;
    cursor: pointer;
  
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
          transform-origin: 15% 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
/**nav toggel css***/

.logo-bw-ui {
    bottom: 0;
    width: 115px;
}


.carousel-section {
    margin-top: 82px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
}
.customPt-50 {
    padding-top: 50px;
}

.navbar-custom {
    padding: 2px 10px 6px 15px;
}


.owl-theme.circleQwl .owl-nav{
    display:none;
}
.carousel-caption-banner p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
    
.carousel-caption-banner h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 28px;
}  
.carousel-caption-banner h5 {
    margin-bottom: 10px;
    font-size: 11px;
}
   .header-multitude h2 {
    font-size: 25px;
   }
   .tech-section-box3 {
    padding: 30px 0 20px;
   }
  .mt-mobile-custom{
      margin-top:30px !important;
  }
  .header-multitude p {
font-size: 15px;
    line-height: 23px;
}
.item-grid-upper h5 {
    font-size: 18px;
}

.item-grid-description h5 {
    font-size: 20px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 6px !important;
}
.owl-theme.customThemeOwl .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.industry-title-white h4 {
    font-size: 25px;
    text-align: center;
}
.owl-carousel .owl-item img {
    border: 1px solid #ddd;
}
.industry-title-white h4:before {
    left: 50%;
    transform: translate(-22px, 10px);
}

.homepage-industry-flex {
    padding-top: 70px;
    padding-bottom: 0;
}
.card-column {
    margin-bottom: 15px;
}

.margin-minus-top {
    margin-top: -30px;
}
.about-home-section {
    min-height:200px;
}
.doodle-roudup {
    background-size: cover;
}
.topHeader-left-column{
    display:none;
}
.social-icon{
    display:none;
}
.navbar-nav.customNav-center {
    left: 0;
    top: 0;
}
.about-footer p {
    font-size: 12px;
    line-height: 19px;
}
.about-footer h4 {
    font-size: 17px;
    line-height: 12px;
}
.padding-left-cusotm {
    padding-left: 0;
}
.footer-links h4 {
    font-size: 17px;
}

.footer-links ul li a {
    font-size: 12px;
    line-height: 14px;
}
.aboutFooter h4 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 12px;
}
.phone-footer{
    padding-top: 20px;
    position: relative;
}
.phone-footer p {
    color: #fff;
    font-size: 14px;
}
.aboutFooter address {
    font-size: 14px;
    line-height: 20px;
}
.breadcrumbs-section {
    margin-top: 80px;
}
.inner-pages-title {
    padding: 17px 0;
}

.inner-pages-title h2 {
    font-size: 30px;
}
.descrption-flex {
    margin-top: 20px;
}
.descrption-flex p span {
    font-size: 25px;
}

.circleProcess-Ui span {
    font-size: 36px;
    line-height: 97px;
}

.circleProcess-Ui {
    width: 5.875rem;
    height: 5.875rem;
}

.Ui-precesDt h3 {
    font-size: 20px;
    line-height: 24px;
}
.Ui-precesDt h4 {
    font-size: 14px;
    line-height: 20px;
}
.Ui-precesDt {
    padding-top: 0;
}
.processUi-column {
    background: inherit;
}
.p380 {
    padding-top: 165px;
}
.p221 {
    padding-top: 80px;
}
.services-feature-column h2 {
    font-size: 25px;
    line-height: 30px;
}
.services-feature-column {
    margin-top: 20px;
}
.service-heading h3 {
    font-size: 27px;
}
.ab-feature-column h4 {
    font-size: 30px;
}

    .middle-heading h3 {
    font-size: 25px;
    }
    
    .getInTouch-column p {
    font-size: 14px;
    line-height: 22px;
}
.padding-mobile-0{
    padding-top:10px !important
}    
.tab-pils-career {
    margin-top: 20px;
}
    
    
}




.whatsaap-icon {
    width: 55px;
    height: 55px;
    z-index: 999;
    position: fixed;
    bottom:31px;
    right: 20px;
}

.carousel-section:after{
    content: '';
    position: absolute;
    width: 100%;
    background: #c4d5e5;
    height: 30px;
    bottom: -5px;
    transform: rotate(2deg);
    z-index: 9;
    list-style: hiragana-iroha;
    overflow: hidden;
}
.carousel-section:before{
    content: '';
    position: absolute;
    width: 100%;
    background: rgb(230 238 245 / 62%);
    height: 23px;
    bottom: -19px;
    transform: rotate(
2deg
);
    z-index: 99;
    list-style: hiragana-iroha;
    overflow: hidden;
}

.customPt-50{
    padding-top:80px;
}

.service-heading h5{
        font-size: 22px;
    line-height: 34px;
}
h3.heading-panel-h3 {
    font-size: 35px;
    color: #9f0f0f;
    font-weight: 700;
}
