@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'SegoeUI';
  font-style: normal;
  font-weight: normal;
  src: local('../font/Segoe/Segoe UI.woff'), url('../font/Segoe/Segoe UI.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: local('../font/lato/Lato-Regular.ttf'), url('../font/lato/Lato-Regular.ttf') format('ttf');
}



* {box-sizing: border-box;}

body, html { margin:0; padding:0; font-family: 'Lato', sans-serif; background-color: #f5f5f5; font-size:17px; font-weight:200; letter-spacing:.3px; color:#19232c; overflow-x:hidden; /*background:#f8f9fa;  background:#f5f5f5;*/ /*background: url(../images/bg/bg-ad-white.png) #f5f5f5 top repeat; background-size: 100%;*/ }

h1, h2, h3, h4, h5, h6, .col-lg-6 { margin:0; padding:0; font-weight:300; }
/*h1, h2, h3, h4, h5, h6 {text-transform: uppercase;}*/
h5 { font-size: 1.1rem;}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

a { text-decoration:none; color:#000; }
a:hover { text-decoration:none; }

p { text-transform:none; line-height:30px; }
p strong { font-weight:500;}

::selection {
  background: #19232c; /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #19232c; /* Gecko Browsers */
  color:#fff;
}

/* Animation */  
.animated, .leadership_card .leaderImg
.nav-breadcrumb-sec, 
.banner-head-inner-page 
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; 
}
.fadeInUp, 
.banner-head-inner-page ,
.banner-journey-page .banner-head-inner-page
{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.fadeInLeft, 
.nav-breadcrumb-sec, 
.banner-media-page .banner-head-inner-page, 
.banner-leadership-page .banner-head-inner-page,
.banner-investors-page .banner-head-inner-page,
.banner-business-enquiry-page .banner-head-inner-page,
.banner-life-at .banner-head-inner-page,
.banner-entertainment-page .banner-head-inner-page,
.banner-technologies-page .banner-head-inner-page
{
  /* -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;  */
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.fadeInRight, 
.banner-awards-page .banner-head-inner-page 
{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; 
}

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

.line-height-0 { line-height: 0 !important; }

.row { margin:0; }
.cl { clear:both; }
:focus { outline: 0; }

.display-block-mobile { display:none; }
@media (max-device-width:767px) {
	.display-block-mobile { display:block; }
	.display-none-mobile {display:none;}
}

button {outline: none !important;}

.bttn {
	background: #19232c;
	color: #fff;
	padding: 10px 30px;
	border: none;
}
.bttn_Default {
	background: #eee;
	color: #19232c;
	padding: 10px 30px;
	border: none;
}

.bttn-previus {background: url(../images/icon_arrow-left.png) #fff center no-repeat;}
.bttn-next {background: url(../images/icon_arrow-right.png) #fff center no-repeat;}

.bttn-next,  .bttn-previus{
  color: #000;
  border: #eee 1px solid;
  width: 80px;
  height: 80px;
  position: relative;  
  background-size: 40%;
}
.bttn-next:active,  .bttn-previus:active {
  border: #ddd 1px solid;
}

.bttn-next::after, .bttn-previus::before {
    content: '';
    position: absolute;
   /* width: 50%;
    left: 25%;
    top: 50%;*/

    /*height: 1px;
    background: #888;*/
    /*-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);*/
}
.bttn-next::after, .bttn-previus::after {
    /*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}
.background-dotted { background: #f1f1f1; width: 200px; height: 200px; position: absolute; z-index: -10; top: -100px; left: -50px; }


#temp { max-width:1366px; width: 80%; margin:auto; }
#temp-inner { max-width:1366px; width: 80%; min-height: 300px; margin:auto; margin-top: 75px; margin-bottom: 75px; position: relative; }
#temp a { color:#000;  }

.temp-about-banner-txt-box { padding: 2rem 3rem !important; background: #f5f5f5; font-weight: 500; max-width: 100%; margin: inherit; margin: 0 10% !important;margin-top: 0px !important; border-bottom: #e5e5e5 1px solid;  font-size: 32px; margin: auto; line-height: normal; text-align: center; }

main { min-width:500px; width:100%; margin:auto; }

section { /*max-width: 1366px;*/ padding:100px 0; margin:auto; position:relative; }
section h2 { margin-bottom:0px; position:relative; padding-bottom:0px;  letter-spacing:.5px; text-transform:uppercase; font-size:20px; margin-top:0%; font-weight:500; }
section h2 strong {font-weight:bold; font-size:54px; font-weight:400; }

#temp-inner section { padding:0px; margin:0px 0; position:relative; }


.nav-breadcrumb-sec {margin-top: -500px; position: absolute; width: 100%; display: none;}
.breadcrumb {background: none; width: 100%; text-transform: uppercase; font-size: 13px;color: #fff; padding: 0; padding: 0 35px; }
.breadcrumb a { color: #fff; text-align: left; }
.breadcrumb .active { background: none; color: #fff; box-shadow: none; }


.inner-page { position: relative; min-height: 200px; }
.inner-page-tabs { text-align: center; position: relative; z-index: 1; margin-top: -90px; }
.inner-page-tabs a { background:#fff; color:#19232c; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; padding: 20px 40px;  font-size: 20px; text-transform: uppercase; line-height:85px; font-weight:500;  }
.inner-page-tabs a:hover { background:#19232c; color: #fff; }
.inner-page-tabs a.active { background:#f58400; color: #fff; }

/* .inner-page img { filter: grayscale(80%); transition: .5s;  }
.inner-page img:hover { filter: grayscale(20%); transform: scale(1.05); box-shadow: 0px 25px 25px 5px rgba(0, 0, 0, .1);} */

.inquiry-form { display: none; }
.show-form { display: block; }


/* Start Header Section */
.header {
	position: fixed;
	z-index: 1000;
	height: 100px;
	width: 100%; 
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	/*overflow:hidden;*/
	padding:5px;
	opacity:1;
	background: rgba(25, 35, 44, .0);
}
.header .header-logo-sec { display:block; position:absolute; top:10px; left:10px; color:#FFFFFF; }
.header .header-logo-sec .logo { /*width: 420px;*/ width: 376px; }
.active .header-logo-sec { display:block; position:absolute; top:19px; left:15px; color:#FFFFFF; }
.active .header-logo-sec .logo { width: 225px; }
header .show1 { display: block !important; }
header .show2 { display: none !important; }
header.active .show1 { display: none !important; }
header.active .show2 { display: block !important; }
.header .top-connect-sec {position:absolute; top:15px; right:15px; color: #fff; font-size: 14px; width: 500px; text-align: right; }
.header .top-connect-sec a { color: #fff; }
.header .top-connect-sec div { display: inline-table; margin: 0 0px 0 20px; }
.header .top-connect-sec .call { background: url(../images/icon_call_18.png) center left no-repeat; padding-left: 20px; }
.header .top-connect-sec .login { background: url(../images/icon_login_13.png) center left no-repeat; padding-left: 20px;}
.header .top-connect-sec .social-connect {}
.header .top-connect-sec .social-connect .fb { margin: 0 5px; background: url(../images/icon_fb_20.png) center left no-repeat; padding: 5px 10px; }
.header .top-connect-sec .social-connect .tw { margin: 0 5px; background: url(../images/icon_tw_20.png) center left no-repeat; padding: 5px 10px; }
.header .top-connect-sec .social-connect .yt { margin: 0 0px 0 5px; background: url(../images/icon_yt_20.png) center left no-repeat; padding: 5px 10px; }
.header .menu-links { font-size:15px; text-transform:uppercase; position:absolute; top:40px; right:50px; font-weight:100; }
.header .menu-links ul li { display:inline-block; color:#FFFFFF; }
.header .menu-links ul li a { color:#FFFFFF; margin:0 25px; background: url(../images/icon_menu_dropdown.png) center right no-repeat; padding: 0 20px 0 0;  }
.header .menu-icon {cursor:pointer; position:fixed; right:15px; top:25px; color:#FFFFFF; padding:8px 15px 8px 20px; }
.active .menu-icon { right:0px; top:25px; }
.header .menu-icon:hover {color: #e00c10;}
.header .menu-icon img { width:30px;}  
.header .login-link-sec {text-align: center; position:fixed; right:100px; top:30px; }
.header.active .login-link-sec {text-align: center; position:fixed; right:90px; top:20px; }
.header .login-link-sec .login-link { text-transform: uppercase; cursor: pointer; background:rgb(255,255,255, 0); border:#fff 2px solid; color: #fff; padding: 6px 18px 6px 12px; border-radius: 50px; font-size: 14px; }
.header.active .login-link-sec .login-link { background:rgb(255,255,255, 0); border:#fff 2px solid; color: #fff;  }
.header .login-link-sec .login-link:hover {/*background:rgb(255,255,255, 1);*/ color: #f58400;}
.header .login-link-sec .login-link::after {
    content: "";
    border-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: #f58400 transparent transparent;
    border-bottom-width: 0px;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.5s;
    position: absolute;
    top: 58%;
    margin-top: -1.5px;
    margin-left: 5px; 
}
.header.active .login-link-sec .login-link::after {
    border-color: #f58400 transparent transparent;
}
.header .login-link-sec .login-link:hover::after { transform: rotate(-180deg); }

.header .header-login-popup { display: none; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1); background:rgb(255,255,255, 1); padding:10px; width: auto; border-radius: 20px; position: absolute; top: 60px; right: 95px; border-top:#19232c 1px solid; }
.header.active .header-login-popup { top: 50px; }
.header .header-login-popup a { transition: 0.5s; display: block; font-size: 13px; padding: 10px 15px; color: #000; border-radius: 5px; position: relative; text-transform: uppercase; }
.header .header-login-popup a:hover {/*background:#f5f5f5;*/ transform: translateX(5px); color:#f58400;}
.header-hover-main:hover .header-login-popup { display: block; }
.header.active .header-login-popup {background:rgb(255,255,255, 1);}
/*.header .header-login-popup .Employee::before { opacity: .7; content: ""; background:url(../images/svg/icon_login.svg) center no-repeat; border:none; background-size: 12px; position: absolute; left: -20px; top: 0; height: 100%; width: 40px; }
*/

.header .menu-icon-animated {transition: transform 0.5s, opacity 0.5s;}
.header .menu-icon-animated .menu_toggle-bar {
    transition: 0.3s width;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 4px;
}
.header .menu-icon-animated .menu_toggle-bar--first {
    width: 45px;
}
.header .menu-icon-animated .menu_toggle-bar--second {
    width: 37px;
}
.header .menu-icon-animated .menu_toggle-bar--third {
    width: 30px;
}
.header .menu-icon-animated.show2 .menu_toggle-bar {
    background-color: #19232c;
}

.header .menu-icon-animated:hover .menu_toggle-bar--first {
    width: 45px;
}
.header .menu-icon-animated:hover .menu_toggle-bar--second {
    width: 45px;
}
.header .menu-icon-animated:hover .menu_toggle-bar--third {
    width: 45px;
}
.header .menu-icon-animated.show2 .menu_toggle-bar {
    /*background-color: #19232c;*/
    background-color: #fff;
}




.header .overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0px;
  right:0px;  
  overflow-y: hidden;
  transition: 0.5s;
  /*background: rgb(25, 35, 44, .5);*/
}
.header .overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: left;
  /*background: rgba(25, 35, 44, .95);
  background: #19232c;*/
  /*background:#fff;*/
  padding: 20px 40px 40px;
  min-height: 640px;
  max-height: 640px;
  overflow: auto;
  /*box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .35);*/
}

.header .input-sec-head { position: absolute; top: 20px; right: 200px; border-bottom: #fff 1px solid; background:none;  width: 250px; }
.header.active .input-sec-head {top: 8px;}
.header .input-sec-head:active {border-bottom: #fff 2px solid;}
.header .input-sec-head input { color: #fff; padding: 7px 0px; width: 100%; background:none; border:none; font-weight: 200; }
.header .input-sec-head .icon-search { opacity: .5; background:url(../images/icon_search_white.png) center no-repeat; border:none; background-size: 20px; position: absolute; right: 0; height: 100%; width: 40px; }


.header .input-sec { position: absolute; bottom: 220px; left: 5px; border:#ddd 1px solid; font-size: 20px; background:#f5f5f5;  width: 88%; margin: -10px 20px 0; }
.header .input-sec input { padding: 12px 15px; width: 100%; background:none; border:none; font-weight: 200; }
.header .input-sec .icon-search { opacity: .5; background:url(../images/svg/icon_search.svg) center no-repeat; border:none; background-size: 20px; position: absolute; right: 0; height: 100%; width: 40px; }
.header .overlay a {
  padding: 0px 20px;
  text-decoration: none;
  font-size: 24px;
  color: #19232c;
  display: block;
  transition: 0.3s;
  margin: 30px 0 20px;
  position: relative;
}
.header .overlay a:hover, .header .overlay a:focus {
  color: #f58400;
  border-left:#f58400 2px solid;
  padding-left: 25px;
}
.header .overlay .closebtn {
  position:fixed;
  top: 25px;
  left: 1px;
  font-size: 36px;
  line-height:6px;
  height:32px;
  z-index:999;
  background:#000;
  color:#fff;
}

.header .overlay .closebtn:hover { background:none; }
.header .overlay {  }
.header .overlay .navigation { position: relative; /*box-shadow:8px 8px 0px 0px rgba(0, 0, 0, .1);*/ box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .35); width: 380px; float: right; background:#fff; height: 100%; }

.header .overlay-content a.drop-down::after {
    content: "";
    border-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: #19232c transparent transparent;
    border-bottom-width: 0px;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.5s;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    margin-left: 5px; 
}

.header .overlay-content a.drop-down:focus::after {
    transform: rotate(180deg);
}
.header .overlay-content .dropdown-content { margin: -10px 0 0 20px; }
.header .overlay-content .dropdown-content a { font-size: 16px; margin: 0 0 12px 0; padding: 0 10px; }
.header .overlay-content .dropdown-content .offer-new-txt { background: rgb(250,163,63,1); font-size: 8px; color: #fff; padding: 1px 6px; border-radius: 10px; position:absolute; left: 105px; top: -5px; }
.header .overlay .SiteHeader-content_additional { box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .35); background:#19232c; color: #fff; padding: 30px 40px 25px; font-size: 22px; position: absolute; bottom: 0; width: 100%;}
.header .overlay .SiteHeader-content_additional a { color: #fff; font-size: 20px; margin: 10px 0; border: none;  }
.header .overlay .SiteHeader-content_additional h6 { margin-bottom: 25px; font-size: 22px; text-transform: uppercase;  }
.header .overlay .SiteHeader-content_additional p { margin: 0px 0; }
.header .overlay .SiteHeader-content_additional .icon-call { border-radius: 50%; float: left; position: relative; top: 1px; background:url(../images/icon_call_18.png) center no-repeat; border:none; height: 35px; width: 35px; display: inline-block; border:#666 1px solid; margin-right: 10px; }
.header .overlay .SiteHeader-content_additional .icon-email { border-radius: 50%; float: left; position: relative; top: 1px; background:url(../images/icon-email.png) center no-repeat; border:none; height: 35px; width: 35px; display: inline-block; border:#666 1px solid; margin-right: 10px; }
.header .nav-close { opacity: .5; border: #19232c 1px solid; line-height: 28px; cursor: pointer; width: 31px; height: 30px; text-align: center; font-weight: normal; position: absolute; top: 25px; right: 15px; z-index: 1; border-radius: 50%; }
.header .nav-close:hover { opacity: 1; }

.header.active {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
  background: #19232c;
  height: 70px;
}
.header.active .header-logo-sec { top: 6px; }
.header.active .header-logo-sec .logo { width: 270px; }
.header.active .menu-icon { top: 12px;}
/* End Header Section */


/* Start Banner Home */
.banner-sec { position:relative; min-height:100px; color:#fff; /*background:url(../images/banner/banner-1.jpg) center no-repeat;*/ background-size: cover; }
.banner-sec .banner-txt-sec { min-width:500px; width:100%; height:70px; position:absolute; left:0%; bottom: 20%; border-radius:0px; opacity:1; text-align:left; }
.banner-sec .banner-txt-sec .logo { margin-bottom:100px; }
.banner-sec .banner-txt-sec h2 { width:90%; font-size:48px; margin:auto; padding:4px 0; color:#fff; }
.banner-sec .banner-txt-sec .txt-one {font-size:66px; text-transform:uppercase; display:block; margin-bottom:10px; font-weight:100;}
.banner-sec .banner-txt-sec .txt-two { width:90%; font-size:32px; font-weight:100; margin:auto; padding:4px 0; line-height: 48px; }
.banner-sec .banner-bg {/*background:url(../images/banner-bg-dotted.png) repeat;*/ /*background-color: rgb(0,0,0, .3);*/ background:url(../images/tt-bg.png) repeat; width:100%; height:100%; position:absolute; top:0; left:0; opacity:1;}
/* End Banner Home */




/* Start Footer */
footer {  position:relative; height:auto;  text-align:left; font-size:14px; background:url(../images/footer-bg.png) #19232c top center no-repeat; color:#FFFFFF; }
footer h3 { font-size:18px; margin-bottom:20px; text-transform:uppercase; }
footer ul li { transition: 0.3s; margin:30px 0; background:url(../images/arrow-footer.png) center left no-repeat; padding-left:15px; font-size:12px; text-transform:uppercase;}
footer ul li:hover {padding-left: 20px; background:url(../images/arrow-footer.png) center left 5px no-repeat;}
footer ul li a { color:#FFFFFF; }
footer ul li a:hover { color:#f58400; }
footer hr { width:25px; border:none; border-bottom:#f58400 1px solid; margin:0; }
footer .logo-member { margin:15px 0 5px;  }
footer .footer-inner-showhide {padding:0px;}
footer .footer-inner {padding:120px 10% 10px;}
.copyright-txt {  font-size:12px !important; width:100%; padding:15px 11%; text-transform:capitalize !important; }
.copyright-txt ul li { display: inline-block; margin: 0; background: none !important; padding: 0 !important; border-right: #fff 1px solid; padding:0 10px !important; line-height: 12px;}
.copyright-txt ul li:last-child { border:none; }
.copyright-txt a { color: #fff; text-transform: capitalize; }
/* End Footer */

.page-up-banner-sec {background: #f5f5f5; max-width: 960px; margin: inherit; margin-left: 15%;margin-top: -100px; border-bottom: #e5e5e5 1px solid; text-align: center; }




.corporate-sec {/*background:url(../images/world-map-background-white.png) center top 60px no-repeat; background-size:70%*/ }
.corporate-sec {background:url(../images/bg/world-map-background-white.png) center top 0px no-repeat; background-size:70%; }

.corporate-sec .corporate-box { width:100%; min-height: 200px; display: flex; align-items: center; height:auto; padding: 40px 20px; margin: 15px 0; background-size:100% 100%; transition:all .3s;  font-size:14px; font-weight:normal; background:rgb(255,255,255,.7);  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); position: relative; }
.corporate-sec .corporate-box:hover {  transform:scale(1.1);-webkit-transform:scale(1.1); }
.corporate-sec .corporate-box .counter-div { float: left; font-size:72px; position:relative; color:#19232c; width:40%; height: 100%; display:block; text-align:right; font-weight:400; line-height:60px; padding-right: 20px;  }
.corporate-sec .corporate-box .counter-div hr { border: none; border-bottom:#f58400 1px solid; width: 100%; transform: rotate(285deg); position: absolute; top: 15px; right: -47px; }
.corporate-sec .corporate-box .content { float: left; width:60%; display:block; margin-top:0px; text-align:left; font-size:16px; text-transform: uppercase; padding-left: 20px; }
.corporate-sec .corporate-box .content span { display: block; }
.corporate-sec .corporate-box .corporate-box-inner { display: flex; align-items: center;}
.corporate-sec .corporate-box .corporate-box-inner .numbers { /*padding-bottom: 60px;*/ }
.corporate-sec .corporate-box .corporate-box-inner .numbers strong { float: right; font-weight:500; }
.corporate-sec .corporate-box .corporate-box-inner .numbers span { /*position: absolute; left: 68%; top: 90px;*/ }
/*.corporate-sec .corporate-box img { width:100%; margin-bottom:10px; }*/
.corporate-sec .row .txt-box { margin-bottom: 10px; padding-right: 0 !important; font-size: 24px; }


.ajnara-projects-sec {/* background:url(../images/projects-google-map-bg.jpg) bottom center repeat; */ margin:0; padding-bottom: 50px;}
.ajnara-projects-sec img { width:200px; padding:0px; margin:0px 5px; background:#fff; transition:all .3s; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05) }
.ajnara-projects-sec img:hover {  background:#fff; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); transform:translateY(-5px);-webkit-transform:translateY(-5px); }
.ajnara-projects-sec h5 {position:relative; z-index:1; top:0px; font-size:24px; text-transform: uppercase; margin-bottom: 30px; font-weight: 500; }
.ajnara-projects-sec .owl-theme .owl-nav { display: none; }
.ajnara-projects-sec .owl-carousel .owl-stage-outer { padding: 12px 0 30px 0; }


@keyframes example{
	0%{bottom:10px;right:0;}
	50%{bottom:30px;right:0;}
	100%{bottom:10px;right:0;}
}



.hero[data-v-5687f4ff] {
    min-height: 100vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero__background[data-v-5687f4ff], .hero__backgroundImage[data-v-5687f4ff] {
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    filter: grayscale(0%);
}
.hero__backgroundImage[data-v-5687f4ff] {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.hero__background[data-v-5687f4ff], .hero__backgroundImage[data-v-5687f4ff] {
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
}
.hero__backgroundVideo[data-v-5687f4ff] {
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
*[data-v-5687f4ff] {
    box-sizing: border-box;
    position: relative;
    outline: none;
    outline-color: transparent;
}


.banner-1 { background:url(../images/banner/banner-1.jpg) no-repeat; width:100%; background-size:cover; height:650px; background-attachment:fixed; }
.banner-2 { background:url(../images/banner/banner-1.jpg) no-repeat; width:100%; background-size:cover; height:650px; background-attachment:fixed; }
.banner-3 { background:url(../images/banner/banner-1.jpg) no-repeat; width:100%; background-size:cover; height:650px; background-attachment:fixed; }
.banner-4 { background:url(../images/banner/banner-1.jpg) no-repeat; width:100%; background-size:cover; height:650px; background-attachment:fixed; }

#carouselExampleIndicators_3 .carousel-control-next-icon, #carouselExampleIndicators_3 .carousel-control-prev-icon { background-color:#000;  }



section .head-sec { display: inline-block; width: 100%; height: auto; margin-bottom: 50px; }
section .head-sec h2 { /*float: left;*/ font-size: 30px; }
section .head-sec h2:after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    background: #f58400;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 5px;
}
section .head-sec .read-more { float: right; }



.read-more { transition: 0.2s; font-size: 13px; text-transform: uppercase; border-bottom: #19232c 1px solid; color: #19232c; padding: 0 0px 10px; }
.read-more:after { content: ''; background: url(../images/ul-arrow-black.png) center right no-repeat; padding-right: 15px;  }
.read-more:hover {transform: translateY(0px); -webkit-transform: translateY(0px); padding: 0 0px 15px; bottom: 28px; border-bottom: #19232c 1px solid; color: #19232c;}



.feature-sec {min-height:auto; padding-left:0; padding-right:0; }
.feature-sec .feature-box li { border-radius: 0px; display: flex; align-items: center; text-align: center; transition: 0.5s; /*width: 25%;*/ width: 100%; background: #19232c; border-left: #fff 1px solid; border-right: #fff 1px solid; float: left; position: relative; height: 500px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); overflow: hidden; }
.feature-sec .feature-box li h3 {transform: rotate(-90deg); left:-115px; bottom:160px; text-align: left; position: absolute; display: block; font-size: 20px; color: #fff; width: 100%;   z-index: 1;  text-transform: uppercase; font-weight: 600; }
.feature-sec .feature-box li .read-more { display: none; transition: 0.2s; font-size: 13px; text-transform: uppercase; position: absolute; z-index: 1; right: 10%; bottom: 30px; border-bottom: #fff 1px solid; color: #fff; padding: 0 0px 10px; }
.feature-sec .feature-box li .read-more:after { content: ''; background: url(../images/icon-arrow-right-white.png) center right no-repeat; padding-right: 15px;   }
.feature-sec .feature-box li .read-more:hover {transform: translateY(0px); -webkit-transform: translateY(0px); padding: 0 0px 15px; bottom: 28px; border-bottom: #fff 1px solid;}

/* .feature-sec .feature-box li.technologies { background: #19232c; }
.feature-sec .feature-box li.technologies:hover { background: #006699; }
.feature-sec .feature-box li.foods { background: #19232c; }
.feature-sec .feature-box li.foods:hover { background: #19232c; }
.feature-sec .feature-box li.retail { background: #19232c; }
.feature-sec .feature-box li.retail:hover { background: #006666; }
.feature-sec .feature-box li.agriculture { background: #19232c; }
.feature-sec .feature-box li.agriculture:hover { background: #006600; }
.feature-sec .feature-box li.entertainment { background: #19232c; }
.feature-sec .feature-box li.entertainment:hover { background: #19232c; }
.feature-sec .feature-box li.finance { background: #19232c; }
.feature-sec .feature-box li.finance:hover { background: #19232c; }
.feature-sec .feature-box li.csr { background: #19232c; }
.feature-sec .feature-box li.csr:hover { background: #404040; } */

.feature-sec .feature-box li:hover {transform: translateY(0px); -webkit-transform: translateY(0px); }
.feature-sec .feature-box li img { width: 100%; height: 100%; transition: .5s; position: relative; z-index: 0; opacity: .5; filter: grayscale(0%);}
.feature-sec .feature-box li:hover img {transform: scale(1.1);  filter: grayscale(0%);}
.feature-sec .feature-box:hover li { opacity: 1; }
.feature-sec .feature-box:hover li:hover { opacity: 1; }
.feature-sec .feature-box li a { color: #fff !important; }
.feature-sec .owl-carousel .owl-stage-outer { padding-bottom: 50px; }



.latest-projects-sec { min-height:600px; }
.latest-projects-sec .project-box { width: auto; min-height: 480px; margin-bottom: 40px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);  transition: 0.5s; cursor: pointer;  }
.latest-projects-sec .project-box:hover {transform: translateY(-10px); -webkit-transform: translateY(-10px); box-shadow: 0px 25px 25px 5px rgba(0, 0, 0, .12);}
.latest-projects-sec .project-box .project-type { position: absolute; top: 20px; right: 20px; z-index: 1; opacity: .7; background: rgb(250,163,63,1); color: #fff; border:#fff 1px solid; padding: 2px 5px 2px 7px; width: 30px; height: 30px; text-transform: uppercase; font-size: 11px; border-radius: 50%; letter-spacing: .2px; }
.latest-projects-sec .project-box .project-type:hover {border-radius: 0 50% 50% 0; }
.latest-projects-sec .project-box .project-type.two {top: 60px;}
.latest-projects-sec .project-box .project-type.commercial { background: rgb(229,69,76,1); opacity: .7; }
.latest-projects-sec .project-box .project-pic-box {width: 100%; height: 300px; background: #eee; overflow: hidden; position: relative; }
.latest-projects-sec .project-box .project-type .fa { margin-right: 3px; margin-top: 5px; }
.latest-projects-sec .col-lg-6:last-child .project-box { float: right; }
.latest-projects-sec .project-box .project-type .txt-type { display: none; opacity: 1; position: absolute; top: -1px; right: 22px; font-size: 12px;  padding:5px 5px 5px 10px; border:#fff 1px solid; border-right: 0; border-radius: 25px 0 0 25px; font-weight: normal; }
.latest-projects-sec .project-box .project-type .txt-type.residential {background: rgb(250,163,63,1);}
.latest-projects-sec .project-box .project-type .txt-type.commercial {background: rgb(229,69,76,1);}
.latest-projects-sec .project-box .project-type:hover .txt-type { display: block; }
/*.latest-projects-sec .project-box .project-pic-box .project-logo { width: 130px; height: auto; transition: .5s; filter: grayscale(100%); position: absolute; z-index: 1; left: 25px; }
*/
.latest-projects-sec .project-box .project-pic-box img { width: 100%; height: 100%; transition: .5s; filter: grayscale(20%); }
.latest-projects-sec .project-box:hover .project-pic-box img {transform: scale(1.08); filter: grayscale(0%);}
.latest-projects-sec .project-box .project-info-box {width: 100%; min-height: 150px; height: auto; background: #fff; padding: 25px; }
.latest-projects-sec .project-box .project-info-box .project-name { display: block; font-size: 19px; font-weight: 500; text-transform: uppercase; }
.latest-projects-sec .project-box .project-info-box .unit-type {font-size: 13px; color: #999; text-transform: uppercase; }
.latest-projects-sec .project-box .project-info-box .project-status { padding: 5px 8px 4px; background: #eee; font-size: 10px; float: right; text-transform: uppercase; border-radius: 3px; }
.latest-projects-sec .project-box .project-info-box .new-launch { background: #008080; color: #fff; }
.latest-projects-sec .project-box .project-info-box .under-construction { background: #008080; color: #fff;  }
.latest-projects-sec .project-box .project-info-box .nearing-possession { background: #008080; color: #fff; }
.latest-projects-sec .project-box .project-info-box .ready-to-move { background: #008080; color: #fff; }
.latest-projects-sec .project-box .project-info-box .delivered { background: #008080; color: #fff; }
.latest-projects-sec .project-box .project-info-box .bottom-area { margin-top: 40px; }
.latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-4, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-3, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-5, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-6, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-12 { font-size: 14px; }
.latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-4 span, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-3 span, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-5 span, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-6 span, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-12 span {font-size: 10px; color: #999; display: block; text-transform: uppercase; }
.latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-4:first-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-5:first-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-5:first-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-6:first-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-12:first-child { padding-left: 0; }
.latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-4:last-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-5:last-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-5:last-child, .latest-projects-sec .project-box .project-info-box .bottom-area .col-lg-6:last-child { padding-right: 0; text-align: right; }
.latest-projects-sec .project-box .project-info-box .col-lg-7,
.latest-projects-sec .project-box .project-info-box .col-lg-5 
{ 
  padding: 0 !important; 
}
.latest-projects-sec .project-box .project-info-box .fa { opacity: .5; margin-right: 1px; }


.construction-sec .construction-box {/*border:#ddd 1px solid;*/ background: #fff; width: auto; min-height: 230px; margin:15px 0px 50px; transition: 0.5s; padding: 20px; border-radius: 4px; }
.construction-sec .construction-box:hover {transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0px 25px 25px 5px rgba(0, 0, 0, .03);}
.construction-sec .construction-box ul li a {
    color: #333;
    text-decoration: none;
    padding: 0 0 0 10px;
    display: block;
    margin: 20px 0;
    background: url(http://www.ajnara.com/images/arrow.gif) 0 6px no-repeat;
    font-size: 14px;
    text-transform: uppercase;
}
.construction-sec .construction-box .construction-pic-box { filter: grayscale(100%); min-height: 120px; /*padding-right: 30px;*/ padding: 0; }
.construction-sec .construction-box:hover .construction-pic-box { filter: grayscale(25%); }
.construction-sec .construction-box .construction-pic-box img { padding: 40px;  }
.construction-sec .construction-box .construction-info-box { text-align: center; }
.construction-sec .construction-box .construction-info-box h6 { margin: 0px 0 0 0; font-size: 14px; line-height: 18px; text-transform: uppercase; background: #f5f5f5; border-radius: 20px; padding:10px 0;  }
.construction-sec .construction-box:hover .construction-info-box h6 {background: #19232c; color: #fff;}
.construction-sec h2 { margin: auto;  width: max-content; padding: 15px 30px; margin-top: 57%; font-size: 30px; }
.construction-sec .arrow-sec { width: 100%; text-align: center; }
.construction-sec .arrow-sec .arrow-cons-right { background: #19232c; padding: 20px; width: 100px; }
.construction-sec .arrow-sec .arrow-cons-left { background: #19232c; padding: 20px; width: 100px; transform: rotate(180deg); }

.awards-sec { min-height:500px; background:#19232c; padding:7% 10%; color:#FFFFFF; }
.awards-sec p { font-size:40px; margin:20px 0 60px; height: 150px; font-weight:300px; display: inline-table; border: #ff0000 1px solid; width: 100%; }
.awards-sec h2 { float: inherit !important; font-size: inherit !important; }
.awards-sec .award-box { width:225px; min-height:225px; background:#324c63; display:inline-table; text-align:center; color:#FFFFFF; margin:0 20px; padding:20px; transition: 0.5s; cursor: pointer; }
.awards-sec .award-box:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0px 25px 25px 5px rgba(0, 0, 0, .12);}
.awards-sec .award-box .year { color:#bda588; font-size:16px; margin:15px 0 5px; font-weight: 500; }
.awards-sec .award-box .award-name { font-size:18px; font-weight:normal; text-transform: uppercase; }
.awards-sec .award-box .award-txt { font-size:12px; text-transform:capitalize; margin:10px 0 0; }


.news-updates-sec { min-height:300px; }
.news-updates-sec .news-updates-box { margin-top: 20px; /*background: #fff;*/ /*transition: 0.5s;*/ padding: 0px; /*box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);*/ }
.news-updates-sec .news-updates-box:hover {/*transform: translateY(-5px); -webkit-transform: translateY(-5px);*/ /*box-shadow: 0px 25px 25px 5px rgba(0, 0, 0, .05);*/}
.news-updates-sec .news-updates-box .news-updates-img-box { background: #eee; height: 200px; overflow: hidden; position: relative; }
.news-updates-sec .news-updates-box .news-updates-img-box img { width: 100%; transition: .5s; filter: grayscale(60%); }
.news-updates-sec .news-updates-box:hover .news-updates-img-box img {transform: scale(1.05); filter: grayscale(40%);}
.news-updates-sec .news-updates-box .news-updates-content-box {padding: 25px 0px 35px; transition: 0.5s; }
.news-updates-sec .news-updates-box:hover .news-updates-content-box {transform: translateX(10px); -webkit-transform: translateX(10px);}
.news-updates-sec .news-updates-box .news-updates-content-box h3 { font-size: 20px; font-weight: 400; line-height: 1.4; }
.news-updates-sec .news-updates-box .news-updates-content-box p { font-size: 14px; }
.news-updates-sec .news-updates-box .news-updates-content-box .read-more {  }
.news-updates-sec .head-sec { padding-left: 15px; padding-right: 15px; }

.BlogHiglightBlocks-item { /*transition: all 0.5s;*/ padding: 0px; background-color: #fff; position: relative; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); height: 412px; /*overflow: auto;*/ }
.BlogHiglightBlocks-item:hover { /*transform: scale(1.1); -webkit-transform: scale(1.1);*//* background:#19232c; color: #fff;*/ }
.BlogHiglightBlocks-item h6 {margin: 0; margin-bottom: 20px;color: #19232c; text-transform: uppercase; font-size: 14px;line-height: 1.7; font-weight: 600;}
.BlogHiglightBlocks-item h4 {margin-bottom: 30px;display: inline;transition: 0.3s;line-height: 1.6em; font-size: 20px; font-weight: 500;}
.BlogHiglightBlocks-item .content_excerpt {font-size: 16px;color: #707070; margin: 0; margin-top: 0px; margin-bottom: 0px; font-weight: 100; margin-top: 20px;
  margin-bottom: 15px;  min-height: 56px;  line-height: 1.9;  letter-spacing: .01;}
.BlogHiglightBlocks-item .date-and-time { font-size: 13px; margin-top: 10px; color: #c5c5c5; }
.BlogHiglightBlocks-item iframe { border:0; }
.BlogHiglightBlocks-item .image-box { overflow: hidden; }
.BlogHiglightBlocks-item .image-box .blog-image-item-bg { height: 100%; /*background: url(../images/media/events/CNBC/event1.jpg) center no-repeat; background-size: cover;*/ transition: 0.5s;}
.BlogHiglightBlocks-item .image-box img {transition: 0.5s; width: 100%; height: 100%; }
.BlogHiglightBlocks-item .image-box:hover img {transform: scale(1.05); }
.BlogHiglightBlocks-item .content-box { overflow: hidden; padding: 30px; }

.owl-carousel-home-news-updates .owl-nav { position: relative; display: block; }
.owl-carousel-home-news-updates .owl-nav .owl-prev, .owl-carousel-home-news-updates .owl-nav .owl-next { transform: initial; }

.card-columns .card { overflow: hidden; transition: all 0.5s; margin-bottom: 1.5rem; }
.card-columns .card img { box-shadow: none; filter: grayscale(100%); }
.card-columns .card:hover { transform: scale(1.05); -webkit-transform: scale(1.05); box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07); }
.card-columns .card:hover img {transform: scale(1); -webkit-transform: scale(1); filter: grayscale(0%);}
.card-columns .card h6 {margin: 0; margin-bottom: 20px;color: #5C7D87;font-size: 14px;line-height: 1.7; font-weight: 600;}



.social-updates-sec {min-height:600px; }
.social-updates-sec .social-updates-box { margin-top: 20px; }
.social-updates-sec .social-updates-box .news-updates-img-box { background: #eee; }
.social-updates-sec .social-updates-box .news-updates-img-box img { width: 100%;  }
.social-updates-sec .social-updates-box .news-updates-content-box {margin-top: 30px; }
.social-updates-sec .social-updates-box .news-updates-content-box h3 { font-size: 20px; font-weight: 400; }
.social-updates-sec .social-updates-box .news-updates-content-box p { font-size: 14px; }






/* Start Banner Home */
.banner-sec-inner-page { position:relative; /*min-height:500px;*/ min-height:100vh;  color:#FFFFFF; background:#f5f5f5; background-size: cover !important;  background-attachment: fixed; filter: grayscale(0%); }
.banner-sec-inner-page .banner-head-inner-page {  position: absolute; text-align: left; width: 100%; top: 42%; z-index: 1; padding: 0 100px; }
.banner-sec-inner-page .banner-bg-inner-page {background:url(../images/banner-bg-dotted.png) rgba(25, 35, 44, .7) repeat; width:100%; height:100%; position:absolute; top:0; left:0; opacity:1;}
.banner-sec-inner-page .VerticalsHead { background:#f58400; color: #fff; padding: 5px 10px; font-size: 14px; font-style: italic; margin-bottom: 10px; display: inline-block;}
.banner-sec-inner-page h1 { /*color: #19232c; */ color: #fff;  font-size: 48px; font-weight: 700; line-height: 1; }
.banner-sec-inner-page .txtUnderHead {color: #fff; width: 50%; max-width: 550px; font-size: 17px; font-weight: 300; line-height: 26px; padding: 0 1rem; border-left: #f58400 1px solid; margin-top: 20px; margin-left: 4px; text-transform: inherit;}
.banner-sec-inner-page .txtUnderHead strong { font-weight: bold;}

.banner-sec-inner-page-business { /*min-height:500px;*/  min-height:100vh; }
.banner-sec-inner-page-business .banner-head-inner-page-business { top: 42%; }

/*.banner-leadership-page .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;}*/
.banner-awards-page .banner-head-inner-page {top: 60%; text-align: right; padding: 0 30px;}
/*.banner-media-page .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;}*/
/* .banner-investors-page .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;} */
.banner-business-enquiry-page .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;}
.banner-life-at .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;}
.banner-journey-page .banner-head-inner-page {top: 33%; text-align: left; padding: 0 30px;}
.banner-journey-page .banner-head-inner-page .txt-28years { font-size: 350px; }
.banner-journey-page .banner-head-inner-page .txt-year { font-size: 42px; letter-spacing: 18px; }
.banner-journey-page .banner-head-inner-page .txt-of { font-size: 42px; letter-spacing: 18px; }
.banner-journey-page .banner-head-inner-page .txt-excellence { font-size: 120px; letter-spacing: 4px; }
/* .banner-entertainment-page .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;} */
/* .banner-technologies-page .banner-head-inner-page {top: 80%; text-align: left; padding: 0 30px;} */

.banner-real-estate-page { background:url(../images/banner-real-estate-bg.jpg) #f5f5f5 center top no-repeat; }
.banner-infrastructure-page { background:url(../images/banner-infrastructure-bg.jpg) #f5f5f5 center top no-repeat; }
.banner-retail-page { background:url(../images/banner-retail-bg.jpg) #f5f5f5 center top no-repeat; }
.banner-facility-management-page { background:url(../images/banner-facility-management-bg.jpg) #f5f5f5 center top no-repeat; }
.banner-csr-page { background:url(../images/banner/inner/banner-csr.jpg) #f5f5f5 left top no-repeat; }
.banner-contact-page { background:url(../images/banner/inner/banner-contact.jpg) #f5f5f5 center top no-repeat; }
.banner-about-page { background:url(../images/banner/inner/banner-about.jpg) #f5f5f5 center bottom no-repeat; }
.banner-leadership-page { background:url(../images/banner/inner/banner-leadership.jpg) #f5f5f5 center bottom no-repeat; }
.banner-awards-page { background:url(../images/banner/inner/banner-awards.jpg) #f5f5f5 center bottom no-repeat; }
.banner-promoters-page { background:url(../images/banner-bg-contact-page.jpg) #f5f5f5 center top no-repeat; }
.banner-construction-updates-page { background:url(../images/banner/inner/banner-construction-update.jpg) #f5f5f5 center top no-repeat; }
.banner-media-page { background:url(../images/banner/inner/banner-media.jpg) #f5f5f5 right top no-repeat; }
.banner-investors-page { background:url(../images/banner/inner/banner-investors.jpg) #f5f5f5 right top no-repeat; }
.banner-ongoing-projects { background:url(../images/banner/inner/banner-ongoing-projects.jpg) #f5f5f5 right top no-repeat; }
.banner-completed-projects { background:url(../images/banner/inner/banner-completed-projects.jpg) #f5f5f5 right top no-repeat; }
.banner-life-at { background:url(../images/banner/inner/banner-life-at.jpg) #f5f5f5 right top no-repeat; }
.banner-business-enquiry-page { background:url(../images/banner/inner/banner-business-enquiry.jpg) #f5f5f5 center no-repeat; }
.banner-journey-page { background:url(../images/banner/inner/banner-journey.jpg) #f5f5f5 right top no-repeat; }
.banner-technologies-page { background:url(../images/banner/inner/banner-technologies.jpg) #f5f5f5 right top no-repeat; }
.banner-foods-and-beverages-page { background:url(../images/banner/inner/food.jpg) #f5f5f5 right top no-repeat; }
.banner-agriculture-page { background:url(../images/banner/inner/banner-agriculture.jpg) #f5f5f5 center no-repeat; }
.banner-fashion-and-retail-page { background:url(../images/banner/inner/banner-fashion-and-retail.jpg) #f5f5f5 right top no-repeat; }
.banner-entertainment-page { background:url(../images/banner/inner/banner-entertainment.jpg) #f5f5f5 right top no-repeat; }
.banner-brands-page { background:url(../images/banner/inner/brands-banner.jpg) #f5f5f5 left top no-repeat; }

.banner-founder-page { background:url(../images/banner/inner/rudrom-group-founder_karan-rajput.jpg) #f5f5f5 right bottom no-repeat; }
.banner-leader-page { background:url(../images/banner/inner/banner-leader.jpg) #f5f5f5 center bottom no-repeat; }

.banner-head-txt {
    /*font-family: 'Lato', sans-serif;*/
    line-height: 54px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-left:50px;
    font-size: 60px; 
    font-weight: 400;
    color: #f58400;
}
.fs_name {
    /*font-family: 'Lato', sans-serif;*/
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    display: block; 
    opacity: 1;
    margin-left:50px;
    margin-top: 10px;
    font-size: 100px;
    line-height: 100px;         
}


.banner-content-head {position: absolute;width: 100%; bottom: 8%; left: 60px;}
.banner-content-head .line {
    background: #fff;
    height: 1px;
    width: 60px;
    display: inline-block;
    margin-right: 0px;
    position: relative;
    top: -7px;
    left: -14px;
}
.banner-content-head .page-head-name {
    color: #fff;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 12px;
    opacity: .6;
    font-size: 24px;
    display: block;
    font-style: italic;
}
.banner-content-head h4 {
    color: #fff;
    font-size: 60px;
    line-height: 1.15;
    font-weight: 900;
}
.banner-content-head h4 span {
  font-size: 70px;
}
.banner-content-head p {
    font-size: 20px;
    letter-spacing: .8px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 24px;
    max-width: 890px;
    text-align: left;
} 

/* End Banner Home */



/* Contact Page */
.promoter-page {min-height:300px; }
.promoter-page .promoter-box { margin: 25px 0; background:#fff; transition: 0.5s; padding: 0px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); position: relative; }
.promoter-page .promoter-box .promoter-img-box { background: #fff; height: 100%; overflow: hidden; text-align: center; }
.promoter-page .promoter-box .promoter-img-box img { width: 100%;  transition: .5s; filter: grayscale(60%); padding: 20px 50px; box-shadow: none; }
.promoter-page .promoter-box:hover .promoter-img-box img {transform: scale(1.05); filter: grayscale(40%);}
.promoter-page .promoter-box .promoter-content-box {padding: 25px 25px 10px; }
.promoter-page .promoter-box .promoter-content-box .project-head-txt {font-size: 11px; color: #999; display: block; display: none; }
.promoter-page .promoter-box .promoter-content-box h3 { font-size: 18px;  font-weight: 100; text-transform: uppercase; line-height: 1.4; margin: 0px; }
.promoter-page .promoter-box .promoter-content-box p { font-size: 11px; color: #19232c; line-height: 24px; font-weight: 400; text-transform: uppercase; margin-top: 2px; }
/*.promoter-page .promoter-box:hover .promoter-content-box { background: #19232c; color: #fff; }
.promoter-page .promoter-box:hover .promoter-content-box p {color: #fff; }*/
.promoter-page .promoter-box:hover .promoter-img-box {/* border-top: #19232c 5px solid;*/ }


/* Contact Page */
.contact-page {min-height:300px; }
.contact-page .project-office-box { margin: 15px 0; background:none; transition: 0.5s; padding: 0px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); position: relative; }
.contact-page .office-address-box .project-office-img-box { background: #fff; height: 250px; overflow: hidden; text-align: center; }
.contact-page .office-address-box .project-office-img-box img { width: 100%; transition: .5s; filter: grayscale(100%); padding: 20px 50px; box-shadow: none; }
.contact-page .office-address-box:hover .project-office-img-box img {transform: scale(1.05); filter: grayscale(0%);}
.contact-page .office-address-box .project-office-content-box {padding: 25px 2px 35px; }
.contact-page .office-address-box .project-office-content-box .project-head-txt {font-size: 11px; color: #999; display: block; display: none; }
.contact-page .office-address-box .project-office-content-box h3 { font-size: 24px;  font-weight: 400; line-height: 1.4; margin: 5px 0 10px; padding-bottom: 10px; }
.contact-page .office-address-box .project-office-content-box p { font-size: 20px; line-height: 36px; }

.contact-page .project-office-box { margin: 15px 0; background:none; transition: 0.5s; padding: 0px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .0); position: relative; }
.contact-page .project-office-box:hover {transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0px 25px 25px 5px rgba(0, 0, 0, .0);}
.contact-page .project-office-box .project-office-img-box { background: #fff; max-height: 200px; height: auto; overflow: hidden; text-align: center; }
.contact-page .project-office-box .project-office-img-box img { width: 100%; transition: .5s; filter: grayscale(40%); padding: 40px; box-shadow: none; }
.contact-page .project-office-box:hover .project-office-img-box img {transform: scale(1.05); filter: grayscale(0%);}
.contact-page .project-office-box .project-office-content-box {padding: 25px 25px 35px; display: none; }
.contact-page .project-office-box .project-office-content-box .project-head-txt {font-size: 11px; color: #999; display: block; display: none; }
.contact-page .project-office-box .project-office-content-box h3 { font-size: 18px; text-transform: uppercase; font-weight: 400; line-height: 1.4; margin: 5px 0 10px; }
.contact-page .project-office-box:hover .project-office-content-box { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 1); }
.contact-page .project-office-box .project-office-content-box p { font-size: 14px; line-height: 20px; }
.contact-page .project-office-box .project-office-content-box .project-logo-thumb {position: absolute; bottom: 10px; right: 10px; width: 100px; box-shadow: none;}
.contact-page .project-office-box .project-office-content-box .read-more { position: absolute; bottom: 15px; padding-bottom: 5px; }
.contact-page .project-office-box .project-office-content-box .read-more:hover { padding-bottom: 8px; }

.contact-page .icon { display: inline-block; margin: 8px 0; font-size: 20px; width: 100%; position: relative; padding-left: 35px; }
.contact-page .icon:before { width: 22px; height: 22px;  display: inline-block; float: left; content: ''; position: absolute; left: 0; top: 5px; }
.contact-page .phone:before { background: url(../images/icon_call_18.png) #19232c center no-repeat; background-size: 50%; }
.contact-page .fax:before { background: url(../images/icon-fax.png) #19232c center no-repeat;  background-size: 50%;}
.contact-page .email:before { background: url(../images/icon-email.png) #19232c center no-repeat;background-size: 50%; }

.contact-page .contact-form { }
.contact-page .contact-form input { border-radius:0; font-size: 20px; padding: 12px 0; width: 100%; border:none; border-bottom: #ccc 1px solid;  }
.contact-page .contact-form input:focus {border-bottom: #19232c 1px solid; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);}
.contact-page .contact-form select { border-radius:0; font-size: 20px; padding: 10px 12px 16px 0; width: 100%; border:none; border-bottom: #ccc 1px solid;  }
.contact-page .contact-form select:focus {border-bottom: #19232c 1px solid; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);}
.contact-page .contact-form textarea { border-radius:0; font-size: 20px; padding: 12px 0; width: 100%; border:none; border-bottom: #ccc 1px solid;  }
.contact-page .contact-form textarea:focus { border-bottom: #19232c 1px solid; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); }

.contact-page .SalesQuery-box { background:#; padding: 25px; }
.contact-page .SalesQuery-box h3 { font-size: 22px; line-height: 36px; padding-bottom: 30px; margin-bottom: 40px; margin-top: 20px;  text-align: center; border-bottom: #eee 1px solid; font-weight: bold; }
.contact-page .SalesQuery-box .icon {font-size: 18px;}


.business-enquiry-page .enquiry-form { background: #fff; padding: 50px 60px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); margin-top: -200px; }
.business-enquiry-page .enquiry-form h3 {font-size: 38px; line-height: 1.1; text-align: center; font-weight: 400;}
.business-enquiry-page .enquiry-form h4 {font-size: 30px; line-height: 1.1; text-align: center; font-weight: 400; margin-top: 30px;}
.business-enquiry-page .enquiry-form p { text-align: center;}
.business-enquiry-page .enquiry-form input { border-radius:0; font-size: 20px; padding: 20px 30px; width: 100%; border:none; background: #f1f1f1;  }
.business-enquiry-page .enquiry-form input:focus {border-bottom: #19232c 1px solid; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);}
.business-enquiry-page .enquiry-form select { border-radius:0; font-size: 20px; padding: 20px 30px;  width: 100%; border:none; background: #f1f1f1;  }
.business-enquiry-page .enquiry-form select:focus {border-bottom: #19232c 1px solid; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);}
.business-enquiry-page .enquiry-form textarea { border-radius:0; font-size: 20px; padding: 20px 30px; width: 100%; border:none; background: #f1f1f1;  }
.business-enquiry-page .enquiry-form textarea:focus { border-bottom: #19232c 1px solid; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); }

.business-enquiry-page .company-name-sec {  padding: 25px 0; }
.business-enquiry-page .company-name-sec h3 {font-size: 24px; line-height: 1.1; font-weight: bold; margin-bottom: 20px;}

.feedback-sec { background: #19232c; padding: 50px; color: #ccc; text-align: center; }
.feedback-sec a { color: #fff; }
.feedback-sec a:hover { text-decoration: underline; }

/* News Page */
.news-page .inner-page-piclist-sec { display: inline-block; text-align: center; width: 100%; }
.news-page .inner-page-piclist-sec select { padding: 6px 20px 12px 10px; font-size: 20px; border:none;  }
.news-page .month-news-sec { text-align: center; }
.news-page .month-news-sec ul li { display: inline-block; line-height: 50px; }
.news-page .month-news-sec ul li a { background:#19232c; padding: 10px 20px; color: #fff !important; }
.news-page .month-news-sec ul li.deactive a { background:#eee; padding: 10px 20px; font-size: 14px;  color: #19232c  !important;  }
.news-page .month-news-sec ul li.deactive a:hover { background:#ddd; }

.news-page a.news-box { transition: all .3s; margin: 20px 0; padding: 35px 35px; background:#fff; display: inline-block; width: 100%; color:#19232c; border-left:#eee 5px solid; border-right:#eee 5px solid; position: relative; }
.news-page a:hover.news-box {color:#19232c;  border-left:#19232c 5px solid; border-right:#19232c 5px solid; background:#fff; transform: scale(1.02); -webkit-transform: scale(1.02);}
.news-page a.news-box .news-heading { font-size: 20px; }
.news-page a.news-box .date { font-size: 12px; margin: 10px 0 0 0; color: #999; }
.news-page a.news-box .news-name { font-size: 15px; margin: 0 0 10px 0; }
.news-page a.news-box .news-name .news-logo { width: 24px; height: 24px; display: inline-block; background: #fff; float: left; margin-right: 5px; }
.news-page a.news-box .news-name .news-logo.cs {background: url(../images/news/CS.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.dj {background: url(../images/news/DJ.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.dna {background: url(../images/news/DNA.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.ec {background: url(../images/news/EC.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.et {background: url(../images/news/ET.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.etr {background: url(../images/news/ETR.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.fe {background: url(../images/news/FE.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.ht {background: url(../images/news/HT.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.nbt {background: url(../images/news/NBT.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.ndtv {background: url(../images/news/NDTV.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.oi {background: url(../images/news/OI.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.tnie {background: url(../images/news/TNIE.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.toi {background: url(../images/news/TOI.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.tp {background: url(../images/news/TP.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.na {background: url(../images/news/NA.png) center left no-repeat; }
.news-page a.news-box .news-name .news-logo.rs {background: url(../images/news/RS.png) center left no-repeat; }



/* Media Page */
.media-page .card-columns .card { position: relative; padding: 40px; }
.media-page .card-columns .card .img { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; opacity: .2; }
.media-page .card-columns .card .card-body { width: 100%; height: 100%; padding: 0; }
.media-page .card-columns .card-dark { background-color: #19232c; color: #fff; }
.media-page .card-columns .card-dark h6 { color: #fff }
.media-page .card-columns .card-dark .text-muted { color: #fff !important; }


/* Media Search Select Option */
.media-sso {}
.media-sso .ddl_label {
    position: absolute;
    margin-left: 20px;
    top: 18px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
.media-sso #category_dropdow, .media-sso #ddlYear, .media-sso #ddlMonth, .media-sso #ddlSegment, .media-sso select {
    font-size: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    line-height: 24px;
    padding-left: 20px;
    padding-top: 20px;
    height: 75px;
    border: none;
    margin: 5px 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background: transparent;*/
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
    padding: -1px;
}
.media-sso option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;

}
.media-sso label {
    display: inline-block;
    margin-bottom: .5rem;
}


/* About Page */
.about-page {}
.about-page h2 { margin-bottom: 25px;  text-transform: uppercase; font-weight: 500; }
.core-values-image-box { width: 100%; height: 100%; overflow: hidden; background: url(../images/core-values-image.jpg) right 0px top 0 no-repeat; }


/* awards-page */
.awards-page {}

.award-box_main { text-align: center; transition: all .3s;  }
.award-box_main img { filter: grayscale(0); }
.award-box_main:hover img { transform: scale(1); box-shadow: none;   }
.award-box_main .content { width: 100%; margin-top: 30px;  }
.award-box_main .content span { display: block; font-weight: 600; font-size: 34px; text-transform: uppercase; }
.award-box_main .content span b { display: block; font-weight: 100; font-size: 24px; }

.award-box { box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .02); text-align: center; background-color: #fff; transition: all .3s; margin: 30px; padding: 50px; }
.award-box:hover {transform: scale(1.1); box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); }
.award-box:hover img { box-shadow: none; transform: scale(1); filter: grayscale(0);  }
.award-box img { filter: grayscale(0);  }
.award-box .content { display: none; width: 100%; height: 100%; padding: 50px; background: rgb(25,35,44,.9); }
.award-box .content span { display: block; font-weight: 600; font-size: 30px; margin-top: 27%; margin-bottom: 30px; text-transform: uppercase; }
.award-box .content span b { display: block; font-weight: 100; font-size: 24px; }
.award-box:hover .content { display: block; position: absolute; top: 0; left: 0; color: #fff; }

.award-box_2 { box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .02); text-align: center; background-color: #fff; transition: all .3s; margin: 30px; padding: 50px; }
.award-box_2:hover {transform: scale(1.1); box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); }
.award-box_2:hover img { box-shadow: none; transform: scale(1); filter: grayscale(0);  }
.award-box_2 img { filter: grayscale(0);  }
.award-box_2 .content { display: none; width: 100%; height: 100%; padding: 50px; background: rgb(25,35,44,.9); }
.award-box_2 .content span { display: block; font-weight: 600; font-size: 30px; margin-top: 27%; margin-bottom: 30px; text-transform: uppercase; }
.award-box_2 .content span b { display: block; font-weight: 100; font-size: 24px; }
.award-box_2:hover .content { display: block; position: absolute; top: 0; left: 0; color: #fff; }


/* Cookies Section */
.cookies-sec {  max-width: 60%; padding: 15px 15px; margin: auto; background: #fff; position: fixed; z-index: 1; bottom: 10px; left: 20%; border-radius: 4px; box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05); display: flex; gap:20px; align-items: center; }
.cookies-sec .policy-txt { font-size: 13px; line-height: inherit; margin-bottom: 0;}
.cookies-sec .policy-txt span { display: block; font-size: 18px; font-weight: bold;}
.cookies-sec .confirmation-button { border:none; font-size: 13px; max-height: 40px; white-space: nowrap;background: #f58400; color: #fff !important; padding: 10px 20px 10px 20px; text-decoration: none; cursor: pointer;border-radius: 4px;overflow: hidden; }
.cookies-sec .decline-button { border:none; font-size: 13px; max-height: 40px;white-space: nowrap;  background: #eee; padding: 10px 20px 10px 20px; text-decoration: none; cursor: pointer;border-radius: 4px;overflow: hidden; }
.cookies-sec a { text-decoration: underline; }
.cookies-sec .flexDiv {display: flex;gap:10px;}

/* Testimonial */
.testimonial-sec { }
.testimonial-sec p { font-size: 26px; line-height: 44px; }
.testimonial-slide-info { position: relative; }
.testimonial-slide-info::before {
}
.testimonial-slide-info::after {
    content: close-quote;
    font-family: Gotham;
    font-size: 30rem;
    line-height: .5;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #ebebeb;
}
.testimonial-slide-info p { font-size: 20px; line-height: 36px; }
.testimonial-slide-info-name { font-weight: 300; font-size: 32px; line-height: 54px; margin: 30px 50px 30px 0; text-transform: uppercase;  }
.testimonial-slide-info-name:before  { content: ''; padding: 50px;  position: absolute; top: -30px; right: 0; background: url(../images/testimonial/testimonial-icon.png) top 0px right 20px no-repeat; background-size: 75px; opacity: .05;   }
.testimonial-slide-info-desc { margin-bottom: 30px; }
.testimonial-slide-name { font-weight: normal; font-size: 16px; }
.testimonial-sec .active { box-shadow: none; background: none;  }
.testimonial-sec .carousel-inner { height: 460px; overflow: hidden; }
.testimonial-sec .bttn-div { float: right; }
.testimonial-sec .bttn-previus, .testimonial-sec .bttn-next { width: 70px; height: 70px;  }
.testimonial-sec ol.carousel-indicators { position: absolute; left: 45px; top: 30px; margin: 0; width: 120px !important;  }
.carousel-indicators li { background-color: #666; height: 1px !important; border-top-width: 2px; border-bottom-width: 2px; }
.carousel-indicators li.active {background-color: #666;  }
.testimonial-sec .testimonial-row {  }
.testimonial-sec .testimonial-row .testimonial-pic-sec { float: left; padding-left: 0; }
.testimonial-sec .testimonial-row .testimonial-content-sec { float: right; padding-left: 50px; padding-right: 0; }

.testimonial-sec .owl-prev, .testimonial-sec .owl-next { top: inherit; }
.testimonial-sec .owl-theme .owl-dots { display: block; position: absolute; }
.testimonial-sec .owl-theme .owl-nav { margin-top: 40px !important; }      
.owl-theme .owl-dots .owl-dot span { border-radius: 0; background: #ddd; height: 1px !important; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #19232c;}





/*.owl-carousel { display: block; height: 580px; overflow: hidden; }
.owl-carousel .owl-item { width: 400px !important; margin-right: 50px; }*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  color: #000;
  border: #eee 1px solid !important;
  width: 80px;
  height: 80px;
  background: #fff !important;  
}
.owl-carousel .owl-nav button.owl-prev:active, .owl-carousel .owl-nav button.owl-next:active {
  border: #ddd 1px solid !important;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  font-size: 50px;
  position: relative;
  top: -5px;
  color: #000 !important;
}
.owl-theme .owl-dots { display: none; }
/* Start Home Page Project Slider Arrow */
.owl-prev,
.owl-next {
  position: absolute;
  top: 0%;
  transform: translateY(-160%);
}

.owl-prev {
  right: 4.5rem;
}

.owl-next {
  right: -.35rem;
}
/* End Home Page Project Slider Arrow */

/* Start About Page Leader Slider Arrow */
.gallery-grid .owl-prev,
.gallery-grid .owl-next {
  position: absolute;
  transform: translateY(375px);
}

.gallery-grid .owl-prev {
  left: -17.5rem;
}

.gallery-grid .owl-next {
  left: -12.6rem;
}
.gallery-grid {  }
/*.gallery-grid li { width: 24% !important; }*/
/* End About Page Leader Slider Arrow */

@media (max-device-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      width: 100px;
      height: 100px;
      border: #ddd 1px solid !important;
  }
  .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    font-size: 80px;
    top: -20px;
  }
}

.form-input-group {
    position: relative;
}
.form-input-control-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 0px;
    transition: all 300ms;
    opacity: 0.5;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}






.home .right_secoal_sec {
    display: block;
}
@media only screen and (max-width: 1279px) {
  .right_secoal_sec {
      right: 5%;
  }
}
.right_secoal_sec {
    position: fixed;
    right: 10px;
    top: 35%;
    z-index: 2;    
    /*border:#3a3a3a 1px solid;*/
}
.social_sec_home {
    /*margin-top: 15px;
    padding-top: 25px;*/
    /*border:#3a3a3a 1px solid;*/
    width: 40px;
}
.social_sec_home h6 { margin-bottom: 5px !important; font-size: 18px !important; }
.social_sec_home ul {
    list-style: none;
    height: 40px;
    margin: auto;
    width: auto;
}
.social_sec_home ul li {
    float: left;
    margin: 0 12px 0 0;
   width: 100%;
}
.social_sec_home ul li a {
    text-decoration: none;
    width: 28px;
    height: 28px;
    text-align: center;
    float: left;
    color: #19232c;
    /*color: #fff;*/
    font-size: 18px;
    margin-bottom: 10px;
    transition: transform .2s;
    transition: all .4s; 
    border-radius: 50%; 
    border:#000 1px solid !important; 
    background: #fff;
    /*background: #19232c;*/
    padding: 1px !important;
}
.social_sec_home ul li a:hover { transform: scale(1.15); }
.social_sec_home ul li a svg { width: 14px; height: 14px; position: relative; bottom: 4px; }
.social_sec_home ul li a svg g { fill: #19232c; }
/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-linkedin:before {
    content: "\f0e1";
}*/


.line {
    width: 1px;
    height: 100px;
    background: #999;
    margin-left: 15px;
    margin-top: 80px;
    display: block;
    /*display: none;*/
}
.right_secoal_sec h2 {
    color: #999;
    font-size: 14px;
    float: left;
    margin-top: 45px;
    transform: rotate(270deg);
    margin-left: -26px;
}

.banner-csr-page h3 {
  font-weight: bold;
  text-transform: none;
}

.brandsBox {
  margin-bottom: 100px;
}
.brandsBox div {margin-bottom: 30px;}
.brandsBox div img {border-radius:8px;}


.businessPage_NewsStoriesSec {
  padding: 0 20px;
}
.businessPage_NewsStoriesSec li {
  list-style-type: circle;
  font-size: 14px;
  padding: 10px 0;
  font-style: italic;
}
.businessPage_NewsStoriesSec li a:hover {
  text-decoration: underline;
}
.existingCustBox {
  background-color: #fff;
  padding: 40px;
  margin-right: 70px;
}
.comapany-name {
  margin-bottom: 20px;
}

.companyInfoSection {
  background-color: #fff;  
}
.companyInfoSection .companyInfoSection_Head {
  border-bottom: #ccc 1px solid;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.companyInfoSection .companyInfoSection_Cntnt {
  padding: 20px 35px;
}

.ul-bullets {
  padding-left: 20px;
}
.ul-bullets li {
  list-style-type: disc;
  margin: 20px 0;
}
.ProduceImg {
  overflow: hidden;
}
.ProduceImg img {
  width: 100%;
}
.ProduceImg img {
  filter: grayscale(70%);
  transition: .5s;
  border-radius: 3px;
}
.ProduceImg img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.ProduceSec h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin:10px 0 30px;
  display: block;
  font-size: 15px;
}

.leadership-page h2 {
    float:inherit !important;
     text-transform: inherit;
}
.leadership_card {
    background:#fff;
    padding:20px; 
    margin:20px;
    position:relative;
}
.leadership_card h2 {margin-bottom:5px; text-transform: capitalize;font-size: 18px; }
.leadership_card p {line-height:normal; margin-bottom:0; font-size: 14px;}
.leadership-head-txt {
  padding: 1rem 0rem !important;
  font-weight: 600;
  max-width: 100%;
  border-bottom: #e5e5e5 1px solid;
  font-size: 24px;
  margin: auto;
  line-height: 50px;
  margin-bottom: 25px;
  text-align:center;
}
.leadership_card .leaderImg {
    background:#eee;
    /*min-height:300px;*/
    max-height:300px;
    overflow:hidden;
    margin-bottom:20px;
    /*display:none;*/
}
.leadership_card .leaderImg img {
    width:100%;
    filter:grayscale(80%);
    transition: all .5s;
}
.leadership_card:hover .leaderImg img {
    width:100%;
    filter:grayscale(1%);
    transform: scale(1.05);
}
.leadership_card .ldrRdMr {
    position:absolute;
    right:20px;
    bottom:40px;
}

.leadership_profile_content_sec {
    background:#fff;
    padding:50px; 
    margin:20px;
    position:relative;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .05);
}
.leadership_profile_content_sec p {margin-bottom:20px !important;}
.leadership_profile_content_sec p:first-child {
   font-weight:500;
    font-size:21px;
    line-height: 38px;
    padding: 0 1.7rem;
    border-left: #f58400 1px solid;
}
.leader-page-gallery img {
    width:100%;
}

.leader_card_bannerSec {
    background:#fff;
    padding:15px; 
    margin:0px;
    position:absolute;
    right:190px;
    bottom:-40px;
    max-width:350px;
    /*max-width:350px;*/
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .08);
}
.leader_card_bannerSec .leaderImg {
    background:#eee;
    min-height:320px;
    max-height:320px;
    overflow:hidden;
    margin-bottom:0px;
    /*display:none;*/
}
.leader_card_bannerSec .leaderImg img {
    width:100%;
    filter:grayscale(80%);
    transition: all .5s;
}
.leader_card_bannerSec h2 {margin-bottom:5px; text-transform: capitalize;font-size: 18px; color:#000; }
.leader_card_bannerSec p {line-height:normal; color:#000; margin-bottom:0; font-size: 14px;}
.leader_card_bannerSec:hover .leaderImg img {
    width:100%;
    filter:grayscale(1%);
    transform: scale(1.05);
}
.leader_card_bannerSec p {
    display:none;
}
.leader_card_bannerSec h2 {
    display:none;
}

.text-center {
    text-align:center;
}

 .banner-founder-page .banner-head-inner-page {
    background-color:rgb(25,35,44, .5);
    padding:30px 40px;
    /*max-width:500px;*/
    max-width:fit-content;
    left:100px;
}
.banner-founder-page .banner-head-inner-page .txtUnderHead {
    width:auto;
}
.banner-leader-page {
    min-height:65vh;
}
.banner-leader-page .txtUnderHead {
    margin-top: 10px;
    margin-left: 4px;
}
.leaderBnrTxtBx .LeaderNmTxt {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.leaderBnrTxtBx .txtUnderHead {
    font-size:16px;
    line-height: 22px;
}

.leader-page-gallery {
    display:none;
}

.downloadLogoBox {
    padding:2rem 4rem;
    background:#19232c;
}
.downloadLogoIcn {
    width:20px;
    height:20px;
}


