/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-5p{padding-bottom:5px;}

.pb-10p{padding-bottom:10px;}


.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}
.pb-75p{padding-bottom:75px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-30p {padding-right:30px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-45p{margin-top:45px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mb-100p{margin-bottom:100px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-2 {border-radius: 2px;}

.brad-3 {border-radius: 3px;}

.brad-4 {border-radius: 4px;}

.brad-5 {border-radius: 5px;}

.brad-8 {border-radius: 8px;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-gray-1p {border: 1px solid #e0dcdc;}

.br-blue-1p {border: 1px solid #223b74;}

.br-btmgray-1p {border-bottom: 1px solid #e0dcdc;}

.br-tpgray-1p {border-top: 1px solid #e0dcdc;}

.br-g2-1p {border: 1px solid #dee2e6;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-blue {background-color: #1B45A5;}

.bg-gray {background-color: #EFEFEF;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-common{color: #202020;}

.text-color{color: #212121;}

.text-c1color{color: #1a1a1a;}

.text-c2color{color: #181818;}



/* for text-alignment*/

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

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.btn_pd {padding:10px 25px;}

/* for font-size */

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-34p {line-height: 34px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* for font related css */

.fnt-robo-light{font-family: 'Roboto-Light';}

.fnt-robo-reg{font-family: 'Roboto-Regular';}

.fnt-robo-bold{font-family: 'Roboto-Bold';}

.fnt-mons-med{font-family: 'Montserrat-Medium';}

.fnt-futurapt-bold{font-family: 'Futura PT Bold';}

.fnt-JosefinSans-bold{font-family: 'JosefinSans-Bold';}

.fnt-osw-reg{font-family: 'Oswald-Regular';}

.fnt-pop-reg{font-family: 'POPPINS-REGULAR';}

.fnt-tung-semibold{font-family: 'Tungsten-SemiBold';}

.fnt-pop-bold{font-family: 'Poppins-Bold';}

.fnt-pop-heavy{font-family: 'Poppins-SemiBold';}

.fnt-pop-book{font-family: 'Poppins-Regular';}

.fnt-pop-light{font-family: 'Poppins-Light';}

.fnt-pop-reg{font-family: 'Poppins-Regular';}

.fnt-popsemi-bold{font-family: 'Poppins-SemiBold';}

.fnt-pop-bold{font-family: 'Poppins-Bold';}

/* for text-alignment*/

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

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

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

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

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

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

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

.align-baseline {align-items: baseline;}

body {	
	font-size:15px;
	font-family: 'Roboto-Light';
	color: #202020;
	line-height: 26px;
}

html {
  scroll-behavior: smooth;
}

.container {
    max-width: 1170px !important;
    padding-left: 0;
    padding-right: 0;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
	padding-top:70px; 
	padding-bottom:70px;
}

.section_title {
	font-size:40px;
	letter-spacing: 1px;
	color: #222223;
	font-family: 'Poppins-Bold';
	text-transform:capitalize;
}

.sub_title{
	font-size:20px;
}

.common_btn {
	border: 1px solid #202020;
	padding:11px 25px;
}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control:focus {box-shadow: none;}

/* HEADER SECTION STARTS HERE   */

.h-sec{
	position: fixed;
	top: 0;
	width:100%;
	z-index: 9;
	text-align:center;
	padding: 0.75rem 1.5rem;
}
.header-logo {width:130px; padding: 4px 0px;}

.h-sec.extraclass{background:#000;}
.h-sec.extraclass .header-logo{width:85px;}

.header.extraclass .open-menu{top:4.5%;}
/* sidemenu nav css starts here */

.navbar{padding: 0px;}

.open-menu {
    position: fixed;
    right: 3%;
    top:6%;
    z-index: 9;
}
 .open-menu, .close-menu {
	 cursor: pointer;
	 border: none;
	 outline: none;
	 color: #252a32;
	 background: none;
}
 .close-menu {
	 position: absolute;
	 top: 0;
	 right: -2%;
	 border: none;
	 outline: none;
	 color: #252a32;
	 background: none;
}

 .header .navbar .menu-wrapper::before {
	 content: "";
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: -1;
	 transition: background 0.5s;
}
 .header .navbar .menu-wrapper.offcanvas .menu {
	 transform: translate3d(0, 0, 0);
	 transition-duration: 0.7s;
	 transition-delay: 0.2s;
}
 .header .navbar .menu-wrapper.offcanvas::before {
	 background: rgba(37, 42, 50, 0.6);
	 z-index: 1;
}
 .header .navbar .menu {
	 position: fixed;
	 display: flex;
	 flex-direction: column;
	 top: 0;
	 /* left: 0; */
	 right:0;
	 bottom: 0;
	 max-width:35rem;
	 width: 100%;
	 padding: 1rem 3rem;
	 z-index:11;
	 overflow-y: auto;
	 color: #fff;
	 background: #1f1f1f;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	 transform: translate3d(100%, 0, 0);
	 transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
 .header .navbar .menu-block {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 3rem;
}
 .header .navbar .menu-link {
	 font-family: inherit;
	 font-size: 1rem;
	 line-height: inherit;
	 text-transform: uppercase;
	 transition: color 0.35s ease-out;
}
 .header .navbar .menu-link:hover { color: #d32f2f;}
 .header .navbar .menu-item { position: relative;}
 .header .navbar .menu-item a {
	font-size: 20px;	
	text-transform: capitalize;
	padding:1rem 1rem 1rem 0rem;
	display: block;
	color: #fff;
	transition: color 0.35s ease-out;
	text-align: initial;
	font-family: 'Poppins-Light';
}
 .header .navbar .menu-item a:hover { color: #d32f2f;}
 .header .navbar .menu-item.has-collapsible { position: relative;}
 .header .navbar .menu-item.has-collapsible .menu-child { display: none;}
 .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
	font-size: 16px;	
	line-height:32px;
	text-transform: capitalize;
	padding: 0.25rem;
	color: #fff;
	padding-left: 2.5rem;
	transition: color 0.35s ease-out;
}

.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {color: #d32f2f;}
.header .navbar .menu-item.has-collapsible span::after {
  content: "";
  transform: rotate(135deg); 
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 13px;
  height: 13px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
}

.header .navbar .menu-item.has-collapsible span::after:hover {color: #d32f2f;}
.header .navbar .menu-item.active.has-collapsible .menu-child {display: block;transition: all 0.35s ease; padding-bottom: 10px}
.header .navbar .menu-item.active.has-collapsible span::after { transform: rotate(225deg);}
 
.sidemenbor { border-bottom: #2e2e2e 1px solid; border-top: #2e2e2e 1px solid; padding: 30px 0px;}
.sidemenbor h5{font-family: 'Poppins-Light';}
.hamburger-footer { margin-bottom: -30px;}
.hamburger-footer .social-items {list-style: none;padding: 0;margin-left: -10px;margin-bottom: 0;}
.hamburger-footer .social-items li { display: inline-block;}
.hamburger-footer .social-items li a { padding: 15px 10px; color: white; display: block;}
.hamburger-footer .copyright-text {margin-bottom: 0;}
.copyright-text { margin-bottom: 0; color: #aeaeae;}

/* sidemenu nav css ends here */

/* banner-sec css */

/* overlay */
.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(0deg, #020101 0%, #000000 87%);
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner-con{
	position:absolute;
	bottom:5%;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}
.banner_subtitle{font-family: 'Poppins-Light';}

.banner_title {
	font-size:50px;
	letter-spacing: 0.5px;
	line-height:52px;
	color: #222223;
	font-family: 'Poppins-Bold';
	text-transform:capitalize;
	margin-top:15px;
	background-image: linear-gradient(140deg, #f7ac3e 21%, #ed6025, #f39236 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}


/* About section */

.about-home {background-color: #222;}
.about-content { padding:40px 0px;}
.about-home-head {font-size:28px;letter-spacing: 1px;line-height: 50px;color: #ffffff;font-family: 'Poppins-Bold';margin-bottom: 10px;}
.about-content p {font-size: 18px;line-height: 30px;letter-spacing: 0.5px;padding-right:145px;}
.about-home-btn{font-size: 20px;line-height: 28px;color: #26efe9 !important;display: flex;align-items: center;margin-top: 40px;letter-spacing: .2px;}
.res-about-img{position: absolute;top: 0;right: 0;height: 100%;}
	

/* values what we do section */

    .read-case-sec .header-btn.w-auto{width: 250px !important;display: inline-flex;align-items: center;font-size: 16px !important;}
        .read-case-sec .banner-btn{display: inline-flex;justify-content: flex-end;padding: 5px 20px !important;}
    .values-flex {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 40px;
    }
    
    .values-flex h3 {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -.03em;
        font-family: 'GraphikLight';
    }
    
    .text-span {
        font-size: 18px;
        display: block;
    }
    
    .values-inner>div {
        position: relative;
        overflow: hidden;
    }
    
    .values-inner:hover .re-t {
        opacity: 1;
        transition: 1s;
    }
    
    .values-inner img {
        transition: 1s;
        object-fit: cover;
        object-position: center;
		height: 220px;
    }
    
    .values-inner:hover img {
        transform: scale(1.25);
        transition: all 1s ease;
    }
    
    .values-inner>div .re-t {
        opacity: 0;
        transition: 1s;
    }
    
    .values-inner:nth-child(2) {
        margin-top: 80px;
    }
    
    .values-inner:nth-child(3) {
        margin-top: 160px;
    }
    
    .values-inner:nth-child(4) {
        margin-top: 240px;
    }
	  .re-t {
        position: absolute;
        color: #fff;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .re-t .red-btn1 {
        background:#ff9e24;
        color: #fff;
        border-color: transparent;
    }
    
    .read-grid-mid .re-t {
        bottom: 180px;
    }
    .red-btn1 {
        border: 1px solid;
        width: 80px;
        height: 80px;
        border-radius: 60px;
        display: inline-block;
        border-radius: 50%;
        text-transform: lowercase;
        font-size: 14px;
        transition-duration: 1s;
    }
    
    .red-btn1 span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 2px;
    }
    
    .read-head {
        display: block;
        margin-top: -60px;
        text-align: center;
        font-size: 24px;
        font-family: 'Graphik-SemiBold'
    }
    
    .read-grid-mid .read-head {
        bottom: 17%;
    }

    .values-p-r{padding-right: 15%;}
	.read-case-sec .header-btn.w-auto {
    width: 250px !important;
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
}
.header-btn {
    width: 164px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    color: #000027 !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
    align-items: center;
    justify-content: space-evenly;
    border: double 2px transparent;
    border-radius: 44px;
    background-image:linear-gradient(white, white), linear-gradient(to right, #ff9e24, #ed5e24);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

	
 /* service expertise section */

.service-grid-item {
    /* padding: 20px 20px 77px 20px; */
    border-radius: 2px;
    filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    /* margin-bottom: 20px; */
    min-height: 280px;
    padding: 25px 25px 5px 25px;
    /* height: 100%; */
}
.service-grid-item:hover {
    background-color: #000;
    border-radius: 2px;
    transition: .3s;
    color: #fff !important;
}


.service-grid-item:hover .service-head,
.service-grid-item:hover p,
.service-grid-item:hover .ser-btn {
    color: #fff !important;
}

.service-grid-item .ser-btn:hover { color: #fff !important;}

.service-grid-item .ser-btn img{width: auto !important;}

.ser-btn {
    color: #202020;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: left;
    border: 1px solid #ccc;
    width: 156px;
    height: 38px;
    border-radius: 20px;
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
}
.h-s-img, .s-img{width:60px !important;}
.service-grid-item:hover .h-s-img {
    display: block !important;
}

.service-grid-item:hover .s-img {
    display: none !important;
}

.h-s-img {
    display: none !important;
}

.ser-btn img {
    float: right;
    margin: 2px;
}

.clr1 {
    color: #202020;
}

.team-sec{background-image:url(../images/networking.jpg);}
.team-content{padding:80px 0px;}

/* video section */

.video-sec {margin-bottom: -8px;}
.video-sec video {height:400px;object-fit: cover;}
.video-overlay {
    background-color: transparent;
    background-image: linear-gradient(0deg, #000000 100%, #000000 100%);
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.video-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}
.video-btn {padding: 15px 35px;background-image: linear-gradient(90deg, #f8951e 0%, #d34800 100%);font-size: 17px; border-radius:50px;}
.video-btn:hover {background-image: linear-gradient(90deg, #d34800 0%, #f8951e 100%);}



.visit-sec{
	background-image: linear-gradient(90deg, #f8951e 0%, #d34800 100%);
	padding-top:40px;
    padding-bottom: 40px;
}
.visit-title{color:#fff; text-transform: initial;}
.visit-btn a {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 35px;
	font-size:17px;
	font-family: 'Roboto-Regular';
}
.meet-ico {
    position: absolute;
    left: 0;
    top: -39px;
}

/* FOOTER SECTION CSS */

.footer-sec {background-color:#000; color:#fff; padding-top:50px; padding-bottom:50px;}
.footer_subtitle {font-size: 18px;letter-spacing:1px;color: #fff;font-family: 'Roboto-Bold';text-transform: capitalize;}
.footer-content ul li {margin-top:6px; text-transform:capitalize;}
.footer-content a {font-size: 15px; line-height: 27px; color: #fff;}
.footer-content ul li a:hover {color:#2b89e9;  border-bottom: 1px solid #2b89e9;}

	/* footer social icons */

.social-content {
	display:flex;
	justify-content: space-between;
	width:100%;
	align-items: center;
	margin-top:22px;
}

.social-icons .icon {
   position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:16px;
	border-radius:50px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	display:inline-block;
	margin-left:3px;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.social-icons .icon i {font-size:17px; position:absolute;left:9px; top:8px;}

.fb i {left:11px !important; top:8px; color: #0259bf;}

.tw i {left:9px !important; color: #00c5fa;}

.gp i {left:10px !important; top:9px !important; color: #007bb6;}

.h-icon:hover {filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.15)); background-color: #ffffff;}

	/* copy right css */

.copy-right {padding: 25px 0px; background-color:#080808;}
.copy-right p {color: #fff; font-size:15px;}
.fcloud_txt {color:#f8951e !important;}

/* ------------------------------------------------------ */
	/* ABOUT PAGE CSS */
/* ------------------------------------------------------ */

.wh-cont{
	background-color: #1B45A5;
    opacity: 0.8;
	padding:65px 40px;
}

/* ------------------------------------------------------ */
	/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------ */

.carousel-container {
  overflow: hidden;
  position: relative;
  margin: auto;
  z-index: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  width: 100%;
  height:500px;
  object-fit:cover;
}

.innban-overlay {
    background-color: transparent;
    background-image: linear-gradient(60deg, #1B45A5 13%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* Caption text */
/* .text { */
  /* color: #f2f2f2; */
  /* background-color: rgba(10, 10, 20, 0.1); */
  /* backdrop-filter: blur(6px); */
  /* border-radius: 10px; */
  /* font-size: 20px; */
  /* padding: 8px 12px; */
  /* position: absolute; */
  /* bottom: 60px; */
  /* left: 50%; */
  /* transform: translate(-50%); */
  /* text-align: center; */
/* } */

/* .dots-container { */
  /* position: absolute; */
  /* bottom: 10px; */
  /* left: 50%; */
  /* transform: translate(-50%); */
/* } */

/* The dots/bullets/indicators */
/* .dots { */
  /* cursor: pointer; */
  /* height: 14px; */
  /* width: 14px; */
  /* margin: 0 4px; */
  /* background-color: rgba(173, 216, 230, 0.2); */
  /* backdrop-filter: blur(2px); */
  /* border-radius: 50%; */
  /* display: inline-block; */
  /* transition: background-color 0.3s ease; */
  /* display:none; */
/* } */
/* .active, */
/* .dots:hover { */
  /* background-color: rgba(173, 216, 230, 0.8); */
/* } */

/* transition animation */
.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration:7s;
}

@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }
  to {
    transform: scale(1) rotateY(0deg);
  }
}


.services-ico{
	width:100%;
	height: 430px;
}

/* -------------------------------------------- */
	/*CONTACT PAGE CSS */
/* -------------------------------------------- */

.contact-block {
	grid-gap: 0;
    grid-column-gap: 1px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    /* display: grid; */
    /* grid-template-columns: repeat(3,1fr); */
    margin: 25px 0;
    padding: 25px;
    text-align: center;
    width: 100%;
}
.contact-box {border-left: 1px solid #dedede;font-size: 14px;padding: 1rem;text-align: center;}
.work:first-child .contact-box{ border-left:0;}

.contact-box i{font-size:40px;color:#f8951e;}
.contact-box a {color: ##4744d2;}

.contact-btn {   
    border-radius:50px;
    background-image: linear-gradient(90deg, #f8951e 0%, #d34800 100%);
	color: #ffffff;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 10px 60px;
}

.contact-btn:hover {   
    background-image: linear-gradient(90deg, #d34800 0%, #f8951e 100%);
}

.contact-form input, .contact-form textarea, .contact-form select {
    color: #515151;
    border: 1px solid #a8b7c7;
    border-radius: 0;
	font-size:15px;
	border-radius: 2px;
	padding:10px;
}
.contact-form input, .contact-form select {height: 43px;}

.update-txt{margin-top:100px;margin-bottom:100px;}



/* -------------------------------------------- */
	/*SERVICE PAGE CSS */
/* -------------------------------------------- */

.allservices-flex {
    column-gap: 20px;
    row-gap: 20px;
}
.allservices-inner {
    margin-top: 0px !important;
}
/* --------------------------career page--------------------- */
.career-portal{
    border: 1px solid #ddd;
}
.portal-cont{padding: 12px 25px 35px 25px;}
.career-hd {
    background-color: #f8f8f8;
    padding: 25px;
  }
  .career-hd h3{
    margin-bottom: 0px;
  }
  .career_title {
    font-size: 26px;
    letter-spacing: 1px;
    color: #222223;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
  }
  ul.respon-li {
    padding-left: 20px;
  }
  .respon-li li {
    margin-top: 5px;
  }
  .respon-li li:first-child {
    margin-top: 10px;
  }
  .respon-li li::before {
    content: '';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin-right: 13px;
    background-color: #7e8185;
    margin-left: -18px;
    display: inline-block;
    margin-top: -12px;
    transform: translateY(-2px);
  }

  .training-btn a {
    filter: drop-shadow(0px 5px 3px rgba(68, 38, 1, 0.1));
    background-image: linear-gradient(90deg, #ff8a00 0%, #ffffff 100%);
    color: #000;
    font-size: 18px;
    padding: 14px 38px;
    border-radius: 23px;
    cursor: pointer;
  }
  .training-btn a:hover {
    background-image: linear-gradient(90deg, #ffffff 0%, #ff8a00 100%);
    color: #000 !important;
  }


  /* venky css here  */
  .career p
  {
   font-size: 16px;
  }

.menu-wrapper{visibility: hidden;opacity: 0;z-index: -1;}
.menu-wrapper.offcanvas{visibility: visible;opacity: 1;z-index: 9000;}



.partner-hd {
    font-family: 'Poppins-Bold';
    font-size: 35px;
    color: #0860a9;
	margin-bottom:15px;
	display: flex;
    align-items: center;
}
.partner-hd span {transform: translateY(3px);}