* {
  margin: 0px;

  padding: 0px;
}

.wp1200px {
  max-width: 1200px;

  margin: 0px auto;

  padding-left: 20px;

  padding-right: 20px;
}

body {
  margin: 0px;

  font-family: "Raleway", sans-serif;

  color: #383838;

  font-size: 16px;

  line-height: 30px;

  font-weight: 400;
}

/*.slider-txt p, .slider-txt h2, .slider-txt input[type="text"], .slider-txt input[type="submit"]{visibility: hidden;}*/

.site-header {
  position: fixed;

  width: 100%;

  padding-top: 20px;

  background: rgba(21, 30, 71, 0.8);

  padding: 4em 0px;
}

.banner {
  background: url(../images/banner.png);

  padding: 14em 0 !important;

  background-repeat: no-repeat;

  background-size: cover;
}

.sub-menu {
  min-width: 160px !important;
  margin-top: 0px !important;
}

/*.logo {

	float:left;
	
	
	}	

.logo-right{

	float: right;
	
	margin-top: 2em;

	}

.logo-right ul{

	display: flex;
	
	list-style-type: none;
	
	}
	
.logo-right ul li a{

	color: #fff;
	
	padding: 9px 20px;
	
	text-decoration:none;
	
	font-size: 16px;
	
	}
	
.logo-right ul li{

	position:relative;
	
	}
	
.logo-right ul li:first-child::after{

	content:''; 
	
	border-right: 1px solid #000;
	
	height: 14px;
	
	position: absolute;
	
	top: 7px;display: none;
	
	}
	*/

/*.logo-right ul li:last-child{display:none;}

.logo-right ul li .fa-facebook, .fa-instagram, .fa-twitter{color:#8dc43f;}*/

/*new-menu*/

.logo {
  width: 26%;
  margin-top: 1.25em;
}

.navmenu {
  width: 74%;
  /* text-align: right;*/
}

.navmenu ul {
  margin-top: 3.5em;
  margin-left: 0em;
}

#myNavbar {
  display: inline-flex;
}

.navmenu {
  /*text-align: right;*/
}

.navgation-menu > ul > li,
.navmenu > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px;
}

.navmenu > ul > li:last-child a {
  background: #429eff;
  padding: 10px 12px;
}

.w3-bar .w3-button {
  white-space: normal;
}

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}
.navgation-menu > ul > li a,
.navmenu > ul > li a,
#navDemo > ul > li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Raleway", sans-serif !important;
}

.navgation-menu > ul > li a,
.navmenu > ul > li a:hover {
  color: #429eff;
}
.w3-right {
  float: right !important;
}

.navmenu > ul > li.dropdown,
#navDemo > ul > li.dropdown {
  overflow: hidden;
}

.navmenu > ul > li.dropdown .fa,
#navDemo > ul > li.dropdown .fa {
  margin-left: 5px;
  color: #fff;
}

.fa-caret-down::before {
  content: "\f0d7";
}

.sub-menu,
#navDemo > ul > li > ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.sub-menu a,
#navDemo > ul > li > ul.sub-menu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navmenu > ul > li.dropdown:hover .sub-menu,
#navDemo > ul > li.dropdown:hover .sub-menu {
  display: block;
}

ul,
li,
ol {
  list-style-type: none;
}

.w3-top,
.w3-bottom {
  position: relative;
  width: 100%;
  z-index: 1;
}

.w3-hide {
  display: none !important;
}

/*.w3-bar {
  width: 100%;
  overflow: hidden;
  display: flex;
}*/

/*end_new_menu*/

.free-btn a {
  background: #429eff;

  /*border-radius: 25px;*/

  margin-left: 10px;

  color: #fff !important;
}

.slider-txt {
  color: #fff;
}

/*..slider-txt{

	font-size: 12px;
	
	font-weight: 300;
	
	text-transform: uppercase;
	
	letter-spacing: 2px;
	
	}*/

.slider-txt p.small-txt {
  font-weight: 700 !important;
  font-family: "Raleway", sans-serif;
}

.slider-txt h2 {
  font-size: 34px;

  font-weight: bold;

  letter-spacing: 0px;

  line-height: 41px;

  margin-bottom: 12px;

  margin-top: 12px;

  font-family: "Montserrat", sans-serif;
}

.slider-txt p {
  font-size: 14px;

  letter-spacing: 0px;

  font-weight: 300 !important;

  margin-top: 10px;

  width: 71%;

  margin-bottom: 20px;

  font-family: "Raleway", sans-serif;
}

.dropdown .dropbtn a {
  color: #fff;
  text-decoration: none;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: capitalize;
}

.dropdown {
  display: inline-block;
  overflow: hidden;
}

.dropbtn .fa {
  padding-left: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #121212;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.top-nav .dropdown-content li {
  float: none;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content ul {
  display: block;
}

.two-blocks,
.career-blk {
  display: flex;
}

.welcome-sec .col2 {
  margin-top: 2em;

  text-align: left;
  margin-left: 5em;
}

.welcome-sec .col2 h3,
.snd-tle h2 {
  font-weight: 700;

  text-transform: capitalize;

  color: #333333;

  font-size: 28px;

  letter-spacing: 1px;

  margin-bottom: 10px;

  line-height: 37px;

  font-family: "Montserrat", sans-serif;
}

.welcome-sec .col2 h3 span {
  color: #429eff;
}

.more-btn {
  margin-top: 2em;
}

.welcome-sec .col2 h5,
.snd-tle h5 {
  color: #06001f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.more-btn a {
  color: #fff;

  text-decoration: none;

  background: #429eff;

  padding: 13px 24px;

  text-transform: capitalize;

  font-size: 15px;

  letter-spacing: 1px;

  font-weight: 600;
}

.welcome-sec {
  background: url(../images/who_bnner.png);

  padding: 5em 0 !important;

  background-repeat: no-repeat;

  background-size: cover;
}

.greenblcks {
  display: flex;

  text-align: left;

  column-gap: 20px;
}

.greenblcks .blck {
  width: 33.3%;

  margin-top: 2em;
}

.four-blcks {
  padding-top: 5em;

  padding-bottom: 5em;

  background: url(../images/what-bnner.png);

  background-repeat: no-repeat;

  background-size: cover;
}

.four-blcks .snd-tle h2 span {
  color: #025adc;
}

.four-blcks p {
  color: #373737;

  font-weight: 300 !important;

  font-size: 15px;

  /*	text-align:center;*/

  position: relative;

  font-family: "Raleway", sans-serif;
}

.blck p {
  color: #373737;

  font-weight: 700 !important;

  font-size: 18px;

  text-align: left;
  background: #fff;
  padding: 12px;
  width: auto;
  font-family: "Raleway", sans-serif;
}

.greenblcks p::after {
  content: "\f178";

  display: inline-block;

  font-family: FontAwesome !important;

  position: absolute;

  right: 1em;

  background: #429eff;

  border-radius: 50px;

  padding: 6px 10px;

  color: #fff;
}

.four-blcks .snd-tle,
.four-blcks .snd-para {
  text-align: center;
}

.slider-btn a {
  background: #429eff;

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  padding: 13px 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.slider-btn a.last-btn {
  border: 2px solid #d2dbe8;
  color: #fff;

  text-decoration: none;

  font-size: 14px;

  padding: 10px 24px;

  background: transparent;
  font-family: "Raleway", sans-serif;
}

.slider-btn a.last-btn:last-child {
  margin-left: 20px;
}

.career-bnner {
  background: url(../images/career_bnner.png);

  background-repeat: no-repeat;

  background-size: cover;

  padding-top: 3em;

  padding-bottom: 3em;
}

.career-blk .col1 {
  position: absolute;

  top: 127em;

  left: 15em;
}

career-sec {
  position: relative;
}

.footer-sec {
  background: url(../images/footer-banner.png);

  background-repeat: no-repeat;

  background-size: cover;

  color: #fff;

  padding-top: 7em;
}

.ftr-sec2 {
  text-align: right;

  width: 50%;
}

.footer-sec .ftr {
  width: 25%;
}

.ftr h4 {
  color: #fff;

  text-transform: capitalize;

  font-size: 21px;

  font-weight: 700;

  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

.footer-sec .ftr-one p {
  color: #fff;

  font-weight: 500;

  font-size: 15px;

  line-height: 26px;

  font-family: "Raleway", sans-serif;
}

.ftr-sec2 ul {
  list-style: none;

  margin-bottom: 2em;
}

.ftr-sec2 ul li {
  display: inline-block;
}

.ftr-sec1 {
  float: left;

  width: 50%;
}

.ftr-sec1 a {
  margin-left: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.ftr ul {
  list-style: none;
}

.ftr ul li a {
  color: #fff;

  text-decoration: none;

  font-size: 15px;

  font-weight: 500;
  font-family: "Raleway", sans-serif;
  line-height: 32px;

  /*padding: 0px 10px;*/
}

.ftr-sec2 p a {
  color: #fff;

  text-decoration: none;

  font-size: 16px;
}

/*.download-btn{

	margin-top: 2em;
	
	}

.download-btn a{

	background: linear-gradient(90deg, rgba(32,183,132,1) 0%, rgba(76,188,105,1) 51%);
	
	color: #fff;
	
	text-decoration: none;
	
	padding: 14px 20px;
	
	border-radius: 4px;
	
	}*/

.ftr-end {
  background: #06001f;
}

.hlinks ul {
  margin-left: 0px;

  margin-bottom: 0px;

  list-style-type: none;
}

.hlinks ul li {
  margin-top: 0px;
}
.hlinks ul li a {
  color: #06001f;

  float: left;

  margin-right: 12px;

  font-size: 18px;

  background: #fff;

  border-radius: 50%;

  padding: 4px 10px !important;
}

.hlinks ul li:first-child a {
  padding: 3px 13px !important;
}

.ftr-end .ftr-sec1 {
  display: inline-flex;
}

.ftr-end .ftr-sec1 ul {
  display: inline-flex;

  color: #fff;

  list-style-type: none;

  margin-left: 3em;
}

.ftr-end .ftr-sec1 ul li a {
  color: #fff;

  text-decoration: none;

  padding-right: 10px;
}

.ftr-end {
  padding-top: 15px;

  padding-bottom: 0px;

  /*border-top: 1px solid #ddd;*/

  margin-top: 4em;
}

.navmenu > ul > li:last-child a:hover {
  background: #025adc;
  color: #fff;
}
.free-btn a:hover {
  background: #035bdc;
  color: #fff;
}

.more-btn a:hover,
.apply-btn a:hover {
  color: #fff;
  background: #035bdc;
}

.slider-btn a:hover {
  background: #06001f;
}

.slider-btn a.last-btn:hover {
  background: transparent;
  border: 2px solid #429eff;
}

.hlinks ul li a:hover {
  color: #429eff;
}

.carrersec .two-blocks {
  column-gap: 1em;
}

.carrersec .two-blocks .col1 img {
  margin-top: -12em;
}

.carrersec .two-blocks .col1 {
  width: 40%;
  text-align: center;
}

.carrersec .two-blocks .col2 {
  width: 75%;
}

.carrersec .two-blocks .col2 h4 {
  margin-top: -6.5em;
  font-size: 30px;
  padding: 3em 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #06001f;
  font-family: "Montserrat", sans-serif;
}

.carrersec .two-blocks .col2 p {
  color: #fff;
  width: 80%;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

.apply-btn {
  margin-top: 4em;
  position: absolute;
}

.apply-btn a {
  background: #429eff;
  color: #fff;
  text-decoration: none;
  padding: 16px 30px;
  font-family: "Raleway", sans-serif;
}

.carrersec {
  padding-top: 12em;
  padding-bottom: 0em;
}

.header-title {
  padding-top: 7.5em;
  padding-bottom: 4em;
}

.greenblcks img {
  width: 100%;
}

.top-nav .icon {
  display: none;
}

.logo-right ul li a:hover {
  color: #429eff;
}

.inner-title-cloudsolutions {
  background-image: url(../images/cloud-soultions.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 4em;
}
.inner-title-cloudsolutions h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #434b6b !important;
}

.inner-title-cloudsolutions {
  background-image: url(../images/cloud-soultions.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 4em;
}
.inner-title-cloudsolutions h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #434b6b !important;
}

.inner-title-migration {
  background-image: url(../images/Migration1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 4em;
}
.inner-title-migration h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #434b6b !important;
}

.inner-title-Automation {
  background-image: url(../images/Automation1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 4em;
}
.inner-title-Automation h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #434b6b !important;
}

.inner-title-migration {
  background-image: url(../images/Migration1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 4em;
}

.inner-title-migration h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #434b6b !important;
}

.inner-title {
  background-image: url(../images/inner-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-bottom: 4em;
}

.inner-title h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #434b6b !important;
}

.w3-bar {
  width: 100%;
  overflow: hidden;
}

.w3-card,
.w3-card-2 {
  -webkit-box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px #e9e0e0;
}
#site-header.w3-bar {
  overflow: initial;
}
/*responsive*/

@media screen and (max-width: 1600px) {
  .banner {
    padding: 23em 0;
  }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .banner {
    padding: 7em 0 !important;
  }
  /*.banner {
  padding: 16em 0;
}*/

  .apply-btn {
    margin-top: 3em;
  }

  .slider-txt {
    padding-top: 5em;
  }

  .navgation-menu > ul > li,
  .navmenu > ul > li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1091px) {
  .banner {
    padding: 8em 0;
  }
  .slider-txt {
    padding-top: 5em;
  }

  .welcome-sec img {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .banner {
    padding: 10em 0;

    background-position: bottom center;
  }

  .slider-txt h2 {
    font-size: 25px;
  }

  .two-blocks {
    display: block;
  }

  .welcome-sec .col2,
  .service-sec .col1 {
    margin-top: 3em;
  }

  .col2,
  .col1 {
    margin: 0px auto;
    text-align: center;
  }

  .ftr-sec1 {
    float: none;

    width: 100%;

    text-align: center;

    margin-bottom: 30px;
  }

  .ftr-sec2 {
    text-align: center;

    width: 100%;
  }

  .ftr-end .ftr-sec1 {
    display: block;

    margin-bottom: 15px;
  }

  .ftr-end .ftr-sec1 ul {
    margin-left: 3em;
  }

  .ftr-sec2 ul {
    margin-bottom: 0px !important;
  }

  .hlinks ul li:last-child a {
    margin-right: 0px;
  }

  .footer-sec {
    padding-top: 4em;
  }

  .footer-sec .main-ftr {
    padding-bottom: 4em;
  }

  .testimonial-sec {
    padding-top: 2.5em;
  }

  .slider-txt p {
    width: 100%;
  }

  .footer-sec {
    text-align: center;
    margin: 0px auto;
  }

  .ftr h4 {
    margin-top: 15px;
  }

  .footer-sec .ftr,
  .carrersec .two-blocks .col2 p {
    width: 100%;
  }

  .logo-right ul li a {
    padding: 9px 12px;
    text-align: left;
  }

  .welcome-sec,
  .slider-txt,
  .welcome-sec .col2 {
    text-align: center;
  }

  .welcome-sec .col2 {
    margin-left: 0px;
  }

  .carrersec .two-blocks .col2 h4 {
    margin-top: 0px;
    font-size: 30px;
    padding: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    color: #fff;
  }

  .apply-btn {
    position: relative;
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    margin-top: 2em;
  }
  .carrersec .two-blocks .col1 img {
    margin-top: -12em;
    width: 100%;
  }
  .carrersec .two-blocks .col1 {
    width: 100%;
    text-align: center;
  }

  /*.top-nav.responsive .icon {
  position: absolute;
  right: 0;
  top: 6px;
  border: none;
}

.top-nav.responsive a {
  border: none;
  padding: 8px;
  border-bottom: 1px solid white;
  color: #8ab736;
}

.top-nav.responsive a {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  padding: 8px;
  border-bottom: 1px solid white;
  color: #fff;
}

.top-nav.responsive a {
  float: none;
  display: block;
  text-align: left;
  color: #fff;
}*/

  .topnav {
    float: right;
  }

  .top-nav ul {
    display: none !important;
  }

  .topnav.responsive ul {
    display: block;
  }

  .topnav.responsive {
    padding-top: 0px;
  }

  .topnav {
    width: 100%;
    margin-top: 16px;
    border-top: 1px solid white;
    padding-top: 10px;
  }

  .topnav {
    overflow: hidden;
  }

  .top-nav .icon {
    display: block;
  }

  /*.logo {
  float: left;
  text-align: center;
}

.topnav.responsive {
  position: relative;
}

.topnav a.icon {
  float: right;
  display: block;
}

.topnav a {
  padding: 1px 19px;
  font-size: 13px;
}

.topnav a {
  float: none;
display: inherit;
  color: #f2f2f2;
  text-align: center;
  padding: 3px 18px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid transparent;
  margin-right: 10px;
}

.topnav .logo-right {
  float: none;
  margin-top: 2em;
}

.topnav.responsive .logo-right {
  float: none;
  margin-top: 2em;
  width:100%;
}*/

  .logo-right ul {
    display: inline;
  }

  .navgation-menu > ul > li,
  .navmenu > ul > li {
    margin: 0 8px;
  }
  .blck p {
    font-size: 15px;
  }
}

@media screen and (max-width: 861px) {
  .greenblcks p::after {
    right: 0em;
  }

  .blck p {
    font-size: 14px;
  }

  .navmenu ul {
    margin-left: 0em;
  }

  .navgation-menu > ul > li a,
  .navmenu > ul > li a,
  #navDemo > ul > li a {
    font-size: 14px;
  }
  .navgation-menu > ul > li,
  .navmenu > ul > li {
    margin: 0 6px;
  }
}

@media screen and (max-width: 780px) {
  .greenblcks,
  .five-sec {
    display: block;
  }

  .greenblcks .blck,
  .five-sec .block1 {
    width: 100%;

    text-align: center;
  }

  .five-sec .block2,
  .five-sec .block3 {
    width: auto;
  }

  .five-sec .block1,
  .five-sec .block2 {
    margin-right: 0px;
  }

  .five-sec .block2,
  .five-sec .block3 {
    margin-top: 6em;
  }

  .col2 img {
    width: 100%;
  }

  .welcome-sec .col2 h5,
  .welcome-sec .col2 h3,
  .welcome-sec .col2 p,
  .more-btn {
    text-align: center;
  }

  .welcome-sec .col2 h3 br {
    display: none;
  }

  .footer-sec .ftr {
    width: 100%;
  }

  .welcome-sec .col2 {
    margin-left: 0px;
  }

  .ftr h4 {
    margin-top: 15px;
  }

  .slider-txt p {
    width: 100%;
  }

  /*.banner {
  background: url(../mylife/images/newbg.png);
  padding: 5em 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.banner img{margin:0px auto;width: 100%;}

.slider-txt input[type="text"] {
  width: 75%;
}*/
  /*.logo {
  float: none;text-align: center;
}

.logo img{  width: 100%;
max-width: 155px;}*/

  .slider-txt h2 {
    font-size: 22px;
  }

  /*.logo-right ul {
  display: inline-flex;}
  
  .logo-right {
  float: none;
  margin-top: 2em;text-align: center;}*/

  .slider-txt {
    padding-top: 9em;
  }

  .test-element {
    display: none;
  }

  .banner img.mask {
    margin: 0px auto;
    width: auto;
  }

  .slider-txt p {
    width: 100%;
  }

  /*.site-header {padding-bottom:20px;}*/

  .logo-right ul li a {
    padding: 9px 5px;
  }
  .four-blcks,
  .welcome-sec {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  header .navmenu {
    width: 30%;
  }

  #myNavbar .navmenu .w3-button .fa {
    padding: 10px;
    color: #419dfe;
    font-size: 20px;
  }

  .fa-navicon::before,
  .fa-reorder::before,
  .fa-bars::before {
    content: "\f0c9";
  }

  .w3-white,
  .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
  }

  .w3-show-block,
  .w3-show {
    display: block !important;
  }

  .w3-black,
  .w3-hover-black:hover {
    color: #fff !important;
    background-color: transparent !important;
    padding: 10px 20px;
  }

  #myNavbar .navmenu .w3-button {
    position: absolute;
    top: 24px;
    right: 30px;
    padding: 0;
  }

  #navDemo .w3-white,
  #navDemo .w3-hover-white:hover {
    color: #000 !important;
    background-color: #000 !important;
    padding: 15px;
  }
  #navDemo > ul > li a {
    color: #419cfe;
    padding: 10px;
  }

  .sub-menu a,
  #navDemo > ul > li > ul.sub-menu a {
    color: #fff;
  }
  .navmenu > ul > li.dropdown .fa,
  #navDemo > ul > li.dropdown .fa {
    display: none;
  }
  .navmenu {
    text-align: right;
    margin-top: -15px;
  }

  .site-header {
    padding: 3.5em 0px;
  }

  .navgation-menu > ul > li a,
  .navmenu > ul > li a,
  #navDemo > ul > li a {
    font-size: 11px;
  }

  .navgation-menu > ul > li,
  .navmenu > ul > li {
    margin: 0 2px;
  }

  .logo {
    width: 26%;
    margin-top: 0.25em;
  }

  .navmenu ul {
    margin-left: 0em;
    margin: 0px auto;
    text-align: center;
    margin-top: 3.5em;
  }

  .navmenu > ul > li:last-child a {
    padding: 10px 7px;
  }

  .header-title {
    padding-top: 6.5em;
  }
}

@media screen and (max-width: 600px) {
  .navgation-menu > ul > li a,
  .navmenu > ul > li a,
  #navDemo > ul > li a {
    font-size: 15px;
  }

  .navgation-menu > ul,
  .navmenu > ul,
  #navDemo > ul {
    padding: 10px;
  }
}

@media screen and (max-width: 580px) {
  body {
    font-size: 15px;
  }

  .welcome-sec .col2 h3,
  .service-sec .col1 h3,
  .block1 h3 {
    font-size: 18px;
  }
  /*.slider-txt input[type="text"] {
  width: 89%;
}*/
  /*.logo img{  width: 70%;}*/
  .slider-txt {
    padding-top: 9em;
  }

  .slider-btn a.last-btn {
    padding: 10px 15px;
  }
  .slider-btn a {
    padding: 13px 15px;
  }
  .slider-txt h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .welcome-sec .col2 h3,
  .snd-tle h2,
  .carrersec .two-blocks .col2 h4 {
    font-size: 21px;
    line-height: 30px;
  }
  .apply-btn a {
    padding: 14px 20px;
  }
  .logo-right {
    margin-top: 1.25em;
  }
  .inner-title {
    margin-bottom: 2.5em;
    padding: 2rem 0;
  }
  .header-title {
    padding-bottom: 2em;
  }
  .inner-title h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 380px) {
  .navmenu {
    text-align: right;
    margin-top: -40px;
  }
}

/* CSS Document */

@media screen and (min-width: 700px) {
  .fields {
    display: flex;
    justify-content: space-between;
  }
  .fields input {
    width: 33.33%;
    margin-right: 10px;
  }
}
@media (max-width: 999px) {
  .cloud-sec .col2 {
    width: 100%;
  }
}
.fields input {
  padding: 8px 10px;
}
.ct-forms textarea {
  min-height: 200px;
  resize: none;
  width: calc(100% - 10px);
  padding: 20px;
}
@media (max-width: 620px) {
  .fields input {
    width: calc(100% - 10px) !important;
    margin-bottom: 10px !important;
  }
}
.fields {
  margin-bottom: 10px !important;
}

@media (min-width: 1000px) {
  .ct-forms {
    width: 90%;
  }
}

.ct-sec .apply-btn {
  margin-top: 0px !important;
  bottom: -2%;
}
.ct-sec .career-bnner {
  position: relative;
}

.ct-sec .two-blocks {
  align-items: center;
}

.cloud-sec h4 {
  font-size: 21px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
}
.cloud-sec ul,
.cloud-sec li {
  list-style: disc;
  list-style-position: inside;
}

.contact-sec input[type="text"] {
  padding: 8px 10px !important;
  width: 100%;
}
.contact-sec label {
  display: block;
  margin-bottom: 5px;
}
.contact-sec p {
  margin-bottom: 10px;
}
.contact-sec textarea {
  width: 100%;
}
.contact-sec input[type="submit"] {
  padding: 10px 30px !important;
  background: #429eff;
  border: none;
}
.btm-details-list li.location::before {
  content: "";
  background-image: url(../images/location-icon.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  position: absolute;
  width: 21px;
  height: 31px;
  top: 4px;
  left: 0;
}
.btm-details-list li.call::before {
  content: "";
  background-image: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  position: absolute;
  width: 22px;
  height: 23px;
  top: 5px;
  left: 0;
}
.btm-details-list li.email::before {
  content: "";
  background-image: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  position: absolute;
  width: 21px;
  height: 15px;
  top: 6px;
  left: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.hours,
.btm-details-list li.call{
	position: relative;
	margin-right: 0;
}

.btm-details-list li{
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 0px;
	list-style-type: none;
	color: #fff;
}

.btm-details-list li a{
	color: #fff;
}

.btm-details-list li a:hover{
	color: #2541b2;
}