
/* 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%;}

.h-50p {height:50px;}

/* 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 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-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-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-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-30p {padding-right:30px;}

.pr-40p {padding-right:40px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.ml-auto{margin-left: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-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-5p{margin-bottom:5px;}

.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-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-top{border-top:1px solid #e5e5e5;}

.br-btm{border-bottom:1px solid #e5e5e5;}

/* 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-gray{background-color: #f6f6f6;}

.bg-gray2{background-color: #e0e0e0;}

.bg-lightblue{background-color:#e9f7ff;}

.bg-blue{background-color:#cdefff;}

.bg-blue2{background-color:#40a0d9;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-color{color: #656565;}

.text-blue{color:#40a0d9;}

.text-b1 {
    color: #40a0d9 !important;
}


/* 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;}

.obj-position-top{object-position: top center;}

/* for font-size */

.font10 {font-size: 10px;}

.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-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* for font related css */

/* Jost */

.fnt-Jost-Light{font-family:'Jost-Light';}

.fnt-Jost-Regular{font-family:'Jost-Regular';}

.fnt-Jost-Medium{font-family:'Jost-Medium';}

.fnt-Jost-Bold{font-family:'Jost-Bold';}

.fnt-italic{font-style:italic;}

/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.txt-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {	
	font-size:16px;
	line-height:24px;
	font-family:'Jost-Light';
	color: #656565;
	overflow-x:hidden;
}

/* CONTAINER WIDTH CSS */

.container {
    max-width:1140px !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: #000;
  -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);
}


/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.nav-menu > li > a:hover {
  color: #f38a18;
}

.nav-menu li {
  position: relative;
}

.nav-menu .menu-active:before {
  content: "";
  border-bottom: 3px solid #f38a18;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 8px 0 8px 30px;
  }

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size:14px;
    color: #2b1538;
    transition: color 0.3s, background 0.3s;
    font-family:'Jost-Regular';
	text-transform:uppercase;
}

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
    height: 20px; */
    position: relative;
    z-index: 20;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a, .menu-active>a {
    color:#20409a;
  }

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    /* left: 28px; */
	left:0;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .menu-item-has-children ul li {
    min-width: 15rem;
  }

  .navbar .menu-item-has-children ul a {
	font-size: 16px;
	padding:10px 20px;
	color: #000;
	text-transform: none;
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
    /* background-color:#fea000; */
	color:#20409a;
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left:-100%;
    visibility: visible;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width:320px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 0 10px 0;
    margin: 0;
    background:#0d2747;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
	font-size:14px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:0px 0;
    /* margin: 10px 20px; */
	margin:0px 15px;
    transition: all 0.5s ease-in-out;
    /* border: 1px solid #8f8f8f; */
  }
  .dropdown-active a{
    font-size: 12px !important;
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
  .mobile-nav-show {
    position: relative;
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

		/* HEADER-BOTTOM CSS  */

.header {
	z-index: 997;
	padding:15px 0px;
}

.header-nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.logo {width:350px;}

/* Return to Top */

#return-to-top {
    position: fixed;
    bottom:50px;
    right: 0px;
    background-image: linear-gradient(135deg, #3154b6 0%, #232e49 100%);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* whatsapp icon code css */

.whts-icon, .mail-icon { position: fixed; right:0px; z-index: 99;}
.whts-icon{top: 60%;}
.mail-icon {top:70%;}
.whts-icon img, .mail-icon img{height:50px;}

/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
	padding-top:75px; 
	padding-bottom:75px;
}

.common-section2 {
	padding-top:30px; 
	padding-bottom:30px;
}

.pt-gap {
	padding-top:75px; 
}
.pb-gap {
	padding-bottom:75px; 
}

.page-top{
	padding-top:40px;
}
.sub-title{
	font-size:28px;
}

.section-title {
	font-size:45px;
	color: #40a0d9;
	font-family:'Jost-Bold';
}

.section-title2{
	font-family:'Jost-Regular';
}

.page-title{
	font-size:32px;
	font-family:'Jost-Bold';
}
.section-title-gap {
	margin-bottom:25px;
}

.medium-title{
	font-size:26px;
	font-family:'Jost-Medium';
}

.medium-title2{
	font-size:22px;
	font-family:'Jost-Medium';
}



.wh-img {filter: brightness(0) invert(1);}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    right: 0;
    left: 0;
}
.content-li li {
    background: url(../images/check.png) no-repeat left 0px;
    margin: 8px 0px;
    vertical-align: middle;
    padding-left: 40px;
}

.content-right-mark li {
    background: url(../images/right-mark.png) no-repeat left 7px;
    margin: 10px 0px;
    vertical-align: middle;
    padding-left: 25px;
    background-size: 14px;
}

.content-li-br li {
    background: url(../images/check.png) no-repeat left 7px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
	display: inline-block;
}
.content-li-br li:last-child{
    border-bottom:0;
}

.dots-li {
    margin-left: 25px;
}
.dots-li li:before {
    content: '';
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin-right: 15px;
    background-color: #16838b;
    margin-left: -21px;
    display: inline-block;
}

.square-li li {
    background: url(../images/check-square.png) no-repeat left 3px;
	padding-left: 35px;
}

/* COMMON BUTTON HOVER CSS */

.btn-hover {
 	overflow: hidden;
 	position: relative;
 	z-index:99;
}
.btn-hover::before{
 	content: "";
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	transform: scaleX(0);
 	transition: transform 1s cubic-bezier(.075, .82, .165, 1);
 	transform-origin: center right;
 	z-index: -1;	
}
.btn-hover:hover::before{
 	transform: scaleX(1);
 	transform-origin: center left;
 	z-index: -1;
}

/* BORDER BUTTON HOVER CSS */
.buttons button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
}
.buttons button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s 0.2s ease;
  left: 0;
  top: 0;
}
.buttons button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  right: 0;
  bottom: 0;
}
.buttons button p {
  width: 100%;
  height: 100%;
  z-index: 1;
  margin:0;
}
.buttons button p:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #fff;
  transition: all 0.3s 0.4s ease;
  right: 0;
  top: 0;
}
.buttons button p:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.buttons button:hover {
  color: #fff;
}
.buttons button:hover:before, .buttons button:hover:after {
  width: 100%;
}
.buttons button:hover p {
  z-index: 1;
}
.buttons button:hover p:before, .buttons button:hover p:after {
  height: 100%;
}
.buttons button:hover span {
  height: 100%;
  top: 0;
}
.buttons button:active {
  outline: none;
  border: none;
}
.buttons button:focus {
  outline: 0;
}

/* COMMON BUTTON CSS */

.btn-size{
	font-size:17px;
	font-family:'Jost-Regular';
}

.btn-pd {
	padding:10px 28px;
}

.btn-white{background-color:#fff; color: #20409a;}
.btn-white::before{background-color:#000;}
.btn-white:hover{color: #fff;}

.btn-black{background-color:#000; color: #fff;}
.btn-black::before{background-color:#1d7fb9;}
.btn-black:hover{color: #fff;}



.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}
.form-control:focus {
    box-shadow: none;
    background: transparent;
}

/* SEARCH CSS */

.search-icon{padding-left: 20px !important;}
.search-icon i{font-size:18px !important;}
.search-box:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #39a0d9;
} 
.search-box {
    background: #E8E8E4;
    position: absolute;
    top: 54px;
    right: 0;
    width: 350px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #39a0d9;
    padding: 8px 0px 10px 0px;
	display: none;
	z-index: 1;
}
.search_here {
  padding: 7px;
  font-size: 13px;
  float: left;
  width: 70%;
   border: 0;
  background: white;
}
.search_btn {
    float: left;
    width: 30%;
    padding: 7px;
    background:#39a0d9;
    color: white;
    font-size: 13px;
    border: 0;
    border-left: none;
    cursor: pointer;
	font-weight: bold;
}

/* BANNER SECTION CSS */
	
.banner-sec, .innban-sec {
    margin-top:70px;
}
.banner-sec video {height:630px; object-fit:cover;}
	
.caption {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-title{
	font-size:44px;
	font-family:'Jost-Bold';
}

.banner-desc{
	font-size:20px;
	font-family:'Jost-Regular';
}

.banstrip{
	padding:15px;
}

/* COMMON SHADOW CSS */

.box-bg-shadow{
	filter: drop-shadow(0px 5px 7.5px rgba(84,38,0,0.15));
	background-color: #fffde2;
}
.box-bg-gap{padding:20px;}

.hover-icon-bar{overflow: hidden;}
.hover-icon{transition: all 0.3s ease-in-out;}
.hover-card:hover .hover-icon { transform: scale(1.04);}


/* SERVICES PROVIDE SECTION CSS */

.service-icon-bar, .service-icon-bar img{border-radius:25px;}
.service-icon-bar img{height:380px; object-fit:cover;}
.service-icon-bar:before{
	content:'';
	 position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    height:70%;
    background: rgb(0, 0, 0);
    background:linear-gradient(to top, #000 37%, rgba(6, 6, 6, 0.48) 70%, rgba(0, 0, 0, 0) 100%);
	z-index:1;
}

.service-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:28px;
	z-index:2;
}
.service-btn a{
	font-size:13px;
	color: #fff;
	border-bottom:1px solid #fff;
}

.service-card:hover .service-btn a{color:#ffbd59; border-bottom:1px solid #ffbd59;}

/* WHY SECTION CSS */

.why-icon{height:85px;}
.why-cnt .medium-title {
    font-size: 22px;
}


/* SPONSORS SECTION CSS */

.s-tile {
	width:100%;
	height:100px;
	display: grid;
	justify-content: center;
	align-items: center;
	/* margin:5px; */
    /* filter: drop-shadow(0.5px 0.866px 4px rgba(0, 0, 0, 0.06)); */
	background-color: #ffffff;
}
.s-tile img{padding:10px;}

.s-tile img{text-align: center; margin: auto;}

/* CHALLANGE SECTION CODE */

.chge-title{font-family:'Jost-Light';}

/* FOOTER SECTION CSS */

footer{ background-color: #0d2747; color:#fff;}

.footer-title {
    font-family:'Jost-Bold';
    font-size:20px;
	color: #fff;
	text-transform:uppercase;
}
.subscribe-block{padding:30px 0px;}
.footer-middle {
	padding-top:60px; 
	padding-bottom:60px;
	border-top:1px solid #42566f;
	border-bottom:1px solid #42566f;
}
.footer-list li {
    padding-bottom:5px;
}
.footer-list a{
	font-size:14px;
	color:#fff;	
	font-family:'Jost-Regular';
}

.fcolm{
	columns:2;
}

.foot-nav a, .footer-list span{text-transform:uppercase;}

.footer-list a:hover{color:#1d7fb9;}

	/* social icons */
.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:16px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 0px 0px 4px;
    transform: translateY(5px);
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.f-icon i {
	color: #fff;
	font-size:17px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.f-icon:hover{ background-color: #fff;}
.f-icon:hover i{color:#000;}

/* subscribe box css */

.subscribe-box input {
	background-color:#fff;
	border:1px solid #fff;
	width:100%;
	padding: 0px 15px;
	border-radius: 0px;
	color: #b6b7c1;
	height:46px;
	font-size: 15px;
	border-radius:50px;
}
.subscribe-box button {
    border: 0;
    padding: 0px;
    font-size:18px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: transparent;
}

.subscribe-box input:focus {border-color: 0; outline: 0; box-shadow: none;}

.subscribe-box ::placeholder {color: #b6b7c1 !important;}

/* COPYRIGHT CSS */

.copyright {padding:15px 0px; color:#fff;}


/* --------------------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* --------------------------------------------------------------------- */

.innban-ico {
    height:250px;
    object-fit: cover;
}
.innbanner-title2 {
    font-size: 23px;
    font-family: 'Jost-Bold';
}
.innbanner-title{
	font-size:46px;
	line-height: 48px;
	font-family: 'Jost-Regular';
}
.innbanner-subtitle{
	font-size:20px;
	line-height: 27px;
}

.innservicebanner-title{
	text-transform:uppercase;
}

.tit-bg{
    background: #97c9e99e;
    padding: 3px;
}
.servicepage-title {
    font-size:48px;
    color: #40a0d9;
}

.pg-icon{
	width:450px;
}

.cicon-blk{
	display:inline-block;
}

.coli-br li {
    background: url(../images/check.png) no-repeat left 7px;
    border-bottom: 1px solid #cdcdcd;
    vertical-align: middle;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
	display: inline-block;
}
.coli-br li:last-child{
    border-bottom:0;
}

.note-section {
    background-image: url(../images/note-bg.png);
    background-color: #40a0d9;
    background-position: center;
    background-size: 1200px;
    background-repeat: repeat-x;
	padding:60px 0px;
}

/* BREADCRUM CSS */

.breadcum-gap {
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
}
.breadcum-li ul li{margin-right:5px;}
.breadcum-li ul li:after{content:'›';padding-left:5px;}
.breadcum-li ul li:last-child::after{content:''; display:none;}
.breadcum-li ul li a {
    color: #656565;
    text-transform: capitalize;
    font-size:16px;
}
.breadcum-li ul li .active{color:#40a0d9;}


/* --------------------------------------------------------------------- */
	/* ABOUT PAGE CSS */
/* --------------------------------------------------------------------- */

@media (min-width:1200px)  {
	.work-blk {
		margin-left: calc((100% - 1140px) / 2) !important;
	}
}

.work-blk {display:flex; justify-content: space-between; flex-wrap:wrap; align-items: center;}
.work-left-blk{width:42%; z-index: 9;/* flex:1 0 32%; */}
.work-rgt-blk{/* flex:2 0 65%;  */margin-left: 40px;width:50%;}
.work-icon {
    height: 740px;
    position: relative;
	object-fit: cover;
}
.value-card{
	border-bottom:1px solid #e3e3e3;
	padding-bottom:20px;
	margin-bottom:20px;
}


/* -------------------------------------------- */
	/* COMPETENCIES PAGE CSS */
/* -------------------------------------------- */

.hover-icon-bar{overflow: hidden;}
.hover-icon{transition: all 0.3s ease-in-out;}
.hover-card:hover .hover-icon { transform: scale(1.07);}

.prj-cnt {
    position: absolute;
    padding: 20px;
    bottom: 0;
}

.seperator {
    border-left: 1px solid #e3e3e3;
    padding-left: 50px;
}



/* NEW CSS */

aside:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
aside.ribbon {
    background-color: #ffffff;
    color: #40a0d9;
    padding: 13px;
    font-family: 'Jost-Medium';
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
}
aside.ribbon:after {
    border-color: #ffffff transparent #ffffff #ffffff;
    right: -25px;
    border-width: 25px;
    top: 0;
    z-index: -10;
}

/* ---------------------------------------------------------------- */
	/* INFRASRTUCTURES PAGES CSS */
/* ---------------------------------------------------------------- */

.c1-icon-bar img, .c2-icon-bar img{
	width:350px;
	object-fit:cover;
}


/* CLOUD PAGE */

.sth-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 1px;
    background: #a0bbc7;
}
.sthtile {
    background:#cdefff;
	padding:25px;
	height: 100%;
}
.sthtile img {
    height:60px;
}

.sthtile h5 {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #20409a;
    font-family: 'Jost-Regular';
    margin-top: 10px;
}
.c2-icon-bar {
    margin-top: -200px;
    border: 1px solid #20409a;
    padding: 15px;
    display: inline-block;
    margin-right: 80px;
}

/* SRE PAGE */

.unique-section{
	 background-image: url(../images/unique-bg.png);
}
.unique-card {
    padding:30px;
    background-color: #ffffff;
    font-size: 28px;
    color: #20409a;
    font-family: 'Jost-Medium';
    height: 100%;
    justify-content: center;
    display: grid;
    align-items: center;
}
.scld-icon img{
	width:350px;
	height:350px;
	border-radius:50%;
}



/* ------------------------------------------------------------------------------------------------------------*/
		/* CONTACT PAGE CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.contact-section{background:#02a7ce;}

.fdts-box li {
    display: flex;
    margin-top: 20px;
    font-size:20px;
    gap: 15px;
}
.fdts-box li i{
	font-size:20px;
}
.fdts-box a{
	font-size:20px;
	color:#fff;
	font-family:'Jost-Regular';
}


.ctiming-card{padding:30px;}
.ctiming-lis td {
    background: transparent;
    color: #fff;
    font-size: 15px;
    border: 0;
    padding:3px;
}
.ctiming-lis td:first-child{
    width:20%;
}
/* form css */

.common-form input, .common-form select { height:55px; width:100%;}
.common-form input, .common-form select, .common-form textarea {
    font-size:15px;
    color: #fff;
    background: #46bedb;
    border-radius: 5px;
    border: 1px solid #4cc7e5;
	font-family:'Jost-Regular';
}

.common-form .form-control:focus {
    background: transparent;
}
::placeholder {
    color: #fff !important;
    opacity: 1;
}
.common-form-btn {
    color: #000;
    background-color: #fff;
    padding: 10px 60px;
    height: 55px;
    border-radius: 5px;
}
.textarea{height:100px;}


/* ------------------------------------------------------------------------------------------------------------*/
		/* CAREER PAGE CSS */
/* ------------------------------------------------------------------------------------------------------------*/


.career-card{
	padding:35px;
	color:#000;
}

.career-strip {
    background: #dcedf8;
    color: #0649d3;
    padding: 7px 20px;
    display: inline-block;
    font-family: 'Jost-Regular';
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
	position:relative;
}
.career-strip:after {
    content: '';
    background: #dcedf8;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 15px;
}
.career-btn {
    color: #0649d3;
    border: 1px solid #0649d3;
    padding: 10px 25px;
    width: 100%;
    background: transparent;
    border-radius: 0;
}
.career-btn:hover{
    color: #fff;
    background: #0649d3;
}


/* ------------------------------------------------------------------------------------------------------------*/
		/* SAP SERVICES PAGE CSS */
/* ------------------------------------------------------------------------------------------------------------*/


.sapsrvce-icon{
	height:250px;
}

/* ------------------------------------------------------------------------------------------------------------*/
		/* SAP SUB SERVICES PAGE CSS */
/* ------------------------------------------------------------------------------------------------------------*/


.sapsub-icon{
	min-height:450px;
	/* height:100%; */
}


/* FAQ's */

.accordion-item {
	border-radius: 6px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	margin-bottom:13px;
}

.accordion-item:last-child{
    margin-bottom:0px;
}

.accordion-button {
	background-color: transparent;
	border-radius:0 !important;
	padding:20px;
	font-size:20px;
	color: #000000;
	font-family:'Jost-Regular';
}
.accordion-button:not(.collapsed) {
	color: #40a0d9;
    background-color: transparent;
    box-shadow: none;
}
.accordion-body {
    padding: 0px 20px 20px 20px;
    margin-top: -15px;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after{
	width: 30px;
    height: 25px;
	background-position: center;
}
/* .accordion-button::after { */
    /* background-image:url(../images/plus.png); */
	/* background-size:14px; */
/* } */
/* .accordion-button:not(.collapsed)::after { */
    /* background-image: url(../images/minus.png); */
    /* background-size: 26px; */
    
/* } */


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}



/* ANIMATION */

.sentence {
	font-size: 20px;
	font-family: 'Jost-Regular';
	color:#fff;
	
}

.slidingVertical{
	display: inline;
}

.slidingVertical span{
	-webkit-animation: bottomToTop 9s cubic-bezier(0.6, 0.05, 0.4, 1) infinite 0s;
	        animation: bottomToTop 9s cubic-bezier(0.6, 0.05, 0.4, 1) infinite 0s;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width:55%;
}


.slidingVertical span:nth-child(2){
	        animation-delay:3s;
  
}

/*topToBottom Animation*/

@-webkit-keyframes bottomToTop{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(20px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


