body{
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  font-family: 'Yu Gothic';
  font-weight: 400;
  letter-spacing: 1.5px;
}
@font-face {
    font-family: 'AvenirNextLTProRegular';
    src: url('../fonts/AvenirNextLTProRegular.eot');
    src: url('../fonts/AvenirNextLTProRegular.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextLTProRegular.woff2') format('woff2'),
         url('../fonts/AvenirNextLTProRegular.woff') format('woff'),
         url('../fonts/AvenirNextLTProRegular.ttf') format('truetype'),
         url('../fonts/AvenirNextLTProRegular.svg#AvenirNextLTProRegular') format('svg');
}
@font-face {
    font-family: 'Yu Gothic';
    src: url('../fonts/YuGothic-Bold.eot');
    src: url('../fonts/YuGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YuGothic-Bold.woff2') format('woff2'),
        url('../fonts/YuGothic-Bold.woff') format('woff'),
        url('../fonts/YuGothic-Bold.ttf') format('truetype'),
        url('../fonts/YuGothic-Bold.svg#YuGothic-Bold') format('svg');
}
@font-face {
    font-family: 'Yu Gothic Light';
    src: url('../fonts/YuGothic-Light.eot');
    src: url('../fonts/YuGothic-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YuGothic-Light.woff2') format('woff2'),
        url('../fonts/YuGothic-Light.woff') format('woff'),
        url('../fonts/YuGothic-Light.ttf') format('truetype'),
        url('../fonts/YuGothic-Light.svg#YuGothic-Light') format('svg');
}

.navbar .container-fluid{
	max-width: 95%;
}
.navbar-dark .navbar-nav .nav-link{
	color: #1f1f1f;
	margin-left: 30px;
	font-family: 'AvenirNextLTProRegular';
	font-weight: 600;
}
.navbar {
	border: 1px solid #707070;
	background: #fff;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 100px;
}
.navbar-nav > li > a{
	color: #1f1f1f;
	font-family: 'AvenirNextLTProRegular';
	font-weight: 600;
}
header{
	padding-bottom: 30px;
	height: 105px;
}
.navbar-brand{
	padding: 0;
}

.home-banner {
    background: url(../images/home-banner.png) no-repeat;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.bann-heading{
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	width: max-content;
}
.bann-heading h1 span{
	display: block;
}
.bann-heading h1{
	line-height: 1.6;
}
.bann-heading h2{
	font-size: 20px;
	font-weight: 300;
	margin-top: 3rem ;
}
.navbar-dark .navbar-nav .nav-link.active{
	color: #919191;
}  

.menu2 ul li a {
	padding: .3rem 1rem !important;
}

.mega-menu .menu-links > li > a {
	text-transform: capitalize !important;
	color: #0d0c22;
	font-family: 'AvenirNextLTProRegular';
}
.registrationbtn,.mega-menu .btn-success {
    padding: 0.1rem 3rem !important;
}
.btn-success{
	background: #0fa67b !important;
	border: 1px solid #0fa67b !important;
	border-radius: 8px;
	color: #fff !important;
	transition:  all 0.5s;
	padding: .9rem 2rem !important;
}
.btn-success:hover{
	background: #fff;
	color: #0fa67b !important;
	border: 1px solid #0fa67b;
	transition:  all 0.5s;
	box-shadow: none;
	outline: none;
}
.navbar-nav > li > a{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-transform: capitalize !important;
}
.active1{
	margin-left: 0px !important;
}
.nav > li > a:hover{
	color: #919191;
}
.menu2{
	border: 1px solid #707070;
	border-radius:8px;
	margin-left: 30px;
}
.menu2 ul li{
	display: inline-block;
	margin-right: 10px;
}
.menu2 ul li:last-child{
	margin-right: 0;
}
.menu2 ul li a{
	padding: .6rem 1rem;
	display: block;
	text-decoration: none;
	color: #0d0c22;
	transition: all 0.5s;
	font-family: 'AvenirNextLTProRegular';
	font-weight: 600;	
}
.active1,
.menu2 ul li a:focus,
.menu2 ul li a:hover{
	background: #8b5839 !important;
	color: #fff !important;
	border-radius:7px;
	text-decoration: none;
	transition: all 0.5s;
	outline: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #919191;
}
.btn-warning{
	background: #ffd67e;
	color: #fff;
	border: 0;
	padding: 15px 30px;
	border-radius: 10px;
	margin-top: 100px;
	transition: all 0.5s;
}
.btn-warning:focus,
.btn-warning:hover{
	background: #d32f2f;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.heading{
	color: #b7c88f;
	font-size: 25px;
}

.mid-content{
	margin-top: 80px;
}
.heading2{
	color: #0d0c22;
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 80px;
	width: max-content;
	margin-top: 50px;
}
.heading2 span{
	font-size: 20px;
	font-family: 'Yu Gothic Light';
	margin-left: 50px;
	text-align: center;
	display: block;
}
.heading2::before{
	content: "";
	border-left:7px solid #0fa67b;
	margin-right: 40px;
}
.top-space{
	margin-top: 120px;
}
.it-jobs img{
	margin-top: 50px;
}
.tab1{
	border-radius: 20px;
	box-shadow: 0px 3px 7px #ddd;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.tab1 p{
	font-weight: 300;
	font-size: 14px;
	font-family: 'AvenirNextLTProRegular';
}
.profile{
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
	display: block;
}
.profile img {
	width: auto;
	height: 100%;
  }
.tab-left h4{
	font-size: 18px;
	border: 1px solid #707070;
	padding: 10px;
	border-radius: 5px;
	font-family: 'Yu Gothic Light';
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
}
.color{
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	margin-right: 10px;
	align-self: center;
}
.green{
	background: #0fa67b;
}
.blue{
	background: #0f66a6;
}
.yellow{
	background: #a69a0f;
}
.grey{
	background: #919191;
}
.tab-right{
	margin-top: 82px;
}
.tab-right ul li{
	display: inline-block;
}
.tab-right ul{
	display: flex;
	justify-content: space-between;
}
.tab-right ul li a{
	border: 1px solid #707070;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	color: #292929;
	transition: all 0.5s;
}
.tab-right ul li a:hover{
	color: #0d0c22;
	border: 1px solid #0d0c22;
	transition: all 0.5s;
}
.tab-right h4{
	color: #0d0c22;
	font-size:18px;
}
.tab-right h5{
	color: #0d0c22;
	font-size: 16px;
	margin-bottom: 30px;
}
.tab-btm{
	font-family: 'Yu Gothic Light';
	font-weight: 600;
	margin-left: 40px;
}
/* .mid-content2{
	margin-top: 90px;
} */
.btn-primary{
	background: #fff;
	border-color: #06cb06;
	color: #06cb06;
	border-radius: 30px;
	position: relative;
	padding: 10px 50px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.btn-primary:focus,
.btn-primary:hover{
	background: #06cb06;
	color: #fff;
	border-color: #06cb06;
	outline: none;
	box-shadow: none;
}
.btn-primary:focus::before,
.btn-primary:hover::before{
	background: #fff;
}
.btn-primary:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #06cb06;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.heading3::before {
	border-left: 7px solid #b7c88f;
}
.it-jobs{
	box-shadow: 0px 3px 8px #ddd;
	border-radius: 15px;
	padding: 30px;
}
.it-left{
	background: #dee6cc;
	border-top-right-radius: 15px;
}

.it-jobs2{
	border-top-right-radius: 0;
}
.last-job{
	height: 230px;
}
.video-frame{
	border-radius: 20px;
	box-shadow: 0px 3px 8px #ddd;
	position: relative;
	left:12%;
	background: #fff;
	padding: 50px;
}
.video-frame p{
	font-size: 16px;
	line-height: 1.8;
}
.video-frame h4 {
    font-size: 23px;
    color: #0d0c22;
}
.iframe1{
	border-radius: 20px;
	box-shadow: 0px 3px 8px #ddd;
	position: relative;
	left:12%;
}
.iframe2{
	border-radius: 20px;
	box-shadow: 0px 3px 8px #ddd;
	position: relative;
	left:-12%;
}

.it-job-right h3{
	font-size: 18px;
	color: #0d0c22;
	margin-bottom: 30px;
}
.it-job-right p{
	font-size: 16px;
	line-height: 1.8;
}
.it-right{
	border-top-right-radius: 0;
	border-top-left-radius: 15px;
}
.it-bottom{
	border-bottom-right-radius: 15px;
}
.itjobs-space{
	margin-top: 150px;
	width: 83%;
}
.work-bann{
	padding-left: 0;
	padding-right: 0;
}
.pric-space{
	padding: 50px 40px 25px 40px;
}
.price1{
	border: 1px solid #707070;
	border-radius: 8px;
	box-shadow: 4px 6px 7px #b7b7b7;
}
.price1:before{
	content: "";
	width: 100%;
	height: 35px;
	background: #2b9a5a;
	display: block;
	border-top-left-radius: 8px;
	border-top-right-radius: 5px;
}
.price2:before{
	content: "";
	width: 100%;
	height: 35px;
	background: #2e907c;
	display: block;
	border-top-left-radius: 8px;
	border-top-right-radius: 5px;
}
.price3:before{
	content: "";
	width: 100%;
	height: 35px;
	background: #2e4092;
	display: block;
	border-top-left-radius: 8px;
	border-top-right-radius: 5px;
}
.price-main{
	max-width: 88%;
}
.price1 h4{
	color: #0d0c22;
	font-family: 'AvenirNextLTProRegular';
	font-weight: bold;
	font-size: 25px;
	/*margin-bottom: 30px;*/
}

.price1 .btn-secondary:hover {
	color: #000 !important;
}

.btn-secondary{
	border-radius: 8px;
	padding: 10px ;
	font-size: 16px;
	transition: all 0.5s linear;
}
.button1{
	background: #2c9c5b;
	border-color: #2c9c5b;
	width: 100%;
	color: #fff;
}
.button1:focus,
.button1:hover{
	background: #fff;
	border-color: #2c9c5b;
	color: #2c9c5b;
}
.button2{
	background: #2e907c;
	border-color: #2e907c;
	width: 100%;
	color: #fff;
}
.button2:focus,
.button2:hover{
	background: #fff;
	border-color: #2e907c;
	color: #2e907c;
}
.button3{
	background: #2e4092;
	border-color: #2e4092;
	width: 100%;
	color: #fff;
}
.button3:focus,
.button3:hover{
	background: #fff;
	border-color: #2e4092;
	color: #2e4092;
}
.btn-secondary:focus,
.btn-secondary:hover{
	transition: all 0.5s linear;
	outline: none;
	box-shadow: none;
}
.flow-tab{
	background: #fcfcfc;
	padding: 50px 0 30px 0;
	box-shadow: 0px 2px 8px #d5d5d5;
	margin-bottom: 20px;
	border-radius: 5px;
}
.flow-tab img{
	margin: auto;
	max-width: 50%;
}
.flow-tab h5{
	color: #000;
	font-size: 17px;
	letter-spacing: 3px;
	border-bottom: 1px solid #e0e0e0;
	width: 70%;
	margin: auto;
	line-height: 35px;
	font-weight: 500;
	font-family: 'Yu Gothic Light'; 
	font-weight: 600;
}
.flow-tab .number{
	font-weight: 500;
	font-size: 40px;
	position: absolute;
	top: 25px;
	left: -12px;
	color: #1a1311;
}
.home-slider .item{
	padding-left: 20px;
}
.arrow2 {
    border-bottom: 1px solid #4b4b4b;
    width: 14px;
    text-align: center;
    margin: auto;
        margin-top: auto;
    margin-top: 1px;
}
.arrow1 {
    border-bottom: 1px solid #4b4b4b;
    width: 14px;
    text-align: center;
    margin: auto;
    margin-top: auto !important;
    margin-top: 1px;
}
.arrow1::after {
    content: "";
    width: 6px;
    height: 1.5px;
    background: #4b4b4b;
    display: block;
    transform: rotate(45deg);
    margin-left: auto;
    margin-bottom: 1.5px;
}
.arrow2 {
    border-bottom: 1px solid #4b4b4b;
    width: 14px;
    text-align: center;
    margin: auto;
    margin-top: auto !important;
    margin-top: 1px;
}
.arrow2::after {
    content: "";
    width: 6px;
    height: 1.5px;
    background: #4b4b4b;
    display: block;
    transform: rotate(-45deg);
    margin-right: auto;
    margin-bottom: 1.5px;
}

.home-slider .splide__arrow--prev:hover,
.home-slider .splide__arrow--next:hover{
	background: #292929 !important;
	transition: all 0.5s;
}
.home-slider .splide__arrow--next:hover .arrow2,
.home-slider .splide__arrow--prev:hover .arrow1{
	border-bottom: 1px solid #fff !important;
}
.home-slider .splide__arrow--next:hover .arrow2::after,
.home-slider .splide__arrow--prev:hover .arrow1::after{
	border-bottom: 1px solid #fff !important;
}
.home-slider .real-head1{
	top:-25px;
	margin-left: 7%;
}
.home-slider .splide__pagination{
	justify-content: left !important;
	bottom: -3em;
	width: 50%;
	left: 32%;
}
.home-slider .splide__pagination__page{
	width: 12px;
	height: 12px;
	box-shadow: 1px 2px 5px #a9a9a9;
	background: #fff;
}
.home-slider .splide__pagination li{
	margin-right: 15px;
}
.home-slider .splide__arrow{
	bottom: -4.5em;
	top: inherit;
	z-index: 9;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #717271;
	transition: all 0.5s;
}

.home-slider .splide__arrow--next {
    right: 3em;
}
.flow-tab .number {
    font-weight: 300;
    font-size: 40px;
    position: absolute;
    top: 15px;
    left: -17px;
    color: #1a1311;
	font-family: 'AvenirNextLTProRegular';
}
.flow-tab {
    background: #fcfcfc;
    padding: 50px 0 30px 0;
    box-shadow: 0px 2px 5px #dfdfdf;
    margin-bottom: 20px;
	position: relative;
}
#secondary-slider-track .splide__slide.is-active {
    padding: 0 0 0 0;
        padding-left: 0px;
    transition: all 1s;
    padding-left: 20px;
}
#secondary-slider-track .splide__slide {
    padding: 35px 0 0 70px;
    align-self: end;
    transition: all 1s;
}
footer{
	background: #616161;
	padding: 80px 0;
	margin-top: 100px;
	color: #fff;
	padding-bottom: 0 !important;
}
footer .container-fluid{
	max-width: 90%;
}
footer h3{
	color: #fefefe;
}
footer p{
	color: #e2e2e2;
	font-family: 'Yu Gothic Light';
	font-weight: 600;
	margin-bottom: 0;
}
footer a{
	color: #e2e2e2;
	text-decoration: none;
	transition: all 0.5s;
}
footer a:hover{
	color: #0fa67b;
	transition: all 0.5s;
	margin-left: 8px;
	text-decoration: none;
}
.bookmark ul{
	display: inherit;
}
.bookmark ul li a{
	border: 0;
	transition: all 0.5s linear;
}
.bookmark ul li a:hover{
	border: 0;
	top: -8px;
	position: relative;
	transition: all 0.5s linear;
}
.price1 ul li,
.price1 h6{
	letter-spacing: normal;
}
.price1 h6{
	font-weight: 400;
	font-family: 'AvenirNextLTProRegular';
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.price1 ul li{
	line-height: 2;
	font-family: 'AvenirNextLTProRegular';
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}
.price1 ul{
	margin-bottom: 30px;
}
.price1 ul li span{
	background: #0fa67b;
	border-radius: 50%;
	margin-right: 10px;
	width: 17px;
	height:17px;
	display: inline-grid;
}
.price1 ul li span::before{
	content: "";
	display: block;
	transform: rotate(45deg);
	height: 9px;
	width: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: auto;
	margin-top: 3px;
}
footer ul li a:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	display: inline-block;
	margin-right: 15px;
  }
  /*footer ul li{
	  margin-bottom: 25px;
  }
  */
  footer h3{
	  font-size: 25px;
	  margin-bottom: 30px;
  }
  .copyright{
	  background: #fff;
	  color: #000;
	  max-width: 100% !important;
  }
  .copyright p{
	  color: #000;
	  font-family: 'AvenirNextLTProRegular';
	  font-weight: 600;
	  padding: 10px;
  }

  /* Responsive */
  @media (max-width: 991.98px) {
	.navbar{
		height: auto;
	}
	.navbar-toggle {
        display: block;
    }
	.heading{
		font-size: 23px;
	}
	.heading2{
		font-size: 35px;
	}
	.it-job-right p{
		font-size: 15px;
	}
	.it-job-right h3{
		font-size: 17px;
	}
	.it-job-right img{
		display: block;
		margin: auto;
		margin-bottom: 30px;
		max-width:35%;
	}
	.video-frame{
		padding: 30px;
	}
	.navbar{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.menu2 ul li{
		display: block;
	}
	.menu2{
		width: max-content;
	}
	.menu2 ul li{
		margin-right: 0;
	}
   }
@media (max-width: 767.98px) { 
.tab-btm{
	margin-left: 0;
}
.iframe1{
	left: 0;
}
.it-jobs{
	margin: 20px 0;
}
.it-jobs2{
	padding-bottom: 3rem;
}
.iframe2{
	left: 0;
}
.video-frame{
	left: 0;
}
.navbar-brand{
	margin-top: 10px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
header{
	height: auto;
}
.navbar-nav .btn-success{
	margin-bottom: 15px;
}
.home-slider .splide__pagination{
	left: 38%;
}
footer h3 {
    font-size: 20px;
}
.copyright p{
	font-size: 13px;
}
footer{
	padding: 50px 0;
}
.itjobs-space {
    margin-top: 70px;
}
.heading2{
	margin-bottom: 30px;
	margin-top: 0;
}
.heading3::before {
    border-left: 5px solid #b7c88f;
}
.itjobs-space {
    margin-top: 40px;
}
.pric-space {
    padding: 20px 25px 20px 25px;
}
.menu2,
.btn-success{
	width: max-content;
}
.menu2,
.navbar-dark .navbar-nav .nav-link{
	margin-left: 0;
	margin-bottom: 15px;
}
.bookmark{
	text-align: right;
}
.tab-right {
    margin-top: 0;
}
.bookmark ul{
	margin-top: 20px;
}
.profile{
	margin-bottom: 10px;
}
.btn-primary{
	margin-top: 50px;
	margin-bottom: 50px;
}	
.it-jobs2{
	padding-top: 30px;
}
.last-job {
    height: 0;
	margin-bottom: 60px;
}
.price1{
	margin-bottom: 30px;
}
}
@media (max-width: 575.98px) { 
.tab-btm  {
	margin-left: 0;
}
.tab-right h4{
	font-size: 15px;
}
.btn-primary {
    margin-top: 30px;
    margin-bottom: 30px;
}
.tab-right h5{
	font-size: 14px;
}
.bookmark ul li a img{
	width: 20px;
}
.tab-right ul li a{
	padding: 5px 5px;
	font-size: 13px;
}
.tab-right{
	margin-top: 15px;
}
.heading2 {
    font-size: 23px;
}
.heading2 span{
	font-size: 16px;
	margin-left: 30px;
}
.heading2::before {
	margin-right: 20px;
	margin-bottom: 20px;
}
.price1 h4{
	font-size: 20px;
}
.price1 h6{
	font-size: 17px;
}
.btn-secondary{
	font-size: 15px;
}
.video-frame p,
.it-job-right p {
    font-size: 14px;
}
.video-frame h4,
.it-job-right h3 {
    font-size: 16px;
}
.it-job-right img{
	max-width: 30%;
}
.heading {
    font-size: 21px;
}
.bann-heading{
	width: 90%;
}
.bann-heading h1{
	font-size: 20px;
}
.btn-warning{
	margin-top: 50px;
}
.navbar{
	padding-top: 10px;
	padding-bottom: 10px;
}
header{
	height: auto;
}
.menu2 ul li{
	display: block;
	margin-right: 0;
}
footer h3 {
    font-size: 18px;
}
/*footer ul li {
    margin-bottom: 18px;
}
*/
.tab1{
	padding: 20px 20px;
}
}
@media (max-width: 320px) { 
	.bann-heading h1 {
		font-size: 18px;
	}
	.bann-heading h2 {
		font-size: 17px;
}
.heading {
    font-size: 18px;
}
.heading2 {
    font-size: 17px;
}
.tab-right h4{
	font-size: 14px;
}
.tab-right h5 {
    font-size: 13px;
}
.video-frame p, .it-job-right p {
    font-size: 13px;
}
.video-frame h4, .it-job-right h3 {
    font-size: 15px;
}
.it-job-right img {
    max-width: 26%;
}
.heading2 span{
	font-size: 15px;
	margin-left: 25px;	
}
.copyright p {
    font-size: 12px;
}
}

.btn-class{
	display: flex;
}

@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: block!important;
	}
	.loginbtn {
		text-align: right !important;
	}
}
@media (min-width: 768px) {
	.mega-menu .menu-links > li > a {
		text-align: right !important;
	}
	.mega-menu a:active, .mega-menu a:hover {
		color: #fff !important;
	}
}

.marginauto{
	margin: 0 auto !important;
}
