
@media screen and (max-width: 1199px){.container {width: 97%;}h1 {font-size: 35px;}.caption-text span{font-size: 22px;}}


/* Tablet View start */
@media only screen and (max-width:1024px){
.nav-menu li {
  margin-left: 60px;
}
.banner {
  margin-top: 68px;
}
.nav-menu {
  padding: 25px 0;
}
.logo {
  top: 22px;
  width: 200px;
}
.stick .logo {
  top: 18px;
  width: 200px;
}
.caption-text {
  max-width: 340px;
  margin-top: 0;
}
h1 {
  font-size: 25px;
}
h2, .newsletter-sec span.newsletter-head {
  font-size: 25px;
}
.caption-text span {
  font-size: 20px;
}
.our-services ul li {
  width: 100%;
}
.service-box::before {
  left: 30px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.service-box {
  padding: 20px 20px 20px 150px;
}
.our-services ul li:nth-of-type(3n+2) {
  margin: 0 0 20px;
}
.our-services ul li {
  text-align: left;
}
.newsletter-sec input[type="text"]{
	width: 35%;	
}
.our-clients .owl-carousel {
  max-width: 100%;
}
.item p {
  padding: 30px;
  font-size: 16px;
}
.footer-nav li {
  margin: 0 6%;
}
.welcome-text p {
  padding: 0 5%;
  font-size: 16px;
}
.footer-text .contact-detail span, .footer-text .contact-detail span a {
  font-size: 14px;
}
.contact-detail span:nth-of-type(2) {
  margin: 0 25px;
}
.footer-bottom {
  padding: 15px 0;
}
.padding-tb {
  padding: 50px 0;
}
.service-box {
  padding: 20px 20px 20px 120px;
}
.our-services ul li:nth-last-child(-n+3) {
  margin-bottom: 20px;
}
.our-services ul li:last-child {
  margin-bottom: 0;
}
h2{
	margin-bottom: 20px;	
}
.welcome-text p {
  padding: 0 3%;
}
.contact-box p {
  font-size: 16px;
}
.contact-box span:last-child {
  margin-left: 8px;
}
.contact-box {
  min-height: 271px;
}
.Apply {
  padding: 80px 20px;
}
.contact-box h3 {
  font-size: 20px;
}
	
}

/* Tablet View close */

/* Mobile View start */
@media screen and (max-width: 767px){
.container {
  width: 95%;
}
p, ul.listing li{
	font-size: 16px;	
}
.logo {
  left: 0px;
  right: auto;
}
.close-btn {
  display: block;
}
.menu-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
}
.open .nav-menu {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}

.menu-btn .line {
  background-color: #d02126;
  border-radius: 4px;
  display: block;
  height: 5px;
  margin: 3px 0;
  width: 30px;
  position:relative;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  z-index: 1;
}
/*
.open .menu-btn .line:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.open .menu-btn .line:nth-of-type(2) {
  opacity: 0;
}
.open .menu-btn .line:nth-of-type(3) {
  top: -8px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
*/
.nav-menu ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
}
.nav-menu {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  margin: 0;
  top: 0;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 80%;
  z-index: 99999;
}
.open .nav-menu {
  padding: 0;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  overflow: auto;
}
.menu-btn .line::after {
  background-color: #524f86;
  border-radius: 4px;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.menu-btn:hover .line::after {
  width: 100%;
}
.menu-btn .line:nth-of-type(1)::after {
  transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
}
.menu-btn .line:nth-of-type(2)::after {
  transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
}

.menu-btn .line:nth-of-type(3)::after {
  transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
}
.nav-menu ul::before {
  color: #fff;
  content: "Menu";
  font-size: 18px;
  left: 0;
  margin: auto auto 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -40px;
}

.nav-menu .close-btn {
  background-color: #D02126;
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 20px;
  text-align: center;
  width: 30px;
  position: relative;
  z-index: 1;
  }

.stick .nav-menu {
  right: auto;
  background-color: #000;
}
.stick .nav-bottom {
  background-color: #fff;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

.nav-menu .close-btn a {
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.nav-menu .close-btn:hover a {
  color: #000;
}

.nav-menu .close-btn::before {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
 transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;  width: 100%;
  z-index: -1;
}
.nav-menu .close-btn:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}


 .nav-menu ul {
  clear: both;
}
.nav-menu ul li a {
  border-bottom: 1px solid #000;
  color: #fff;
  padding: 10px;
  text-transform: capitalize;
}
.nav-menu ul li a {
  background-color: transparent;
  border-color: #333;
  border-radius: 3px;
  border-style: dashed;
  border-width: 1px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 14px 10px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: width 0.5s linear 0s;
  -moz-transition: width 0.5s linear 0s;
  -webkit-transition: width 0.5s linear 0s;
  -ms-transition: width 0.5s linear 0s;
  -o-transition: width 0.5s linear 0s;
  z-index: 1;
}
.nav-menu ul{
	height: 100%;
	 transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -webkit-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
}
.nav-menu ul li ,
.nav-menu ul {
	 transform: translate3d(0px, 500px, 0px);
  -moz-transform: translate3d(0px, 500px, 0px);
  -webkit-transform: translate3d(0px, 500px, 0px);
  -ms-transform: translate3d(0px, 500px, 0px);
  -o-transform: translate3d(0px, 500px, 0px);
  transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  -moz-transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  -webkit-transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  -ms-transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  -o-transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
}
.open .nav-menu ul li ,
.open .nav-menu ul {
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -moz-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -o-transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.nav-menu ul li a:after{
display: none !important;
}
.nav-menu ul li a:hover, .nav-menu ul li a:focus {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.nav-menu ul li a:before {
  background-color: #d02126 ;
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  width: 0;
  z-index: -1;
}
.nav-menu ul li.active a::before ,
.nav-menu ul li a:hover::before {
  width: 100%;
  opacity: 1;
}

.nav-menu ul li a:hover::after {
  left: 100%;
  opacity: 1;
}
.nav-menu ul li a .aero::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 9px;
  width: 0;
}
.nav-menu ul li a .aero {
  background-color: red;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 25px;
  z-index: 2;
}
body.open,
.open #wrapper {
  overflow: hidden;
}
.nav-menu li {
  display: block;
  margin: 0 0 10px;
  padding: 0 20px;
  width: 100%;
}
.nav-menu li a:hover, .nav-menu li.active a {
  color: #fff;
}
.logo {
  float: left;
  padding: 10px 0;
  position: relative;
  top: 0;
  width: 220px;
}
.logo img {
  display: block;
}
.banner {
  margin-top: 47px;
}
.stick .logo {
  top: 0;
  width: 220px;
  left: 0;
}
.menu-btn {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ca-logo {
  bottom: -12px;
  padding: 6px 0;
  width: 60px;
  z-index: 1;
}
.ca-logo img {
  max-width: 25px;
}
h2, .newsletter-sec span.newsletter-head {
  font-size: 24px;
}
.banner::after {
  background-color: #d02126;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.caption {
  display: none;
}
.caption-text {
  max-width: 50%;
  z-index: 1;
}
.caption h1 {
  font-size: 14px;
}
.caption-text span {
  font-size: 12px;
  margin: 5px 0 10px;
}
.caption-text a {
  font-size: 12px;
  padding: 8px 10px;
}


.service-box {
  padding: 20px 20px 20px 80px;
}
.service-box::before {
  left: 10px;
}
.service-box p, .service-box p + a {
  display: none;
}
.service-box {
  padding: 25px 20px 25px 90px;
}
.service-box h3 {
  margin: 5px 0;
}
.service-box h3 a {
  cursor: pointer;
  display: block;
  font-size: 18px;
  pointer-events: auto;
  position: relative;
}
.service-box h3 a::after {
  border-bottom: 8px solid transparent;
  border-left: 6px solid #524f86;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0;
}
.service-box h3 a:hover::after {
	border-left: 6px solid #d02126;
}
.service-box h3 a:hover{
	color: #d02126;	
}
.newsletter-sec form {
  margin-top: 30px;
}
.newsletter-sec input[type="text"],
.newsletter-sec input[name="phone"] {
  margin: 0 0 10px;
  width: 100%;
  font-size: 16px;
  height: 45px;
}
.newsletter-sec input[type="submit"] {
  font-size: 16px;
  height: 45px;
  padding: 0 30px;
}
.item p {
  font-size: 16px;
  padding: 15px;
}
.active .item p::before {
  border-left: 20px solid transparent;
  border-top: 20px solid #7a0d10;
  bottom: -20px;
  left: 30px;
}
.item span {
  margin-top: 25px;
}
.padding-tb {
  padding: 40px 0;
}
.footer-nav {
  margin: 35px auto;
}
.footer-nav li {
  display: block;
  margin: 0 0 20px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-text .contact-detail span {
  display: block;
  margin: 0 0 10px;
}
.footer-text .contact-detail span:last-child {
  margin-bottom: 0;
}

/* About Us Page */
.partner-img {
  margin: 0 auto 20px;
  position: relative;
}
.partner li {
  padding: 0;
}
.innerpage h2 {
  text-align: center;
}
/* About Us Page Close */

/* Services Page */
.innerpage h3 {
  font-size: 18px;
}
ul.listing {
  padding-left: 15px;
}
/* Services Page close */

/* Contact us Page */
.contact-box {
  min-height: auto;
  width: 100%;
}
.contact-box span:last-child {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.contact-box-wrap .contact-box:first-child {
  margin-bottom: 30px;
}
.form-section {
  margin-bottom: 0;
}
.form-section .input-group {
  margin-bottom: 50px;
  width: 100%;
}
.Apply {
  padding: 60px 15px;
}
.upfile label{
	width: 130px;	
}
.g-recaptcha {
  float: left;
  margin: 0 -15px;
  transform: scaleX(0.9);
  -moz-transform: scaleX(0.9);
  -webkit-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  -o-transform: scaleX(0.9);
}
.input-group.captcha:after {
  clear: both;
  content: "";
  display: block;
}
.scrollToTop span {
  padding-top: 2px;
}
.scrollToTop {
  height: 35px;
  right: 10px;
  width: 35px;
}

/* Contact us Page close */

}

/* Mobile View End */



