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

* {
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	font-family:Gotham;
	background:#333;
}
body.bodyfixed {
	width:100% !important;
	height:100vh !important;
	overflow:hidden !important;
}
img {
	max-width:100%;
	height:auto;
}
body, html {
	overflow-x:hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}job
p {
	margin:0px;
	padding:0px;
}
.clearfix {
	clear:both;
}
ul {
	margin:0px;
}
li {
	list-style-type:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
 @font-face {
 font-family:Gotham; 
  src: url('../fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Gotham-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Light.svg#svgGotham-Light') format('svg'); /* Legacy iOS */
  font-weight:300;
}
@font-face {
 font-family:Gotham;
  src: url('../fonts/GothamRounded-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamRounded-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/GothamRounded-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/gotham-rounded-medium.otf') format('otf'),
       url('../fonts/GothamRounded-Medium.svg#svgGothamRounded-Medium') format('svg'); /* Legacy iOS */
  font-weight:500;
}
@font-face {
 font-family:Gotham;
 src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Book.svg#svgGotham-Book') format('svg'); /* Legacy iOS */
 font-weight:600;
}
@font-face {
 font-family:Gotham;
 src: url('../fonts/GothamBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamBold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/GothamBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamBold.svg#svgGotham-Bold') format('svg'); /* Legacy iOS */
 font-weight:800;
}
@font-face {
 font-family:Gotham;
  src: url('../fonts/Gotham-Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Gotham-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Gotham-Black.otf') format('otf'),
       url('../fonts/Gotham-Black.svg#svgGotham-Black') format('svg'); /* Legacy iOS */
 font-weight:900;
}
.header {
	margin:0 auto;
	width:100%;
	height:auto;
	position:absolute;
	z-index:9;
	top:0px;
}
.section {
	margin:0 auto;
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
.section::before {
position:absolute;
width:60px;
height:100vh;
background:#56CE1D;
content:" ";
right:0;
z-index:99;
}
.black-overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100vh;
	background:url(../images/video-overlay.png) center center no-repeat;
	background-size:cover;
}

.section.sect2::before {
	background:#56CE1D;
}

.section.sect3::before {
	background:#0e0e0f;
}

.section.sect4::before {
	background:#56CE1D;
}

.section.sect5::before {
	background:#0e0e0f;
}

.menu-toggle {
	background: #56CE1D none repeat scroll 0 0;
	float: left;
	height: 100px;
	padding-top: 35px;
	text-align: center;
	width: 100px;
	cursor:pointer;
}
.logo-sec {
	float: left;
	height: auto;
	margin-left:45px;
	margin-top:28px
}
.login-btn {
	float: left;
	margin-left: 100px;
	margin-top: 36px;
}
.login-btn span {
	display: block;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.login-btn span {
	height: 100%;
	padding-right: 25px;
	width: 100%;
}
.login-btn span:hover {
	color:#56CE1D;
}

.menu-sec .login-btn span:hover {
	color:#56CE1D;
}
.contact-sec {
	color: #fff;
	float: right;
	margin-right: 160px;
	margin-top: 36px;
}
.contact-sec p {
	font-size: 22px;
	font-weight: 900;
	line-height: 36px;
}
.contact-sec p img {
	margin-right:10px;
}
.banner-sec {
	bottom: 140px;
	padding-left: 148px;
	padding-right: 160px;
	position: absolute;
	width: 100%;
}
.banner-sec h1 {
	color: #fff;
	font-size: 110px;
	font-weight: 900;
	line-height: 96px;
}
.banner-sec .b-left-sec {
	float: left;
	height: auto;
	max-width: 635px;
}
.banner-sec .b-left-sec p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-left: 158px;
	margin-top: 60px;
}
.b-right-sec {
	float: right;
	width: 350px;
}
.b-right-sec h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	line-height: 66px;
}
.b-right-sec span {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 60px;
}
.b-right-sec p select::-ms-expand {
    display: none;
}
.b-right-sec p select {
	color: #1c1c1f;
	font-size: 18px;
	font-weight: 600;
	height: 55px;
	line-height: 24px;
	padding-left: 24px;
	width: 100%;
	background: url(../images/select-arrow.png) right 20px center no-repeat #fff;
	    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	border:none;
	opacity: 0.9;
}
.b-right-sec p input[type=text] {
	color: #1c1c1f;
	font-size: 18px;
	font-weight: 600;
	height: 55px;
	line-height: 24px;
	padding-left: 24px;
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	border:none;
	border-radius: 5px;
	opacity: 0.9;
}
.b-right-sec p input[type="submit"] {
	background: #56CE1D;
	border:none;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	height: 55px;
	text-align: center;
	text-transform: uppercase;
	width:100%;
	border-radius: 5px;
	transition: ease-in-out .2s all;
	cursor: pointer;
	opacity: 0.9;
}
.b-right-sec p input[type="submit"]:hover {
	background:#fff;
	color:#56CE1D;
}
/*end sec1*/
video {
	position:absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
	opacity:.5;
}
.stopfade {
	opacity: .5;
}/*start sec2*/
.section.sect2 {
	background: #272727;
	height: 100vh;
	width:100%;
}
.sub-sec.menu-toggle {
	background: #1c1c1f;
}
.sect2-cont {
	margin-top: 22vh;
	position: absolute;
	width:100%;
}
.sect2-cont .sec-2 {
	margin-left: 145px;
	margin-right: 180px;
}
.sect2 p {
	color: #ffffff;
}
.sect2-cont h1 {
	color: #56CE1D;
	font-size: 70px;
	font-weight: 900;
	line-height: 62px;
}
.sect2-cont p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;

}
.color-white{
	color: #fff;
}
/*get in touch start here*/
.title-uppercase {
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.33333;
    margin: 0 0 5rem;
}
.contact-info {
    overflow: hidden;
    margin-top: 5.5rem;
}
.vertical-centred {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
}
.form-group {
    margin-bottom: 30px;
}
input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"], textarea {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    border-radius: 0.75em;
    color: #fff;
    background-color: #333;
    border: 0;
    border-radius: 0;
    padding: 0.2rem 1rem 0;
    height: 3.6em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    text-transform: unset;
}

/*get in touch end here*/
.sect2-cont .abfirsect{
	max-width:80%;
	display:inline-block;
	margin-right:70px;
	vertical-align:top;
}
.sect2-cont .abfirsect:last-child{
	margin-right:0px;
}
.sect2-cont li {
	padding-left:60px;
	padding-top:70px;
	display:inline-block;
	vertical-align:middle;
	border-radius:5px;
}
.sect2-cont li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/sect2-1.png") no-repeat scroll 0 0 / cover;
	height: 400px;
	width:49%;
	margin-right:44px;
	filter:grayscale(1);
	transition: ease-in-out all .2s;
}
.sect2-cont li:first-child:hover { filter:grayscale(0); text-shadow: 0px 0px 20px rgba(0,0,0,0.7); }
.sect2-cont li:nth-child(2) {
 background: rgba(0, 0, 0, 0) url("../images/sec-2-2.png") no-repeat scroll 0 0;
 height: 400px;
 margin-right: 14px;
 width: 24%;
filter:grayscale(1);
transition: ease-in-out all .2s;
}
.sect2-cont li:nth-child(2):hover { filter:grayscale(0); text-shadow: 0px 0px 20px rgba(0,0,0,0.3); }
.sect2-cont li:nth-child(3) {
background:url(../images/sec2-3.png) no-repeat;
width:23%;
height:400px;
filter:grayscale(1);
transition: ease-in-out all .2s;
}
.sect2-cont li:nth-child(3):hover { filter:grayscale(0); text-shadow: 0px 0px 20px rgba(0,0,0,0.3); }
.sect2-cont h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.3;
}
.sect2-cont .m-bottom {
	padding-left: 50px;
	padding-right: 90px;
	margin-top: 13vh;
}
.sect2-cont .m-bottom p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 10px;
}
.m-bottom p.arrow a {
	width:40px;
	height:40px;
	border-radius:50%;
	background:url(../images/arrow.png) center center no-repeat;
	text-align:center;
	padding-top:2px;
	margin-top: 20px;
	display:inline-block;
}
.m-bottom p.arrow a:hover {
	background:url(../images/arrow-hvr.png) center center no-repeat;
}

/*end sec2*/
.section.sect3 {
	background:url(../images/sec3-bg.webp) no-repeat center center;
	background-size:100% 100%;
	height: 100vh;
	width:100%;
	position:relative;
}
.section.sect3.bigbg{
	background-size:100% 100%;
}
.section.sect3 .sec3-cont {
	padding-top:20vh;
	padding-left:100px;
	padding-right:160px;
}
.sec3-cont li {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 29px;
	vertical-align: middle;
	width: 31.92%;
}
.sec3-cont li:nth-child(3n){
	margin-right:0px;
}
.sec3-cont .job-box {
	background: rgba(21, 21, 22, 0.85);
	border-radius: 5px;
	padding: 50px 40px 45px;
	transition: all 0.3s ease 0s;
}
.sec3-cont .job-box:hover {
	background:rgba(27, 104, 77, 0.85);
	transform: scale(1.03);
}
.sec3-cont .job-box:hover p {
	color:#fff;
}
.sec3-cont .job-box h2 {
	background:url(../images/h2-bg.png) top left no-repeat;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top:30px;
	height: 90px;
}
.sec3-cont .job-box p {
	font-size:16px;
	line-height:30px;
	font-weight:600;
	color:#56CE1D;
}
.sec3-cont .job-box p i { margin-right: 5px; }
.job-box .b-10 {
	padding-top: 80px;
}
.job-box .b-10 li {
	margin:0px;
}
.job-box p.arrow  a img{
	display:none;
}
.job-box p.arrow  a {
	width:40px;
	height:40px;
	border-radius:50%;
	background:url(../images/arrow.png) center center no-repeat;
	text-align:center;
	padding-top:2px;
	margin-top: 0px;
	display:inline-block;
}
.sec3-cont .job-box:hover p.arrow a {
	background:url(../images/arrow-hvr.png) center center no-repeat;
}



.job-box .b-10 li:nth-child(2) {
 float: right;
 text-align: right;
}
/*end sec3*/
.section.sect4 {
	background:url(../images/sec4-bg.png) no-repeat center center;
	background-size:100% 100%;
	height: 100vh;
	width:100%;
	position:relative;

}
.section.sect4.bigbg{
	background-size:100% 100%;
}
/*.section.sect4 p {
	color:#1c1c1f;
}*/
.section .sec4-cont h1 {
	color: #ffffff;
	font-size: 70px;
	font-weight: 900;
	line-height: 62px;
	padding-bottom:45px;
}
.section .sec4-cont {
	text-align: center;
}
.section .sec4-cont p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	max-width:790px;
	margin:0 auto;
}
.sec4-cont .client-sec {
	min-width:100%;
	height:67vh;
	display:table-cell;
	vertical-align:middle;
}
.sec4-cont .client-logo {
	background: #56CE1D none repeat scroll 0 0;
	height: 33vh;
	display:table-cell;
	vertical-align:middle;
}
.sec4-cont .client-logo li {
	display:inline-block;
	width:16%;
}
/*end sec4*/

.section.sect5 {
	background:url(../images/sec-5-bg.png) center center no-repeat;
	background-size:100% 100%;
	height: 100vh;
	width:100%;
	position:relative;
}
.section.sect5.bigbg{
	background-size:100% 100%;
}
.section.sect5 .get-touch {
	display: table-cell;
	height: 67vh;
	vertical-align: middle;
	width: 100%;
	padding-top: 20px;
}
.get-touch .form-outer {
	max-width: 840px;
	margin:0 auto;
}
.footer {
	height: 60vh;
	display: table-cell;
	vertical-align: middle;
}
.section.sect5 .get-touch h1 {
	background: rgba(0, 0, 0, 0) url("../images/footer-h1bg.png") no-repeat center bottom;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	padding-bottom: 10px;
	text-align: center;
}
.form-outer .m-10 {
	margin-top: 50px;
}
/*.form-outer .m-10 input[type="text"] {
	background:none;
	border-bottom:3px solid#fff;
	border-left:0px;
	border-top:0px;
	border-right:0pc;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-left:20px;
	width:100%;
	line-height: 36px;
	padding-bottom:15px;
	text-transform:capitalize;
}*/
.form-outer .m-10 input[type="text"]::placeholder{
	opacity:1;
	color:#fff;
}
.form-outer .m-10 li {
	display: inline-block;
	width: 48.9%;
	margin-top:20px;
}
.form-outer .m-10 li:nth-child(2n){
	margin-right:0px;
}
.form-outer .m-10 li:last-child{
	width:100%;
	margin-right:0px;
	text-align:center;
}
.form-outer .m-10 input[type="submit"] {
	margin-bottom: 10px;
	background: #56CE1D;
	border: medium none;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	height: 55px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width:350px;
	cursor:pointer;
}
.form-outer .m-10 input[type="submit"]:hover {
	background:#fff;
	color:#56CE1D;
}
.footer {
	background: #1c1c1f none repeat scroll 0 0;
	height: 50vh;
	padding: 20px 160px 0px 140px;
	width: 100%;
}
.footer li {
	display:inline-block;
	vertical-align:top;
}
.footer li:first-child {
	width:20%;
}
 .footer li:nth-child(2) {
width:25%;
}
 .footer li:nth-child(3) {
width:25%;
}
 .footer li:nth-child(4) {
width:29%;
}
.footer h2 {
	color: #56CE1D;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
}
.footer .contact-det p {
	font-size: 13px;
	line-height: 24px;
}
.footer .contact-det p  i { margin-right: 5px; }
.footer .legal-det p {
	font-size: 13px;
	line-height: 23px;
	color:#6e6e6e;
}
.footer .legal-det  h2{
	color:#6e6e6e;
}
.footer p {
	color:#fff;
	font-size:14px;
	line-height:34px;
	font-weight:600;
	margin-bottom: 0px;
}
.footer p a {
	color:#fff;
	font-size:15px;
	line-height:34px;
	font-weight:600;
	
}
.footer p a i { margin-right: 5px; color: #666; transition: ease-in-out all .2s; }
.footer p a:hover i { color: #fff; margin-right: 10px;}
.footer-bot p {
	color:#6e6e6e !important;
	font-size:13px;
	line-height:23px;
	font-weight:600;
}
.menu-sec {
	background: url(../images/menubg.jpg) top center;
	display: none;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.menu-sec .close-menu {
	background: #1c1c1f none repeat scroll 0 0;
	float: left;
	height: 100px;
	padding-top: 37px;
	text-align: center;
	width: 100px;
	cursor:pointer;
}
.menu-sec .login-btn span:hover {
	color:#000;
}
.menu-sec .login-btn {
	float: left;
	margin-left: 43px;
	margin-top: 36px;
}
.menu-sec .main-menu {
	display: table-cell;
	height: 67vh;
	vertical-align: middle;
}
.menu-sec .main-menu ul {
	max-width: 1160px;
	margin:0 auto;
	width:100%;
}
.menu-sec .main-menu li {
	display: inline-block;
	width:33%;
}
.menu-sec .main-menu li:last-child {
	margin-right:0px;
}
.menu-sec .main-menu li a {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 80px;
}
.menu-sec .main-menu li a:hover {
	color:#1c1c1f;
}
::-webkit-scrollbar {
 -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
 width: 5px;
}
::-webkit-scrollbar:horizontal {
 height: 5px;
}
::-webkit-scrollbar-thumb {
 background-color:#1c1c1f;
 border-radius: 0px;
 border: 1px solid #1c1c1f;
}
::-webkit-scrollbar-track {
 border-radius: 0px;
 background-color: #e2e2e2;
}
#map1 { height: 300px; width: 100%; margin-bottom: 0px; }

#contact { background: #272727;  }
#contact h1 { font-size: 42px; line-height: 52px; font-weight: 900; margin-bottom: 10px; color: #000; }
#contact h1 span { color: #ff5500; }
#contact h2 { font-size: 28px; line-height: 52px; font-weight: 900; color: #000; margin-bottom: 40px; font-weight: lighter; }
#contact .left { width: 38.3%; float: left; box-sizing: border-box; padding: 30px; padding-left: 0px; padding-top: 0px; }
#contact .left li { margin-top: 50px; line-height: 35px; }
#contact .left li h1 { font-size: 50px; margin-left: -4px; color: #56CE1D; }
#contact .right {  float: left; box-sizing: border-box; margin-top: 0px; }
#contact .right h1 { font-size: 50px; color: #56CE1D; }
#contact .contact-form-left-col { width: 49.5%; float: left; margin-right: 1%; margin-bottom: 1%; }
#contact input[type=text] { width: 100%; padding: 15px; border: #333 1px solid; background: #333; border-bottom: #56CE1D 2px solid; }
#contact .contact-form-right-col { width: 49.5%; float: left; margin-bottom: 1%; }
#contact  textarea { width: 100%; padding: 15px; border: #333 1px solid; resize: none; height: 300px; background: #333; border-bottom: #56CE1D 2px solid; }
#contact input[type=text]::placeholder { color: #999; font-weight: lighter; }
#contact textarea::placeholder { color: #999; font-weight: lighter; }
#contact .right p { font-weight: 200; margin-bottom: 30px; font-size: 20px; margin-top: 10px; color: #fff; }
#contact input[type=submit] { border: 2px solid #fff; color: #fff; float: right; width: 200px; padding: 15px; background: none; cursor: pointer; transition: ease-in-out .2s all; margin-top: 20px; }
#contact input[type=submit]:hover { background: #56CE1D; color: #fff; border-color: #56CE1D; }
#contact .left a { color: #56CE1D; }
#contact .left a:hover { color: #fff; }

.confirm-bar { background: #56CE1D; text-align: center; padding: 15px; color: #fff; width: 100%; margin: auto; }

.blogpost { margin-bottom: 50px; }
.blogpost span { display: block; }
.blogpost .title { font-size: 30px; font-weight: bold; margin-top: 20px; color: #56CE1D; margin-bottom: 10px; }
.blogpost .shortdesc { font-size: 15px; color: #fff; line-height: 2; font-weight: 400; }
.blogpost .readmore { display: block; padding: 10px; border: #ccc 1px solid; width: 200px; text-align: center; color: #000; margin-top: 20px; transition: ease-in-out all .2s; }
.blogpost .readmore:hover { background: #56CE1D; color: #fff; border-color: #56CE1D; }
.blog-description { line-height: 2; font-size: 18px; font-weight: lighter; }
.blog-description .headimg { margin-bottom: 50px; }
.blog-description .blog-back { display: block; padding: 10px; border: #ccc 1px solid; width: 200px; text-align: center; color: #000; margin-top: 20px; transition: ease-in-out all .2s; }
.blog-description .blog-back:hover { background: #56CE1D; color: #fff; border-color: #56CE1D; }

.client-readmore { display: block; margin: auto; padding: 20px; border: #fff 1px solid; width: 330px; text-align: center; color: #fff; margin-top: 40px; transition: ease-in-out all .2s; font-size: 18px; }
.client-readmore:hover { background: #56CE1D; color: #fff; border-color: #56CE1D; }

.modal .close { font-size: 45px; font-weight: lighter; }
.modal .modal-title { font-size: 35px; }
.modal .modal-header .close { padding-top: 0px; }

.sec3-cont .job-box p { margin-bottom: 0px; }

.cptophead { background: #000;}

.teamimage img {
    filter: grayscale(1);
    transition: ease-in-out all .2s;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.teamimage:hover img { filter: grayscale(0); }
.profile-showmore { display: block; padding: 10px; border: #999 1px solid; width: 150px;  text-align: center; margin-top: 15px; color: #56CE1D; transition: ease-in-out all .2s; font-weight: 400; }
.profile-showmore:hover { background: #56CE1D; color: #fff; border-color: #56CE1D; }

@media only screen and (min-width: 2261px) {
    .sect2-cont li:nth-child(2){
        
        background-size: cover;
    }
    .sect2-cont li:nth-child(3){
        background-size: cover;
    }
}
.b-right-sec p a {
    background: #56CE1D;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 5px;
    transition: ease-in-out .2s all;
    cursor: pointer;
    opacity: 0.9;
    line-height: 2.5;
}
.b-right-sec p a:hover {
    background: #fff;
    color: #56CE1D;
}
.mobile-login a{
        color:#fff!important;
    }
    .mobile-login {
        text-align:center;
    }
    @media (min-width: 500px){
     .mobile-login{
        display:none!important;
    }
}