/*@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Barlow:ital,wght@0,100;0,200;0,300;0,500;1,100;1,300;1,400;1,500&display=swap');
@import url(//db.onlinewebfonts.com/c/2090551770be22b09600a40b0b4673b7?family=Avenir+Medium);
*/
/*@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Barlow:ital,wght@0,100;0,200;0,300;0,500;1,100;1,300;1,400;1,500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Barlow:ital,wght@0,100;0,200;0,300;0,500;1,100;1,300;1,400;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.row{
  margin-right: calc(var(--bs-gutter-x)/ 0);
  margin-left: calc(var(--bs-gutter-x)/ 0);
}

html,body{padding: 0px;margin: 0px;}
/*.container-fluid{padding: 0px 60px;}*/
.navbar{ height: 80px;background-color: #fff;padding: 0px 0px;box-shadow: 0px 0px 6px #00000030;}
.navbar-brand img{width: 150px;}

/*.form-inline{width: 250px;}*/
/*.btn-register{position: relative;display: inline-block;height: 36px;padding: 0px 36px;font-family: 'Avenir', sans-serif;border-radius: 7px;border:2px solid  #ff6500;background-color: #fff;font-size: 13px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: 0.03em;text-align: center;color: #ff6500;display: inline-block;margin-right: 20px;}*/
/*.btn-register:hover{background: #ff6600;color: #fff;}*/


.btn-register:active, .btn-register:hover, .btn-register:focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-register::before,
.btn-register::after {
  position: absolute;
  content: "";
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn-register {position: relative;height: 40px;padding: 0px 36px;font-family: 'Avenir', sans-serif;border-radius: 7px;border:2px solid  #ff6500;text-transform: uppercase;background-color: #fff;font-size: 13px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: 0.03em;text-align: center;color: #ff6500;display: inline-block;margin-right: 20px;}
 .btn-register span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    letter-spacing: normal;
    top: 0; left: 0;
    width: 100%;
    transition: 0.3s;
  }




/*--- btn-2 ---*/

.btn-register::before {
   background-color: #ff6600;
   transition: 0.3s ease-out;
}
.btn-register span {
  transition: 0.2s;
}  
.btn-register span:hover {
  color: #fff;
  transition: 0.2s 0.1s;
}


.btn-register.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn-register.hover-slide-right:hover::before {
  width: 100%;
}



.icon {width: 1em;height: 1em;display: inline-block;fill: currentcolor;}
.drop {position: relative;display: inline-block;}
.drop-text img{width: 30px;}
.drop-trigger .icon {font-size: 18px;}
.drop-down {display: none;list-style: none;border-radius: 8px;position: absolute;background-color: #fff;top: 40px;transition: 0.4s; right: 0;-webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;width: 180px;height: 151.1px;margin: 4.9px 0 0;padding: 24.1px 44px 20px 22.5px !important;box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 16%);}
.drop-down:before {content: "";width: 20px;height: 20px;background-color: inherit;display: block;transform: rotate(45deg);position: absolute;top: -0.4em;right: 5%;box-shadow:-2px -2px 0px 0 rgb(0 0 0 / 5%);}
.drop-down {display: flex;flex-direction: column;row-gap: 12px;list-style: none;padding: 0px;}
.drop-down li a {color: #2e2e2e;text-decoration: none;    font-family: 'Baloo 2', cursive;}
.drop-down li a:hover {color: #2e2e2e;text-decoration: none;}
.drop-down li a img {width: 26px;height: 26px;margin-right: 10px;}
.drop-down.active {display: block;}
@-webkit-keyframes shake {
  10%, 90% {transform: translate3d(-1px, 0, 0);}
  20%, 80% {transform: translate3d(2px, 0, 0);}
  30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
  40%, 60% {transform: translate3d(4px, 0, 0);}
}

@keyframes shake {
  10%, 90% {transform: translate3d(-1px, 0, 0);}
  20%, 80% {transform: translate3d(2px, 0, 0);}
  30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
  40%, 60% {transform: translate3d(4px, 0, 0);}
}

.container{margin-bottom: 30px;}

/*section {position: relative;width: 100%;height: 85%;}*/

#section01 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section01 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section01 a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;}
#section01 a span:nth-of-type(2) {bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section01 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


#section02 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section02 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section02 a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;}
#section02 a span:nth-of-type(2) {bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section02 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}



#section03 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section03 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section03 a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;}
#section03 a span:nth-of-type(2) {bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section03 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}



#section04 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section04 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section04 a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;}
#section04 a span:nth-of-type(2){bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section04 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


#section05 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section05 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section05 a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;}
#section05 a span:nth-of-type(2){bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section05 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


#section06 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section06 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section06 a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;}
#section06 a span:nth-of-type(2){bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section06 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


#section07 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;}
#section07 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section07 a span:nth-of-type(1) { -webkit-animation-delay: 0s;animation-delay: 0s;}
#section07 a span:nth-of-type(2) {bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section07 a span:nth-of-type(3) {bottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


#section08 a {/*padding-top: 80px;*/background: #fff;box-shadow: 0px 0px 12px #00000038;display: block;width: 40px;height: 40px;border-radius: 50px;margin: 0 auto;text-align: center;position: relative;transform: rotate(178deg);}
#section08 a span {position: absolute;bottom: 20px;left: 24px;width: 13px;height: 13px;margin-left: -10px;border-left: 2px solid #3a4e9b;border-bottom: 2px solid #3a4e9b;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#section08 a span:nth-of-type(1) { -webkit-animation-delay: 0s;animation-delay: 0s;}
#section08 a span:nth-of-type(2) {bottom:10px;-webkit-animation-delay: .15s;animation-delay: .15s;border-left: 2px solid #ff6600;border-bottom: 2px solid #ff6600;}
#section07 a span:nth-of-type(3) {ottom: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb07 {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


/* Section 2 Css Start */

.introduct_sec{background-color: #f8fbff;padding: 190px 0px 100px;}
.content_sec{padding: 30px 0px 0px 0px;}
.content_sec span{font-family: 'Avenir', sans-serif;font-size: 16px;font-weight: 500;font-stretch: condensed;font-style: italic;letter-spacing: normal;text-align: left;color: #ff6500;}
.content_sec h3{font-size: 50px;font-weight: 500;font-family: 'Barlow Condensed', sans-serif;font-stretch: condensed;font-style: italic;letter-spacing: normal;text-align: left;color: #3a4f9b;line-height: 60px !Important;margin: 10px 0px 0px;}
.content_sec p{margin: 14px 0 18px;font-family: 'Avenir', sans-serif;padding: 0px 140px 0px 0px;font-size: 16px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #2e2e2e;}
.content_sec a{text-align: left !important;height: auto !important;width: auto !important;box-shadow: none !important;background: none !important;}
.content_sec a img{ width: 153px;}
.imag_sec img{width: 100%;}

/* Section 2 Css End */


/* Section 3 Css start */

.indiagate_sec{background: url(../images/bg.png);background-position: center;background-size: cover;background-repeat: no-repeat;padding: 100px 60px;}
.content_se span{font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 500;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #fff;}
.content_se h4{margin: 4px 253px 14px;font-family: 'Montserrat', sans-serif;font-size: 38px;font-weight: 600;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #fff;}
.content_se{text-align: center;width: 785px;margin: 0 auto;padding: 150px 0px;}

.content_se p{margin: 14px 0 0;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: center;color: #fff;}
.content_se h3{margin: 4px 0px 14px;font-family: 'Barlow Condensed', sans-serif;font-size: 38px;font-weight: 600;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #fff;}

/* Section 3 Css End */



/* Section 4 Css Start*/



.jobsgaar_app_bot{padding: 100px 0px 100px;background: #fff; }
.new_fluid{position: relative;}
.whatsapp_bot{width: 100%;}
.app_content h3{margin: 0 0px 15px 0;font-family: 'Avenir', sans-serif;font-size: 16px;font-weight:600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #3a4f9b;}
.for_employee h4{font-family: 'Avenir', sans-serif;font-size: 15px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #ff6500;}
.for_employee h5{margin: 4px 0 12px 12px;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #696464;}
.for_employee h5 span{height: 26px;width: 26px;display: inline-block;border: 1px solid #707070;border-radius: 30px;text-align: center;font-size: 11px;padding-top: 6px;font-weight: 600;color: #707070;margin-right: 10px;}
.for_employer {margin-top: 30px;}
.for_employer h4{font-family: 'Avenir', sans-serif;font-size: 15px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #ff6500;}
.for_employer h5{margin: 4px 0 12px 12px;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #696464;}
.for_employer h5 span{height: 26px;width: 26px;display: inline-block;border: 1px solid #707070;border-radius: 30px;text-align: center;font-size: 11px;padding-top: 6px;font-weight: 600;color: #707070;margin-right: 10px;}
.what_we h3{ margin: 30px 0px 2% 0;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #696464;}
.what_we h5{margin: 0px 0 0px 0px;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #696464;}
.what_we a{font-family: 'Avenir', sans-serif;text-decoration: none;font-size: 12px;padding-top: 15px !important;font-weight: 600;float: left;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #ff6500;    height: auto !important;width: auto !important;box-shadow: none !important;background: none !important;}
.app_img{text-align: right;}
.app_img img{width: 85%;}
.button-both{position: absolute;bottom:0px;}
/*.btn-show button{text-decoration: none;background: none;border: none;text-align: left;display: inline-block;}
.btn-show button img{width: 20%;}*/
.btn-show ul{list-style: none;padding: 0px;}
.btn-show ul li{display: inline;margin-right: 10px;} 
.btn-show ul li a{text-decoration: none;}
.btn-show ul li a img{width: 30%;}

.tab-wrapper {text-align: center;display: block;max-width: 320px;margin-top: -50px;}
.tabs {margin: 0;padding: 0;display: flex;justify-content: center;}
.tab-link {margin: 0 1%;list-style: none;padding: 4px 0px 0px;color: #aaa;cursor: pointer;font-weight: 700;transition: all ease 0.5s;letter-spacing: 1px;opacity: 0.2;width: 300px;}
.tab-link img{width: 100%;}
.tab-link:hover {color: #999;border-color: #999;}
.tab-link.active {color: #333;border-color: #333;}
.tab-link:nth-of-type(1).active {color: #EE6534;border-color: none;opacity: 1;width: 370px;padding: 0px 0px 0px;margin-right: 20px;}
.tab-link:nth-of-type(2).active {color: #EE6534;border-color: none;opacity: 1;width: 370px;padding: 0px 0px 0px;margin-left: 20px;}
.tab-link:nth-of-type(3).active {color: #EEC63B;border-color: #EEC63B;}
.content-wrapper {padding: 0px 0px;}
.wrapper .tab-content {display: none;text-align: center;color: #888;font-weight: 300;font-size: 15px;opacity: 0;transform: translateY(15px);animation: fadeIn 0.5s ease 1 forwards;}
.tab-content.active {display: block;}

@keyframes fadeIn {
  100% {opacity: 1;transform: none;}
}

/* Section 4 Css End*/




/* Section 5 Css Start*/


.funding-sec{background: #f8fbff;padding: 200px 0px 100px;;}
.fund-new{text-align: center;}
.fund-new span{ font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 500;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #ff6500;}
.fund-new h3{margin: 4px 0 0;font-family: 'Barlow Condensed', sans-serif;font-size: 38px;font-weight: 600;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #3a4f9b;}

#tile-1{margin-top: 40px;}
#tile-1 .nav-tabs{position:relative;border:none!important;border-radius:6px;width: 230px;margin: 0 auto;}
#tile-1 .nav-tabs li{margin:0px!important;width: 100px;}
#tile-1 .nav-tabs li a{pposition: relative;margin-right: 0px!important;padding: 0px 0px!important;font-size: 16px;border: none!important;color: #BEBEBE;background: none !important;box-shadow: none;width: auto;height: auto;}
#tile-1 .nav-tabs a:hover{border:none;}
#tile-1 .slider{display:inline-block;width:30px;height:4px;border-radius:3px;background-color:#39bcd3;position:absolute;z-index:1200;bottom:0;transition:all .4s linear;}
#tile-1 .nav-tabs .active{border:none!important;color:#ff6600!important;background: none;}
.border-center{    display: block;width: 1px;height: 30px;margin-top: -4px;background: #696464;}

.tab-content{margin-top: 40px;}

.tab-pane ul{list-style: none;padding: 60px;margin: 0px;}
.tab-pane ul li{width: 14%;display: inline-block;margin: 0px 10px;position: relative;}
.tab-pane ul li .bg-fund {border-radius: 10px;background: #ffffff;   /* width: 130px;margin: 0 auto;height: 130px;*/padding: 5px 0px 0px;overflow: hidden;box-shadow: 0px 0px 2px #0000002e;}
.tab-pane ul li .bg-fund img{width:100%;transition: 0.3s;}
.tab-pane ul li .bg-fund img:hover{transform: scale(1.1);}
.tab-pane ul li h3{margin: 12px 4px 0;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: center;color: #2e2e2e;}
.social-media{text-align: center;display: none;position: absolute;right: 0;left: 0;bottom: 100px;}
.social-media h5{color: #696364;font-size: 12px;font-weight: 400;font-family: 'Avenir', sans-serif;}
.social-media ul{list-style: none;padding: 0px;margin:  0px 15px 0px 0px;}
.social-media ul li{display: inline-block;margin: 0px 0px !important;}
.social-media ul li a{box-shadow: none !important;background: none !important;}
.social-media ul li.third_child{margin: 0px -10px;}
.social-media ul li img{width: 20px;}


.angle{text-align: center;display: none;position: absolute;right: 0;left: 0;bottom: 100px;}
.angle h5{color: #696364;font-size: 12px;font-weight: 400;font-family: 'Avenir', sans-serif;}
.angle ul{list-style: none;padding: 0px;margin: 0px 15px 0px 0px;}
.angle ul li{display: inline-block;margin: 0px 0px !important;}
.angle ul li a{box-shadow: none !important;background: none !important;}
.angle ul li.third_child{margin: 0px -10px;}
.angle ul li img{width: 20px;}


angle

.tab-pane ul li:hover + .social-media {
    border-top: none;
    top: 50px;
    height: 300px;
}

.social-media :hover {
    top: 50px;
    height: 250px;
}




/* Section 5 Css End*/



/* Section 6 Css Start */


.video_sec{padding: 200px 0px 100px;background: #fff;}
.video_tab iframe {border: 1px solid #fff;border-radius: 24px;margin-bottom: 30px;}
#demos{background: #fff;padding: 0px 60px 120px;}
.head_sec {text-align: center;margin-bottom: 70px;}
.head_sec span{ font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 500;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #ff6500;}
.head_sec h3{margin: 4px 0 0;font-family: 'Barlow Condensed', sans-serif;font-size: 38px;font-weight: 600;font-stretch: condensed;font-style: italic;line-height: normal;letter-spacing: normal;text-align: center;color: #3a4f9b;}



.cerasole-new{padding: 100px 0px 100px;background: #fff;}
.slick-slide {margin: 0px 20px;}
.slick-slide img {width: 200px;margin: 0 auto;}
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-initialized .slick-slide a{height: auto !important;width: auto !important;box-shadow: none !important;}

.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;transition: -webkit-filter .3s;transition: filter .3s;transition: filter .3s,-webkit-filter .3s;
    filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
    /*filter: gray;*/
    /*-webkit-filter: grayscale(100%);*/}


/*.slick-slide img:hover {
     filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale); 
     -webkit-filter: grayscale(0); 
     filter: grayscale(0); 
}*/
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{ display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}


/* Section 6 Css End */



/* Section 7 Css Start */

.blog_sec{ padding: 200px 0px 100px;background-color: #f8fbff;}

.card{background: none;border: 0px;}
.blog_list .card_hero img { width: 100%;border-top-left-radius: 25px;border-top-right-radius: 25px;}
.blog_detail{background: #fff;padding: 10px 10px;border-radius: 0px 0px 25px 25px;}
.blog_detail span{font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #a5a5a5;}
.blog_detail a{float: right;font-size: 14px;letter-spacing: 0.03em;color: #ff6600;padding-top: 0px !important;font-family: 'Avenir', sans-serif;font-weight: 500;text-decoration: none;font-stretch: normal;font-style: normal;line-height: normal;color: #ff6500;height: auto !important;width: auto !important;box-shadow: none !important;}
.blog_detail p{margin: 6px 0px 10px;font-family: 'Avenir', sans-serif;font-size: 16px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #2e2e2e;}

/* Section 7 Css End */



/* Section 8 Css Start */


.footer-sec{background: url(../images/footer_bg_1920.png);background-position: center;background-size: cover;background-repeat: no-repeat;padding:100px 0px 100px;}
.logo-img{border-bottom: 1px solid #fff;padding: 0px 0px 35px;margin-bottom: 50px;}
.logo-img img{width: 160px;}
.logo-img .new_img{width: 200px;float: right;}
.aboit-footer h3{font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #fff;}
.aboit-footer  p{font-family: 'Avenir', sans-serif;font-size: 14px;padding: 0px 200px 0px 0px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 20px;letter-spacing: normal;text-align: left;color: #fff;}

.company-nav h3{font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: 600;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #fff;}
.company-nav ul{padding: 0px;list-style: none;margin: 0px;}
.company-nav ul li{display: block;}
.company-nav ul li a{margin:11px 0px 3px 0px;text-decoration: none;font-family: 'Avenir', sans-serif;font-size: 14px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.67;letter-spacing: normal;text-align: left;color: #fff;height: auto !important;width: auto !important;box-shadow: none !important;background: none !important;text-align: left !important;transform: rotate(0deg) !important;}

.adn-copy{border-top: 1px solid #fff;padding: 35px 0px 0px;margin-top: 60px;}
.and-app a{display: inline-block !important;height: auto !important;width: auto !important;margin-right: 20px !Important;box-shadow: none !important;background: none !important;text-align: left !important;transform: rotate(0deg) !important;}
.and-app a img{width: 130px;}
.Jobsgaar-All-rights-reserved{ margin: 10px 0 10.7px 0px;font-family: 'Avenir', sans-serif;font-size: 16px;float: right;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #fff;}

/* Section 8 Css End */





