@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


@font-face {
  font-family: 'AbrilFatface-Regular';
  src: url('../fonts/AbrilFatface-Regular.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

body {
  font: 100% "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: 400; }

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #dc751e; }
  a:hover {
    color: #c6691b; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/
.fa-phone {
  transform: scaleX(-1); }

.orange-text {
  color: #dc751e; }

.orange-bg {
  background: #dc751e !important; }
  .orange-bg:hover {
    background: #af5d18 !important; }

.pink-text {
  color: #c00085; }

.pink-bg {
  background: #064db7 !important; }
  .pink-bg:hover {
    background: #8d0062 !important; }

.purple-text {
  color: #660066; }



.blue-bg {
  font-size: 20px;
  color: #ffffff;
  padding: 18px 0px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(6, 77, 183, 0.7);	
  min-width: 200px;
  text-align: center; }

.blue-bg:hover {
    background: #369536; color: #ffffff;}



.title {
  position: relative;
  margin: 50px 0; }
  .title .title-text {
    font-size: 42px;
    color: #660066;
    font-weight: 900;
    margin-bottom: 30px; }
  .title p {
    font-size: 18px;
    color: gray;
    line-height: 28px; }

.title:after {
  position: absolute;
  left: 0;
  content: "- - -";
  color: #660066;
  font-size: 20px;
  bottom: 60px; }

.form-control {
  border-radius: 0;
  padding: 1.3rem 1rem; }

/*------------------end common-css-------------------*/
header {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 99; }
  header .container {
    background: none; }
  header .top-bar {
    color: #ffffff; }
    header .top-bar a {
      color: #ffffff;
      font-size: 14px;
      padding: 15px 0; }
      header .top-bar a:hover {
        color: #eee; }
    header .top-bar i {
      margin-left: 5px;
      margin-right: 5px; }
  header .logo {
    position: absolute;
    top: -48px;
    z-index: 99;
    padding: 40px 13px;
    background: #fff;
    left: -20px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2); }

header .book-btn {
    background: none;
    min-width: inherit;
    padding: 8px 12px;
    margin-left: 20px;
    color: #fff000;
    border: 1px solid;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
}
header .right-side span {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}
header .book-btn:hover {
    background: #fff000;
    color: #000;
    border: 1px solid #fff000;
}

header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background: none;
    border-color: transparent;
    display: inline-block;
    width: 100%;
}
header .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    padding-left: 10px;
}

header .navbar-nav .nav-link:hover {
      color: #fff000 !important; }

header .navbar-nav li a {
    border-left: 1px solid #888;
    line-height: 0;
}
header .navbar-nav {
    margin-top: 12px;
}




.banner {
  background: #fff; }
  .banner .owl-carousel .owl-stage-outer {
    height: 100vh; }
  .banner .owl-dots {
    display: none !important; }

.overlay {
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3; }

.banner_containt {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-40%);
  text-align: center;
  z-index: 9999; }

.banner-text {
    max-width: 540px;
    margin: auto;
}
.banner_containt h4 {
    color: #fff;
    margin-top: 0;
    font-size: 46px;
    margin-bottom: 30px;
    font-family: AbrilFatface-Regular;
}

.banner_containt h3 {
  color: #fff;
  font-size: 36px;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: 100;
  position: relative;

}

.banner_containt h3::before {
    content: '';
    position: absolute;
    border-color: #369536;
    border-style: solid;
    border-width: 1px;
    height: 1px;
    top: 16px;
    right: 58px;
    margin-top: 0;
    width: 60px;
}
.banner_containt h3::after {
    content: '';
    position: absolute;
    border-color: #369536;
    border-style: solid;
    border-width: 1px;
    height: 1px;
    top: 16px;
    left: 58px;
    margin-top: 0;
    width: 60px;
}

.banner_containt p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 40px;
  font-weight: 100; }

.right-side {
    text-align: right;
    margin-top: 20px;
}
.owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 45%;
  left: 1%;
  text-transform: uppercase;
  font-size: 16px; }

.owl-nav span {
  position: relative; }

.owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 45%;
  right: 1%;
  text-transform: uppercase;
  font-size: 16px; }

.owl-nav i {
    text-align: center;
    width: 50px;
    font-size: 48px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

#project-slider .owl-dots {
    position: absolute;
    bottom: -40px;
    z-index: 99;
    margin: auto;
    display: inline-block;
}
#project-slider .brand-pic img {
    display: block;
    width: auto !important;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #afafaf;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }



.owl-nav{
  background: #ccc; }


.owl-dot.active span{
  background: #064db7; }


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.navbar {
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    position: absolute;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    margin-top: 23px;
}

#sidebarCollapse a {
    color: #fff;
 
    text-align: left;
}
.navbar-header {
    width: 19%;
}
.navbar-collapse { padding-left: 0;}

#sidebarCollapse a i {
    font-size: 24px;
    font-weight: normal;
    line-height: 44px;
}
#sidebarCollapse span {
    margin: 13px 10px 0;
    font-size: 16px;
    float: right;
}
#sidebarCollapse span {
    margin: 13px 10px 0;
    font-size: 15px;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -252px;
    height: 100vh;
    z-index: 999;
    background: #000;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
#dismiss .glyphicon {
    font-size: 16px;
    line-height: 33px;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #369536;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index: 9;
}
#dismiss:hover {
    background: #064db7;
    color: #fff;
}
.inner-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
	padding: 12px 0;
    background: rgba(0,0,0, 0.4);
}
.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    color: #fff;
    border-bottom: 2px solid rgba(128,128,128,.2);
    font-family: Roboto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#sidebar ul li a:hover {
    color: #7d7d7d;
    background: rgba(128,128,128,.2);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #064db7;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 10px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}



ul ul a {
    font-size: 0.9em !important;
    padding-left: 10px !important;
    background: #064db7;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}





.about-wrapper-pic {
    position: absolute;
    right: 0;
    z-index: -1;
}
.head-title:after {
    content: "";
    position: absolute;
    background: url(../images/head-after.jpg) no-repeat;
    height: 13px;
    bottom: -22px;
    right: 0;
    left: 0;
}
.head-title {
    color: #000;
    font-size: 48px;
    position: relative;
    font-weight: 300;
    margin: 0 0 1em;
}
.heading-blue {
    text-align: left;
    color: #064db7;
    font-size: 16px;
    margin: 14px 0;
}
.what-we-item p {
    color: #595959;
    font-size: 14px;
    line-height: 23px;
}
.what-we-wrapper {
    margin-left: 5em;
    margin-top: 7em;
}
.what-we-item img {
    width: auto !important;
}
.about-us {
    background: #064db7;
    padding: 3em 0;
    text-align: center;
}
.head-title-white:after {
    content: "";
    position: absolute;
    background: url(../images/white-after.jpg) no-repeat;
    height: 13px;
    top: 63px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 71px;
}
.head-title-white {
    color: #fff;
    font-size: 36px;
    position: relative;
    font-weight: 300;
    margin: 1em 0 0;
    text-transform: uppercase;
}
.about-us-box {
    margin: 7em auto;
    width: 80%;
    margin-bottom: 1em;
}
.about-us-box p {
    color: #cae4f2;
    font-size: 16px;
    margin: 14px 0;
    line-height: 26px;
    font-weight: 100;
}
.about-us-box a {
    color: #27d227;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none !important;
    margin: 1em 0;
}

.packages-right-main{  position: relative; min-height: 270px;}

.packages-left-main {
    position: relative;
    min-height: 270px;
}
.packages-left {
    background: #369536;
    text-align: left;
    padding: 15px 30px;
    border-radius: 20px;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: -20px;
}
.packages-right-blue {
    position: relative;     height: 300px;
}
.packages-left-green {
    position: relative;     height: 300px;
}
.packages-left-green::after {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 0 79px 51px 0;
    position: absolute;
    border-color: transparent #369536 transparent transparent;
    right: 13px;
    bottom: -51px;
    z-index: 9;
}
.packages-right-blue::after {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 69px 88px 0 0;
    position: absolute;
    border-color: #00a7e1 transparent transparent transparent;
    left: 13px;
    bottom: -65px;
    z-index: 9;
}
.packages-center::after {
    width: 0;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 9;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #064db7 transparent transparent transparent;
    right: 0;
    margin: auto;
}

.packages {
    margin: 6em 0;
}

.packages-left p {
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
	    margin-bottom: 0;
}
.programs {
    font-size: 30px !important;
    font-weight: 500 !important;
}
.programs span {
    font-size: 48px;
    margin: 0 5px 0 0;
}
.packages-right {
    background: #00a7e1;
    text-align: right;
    padding: 15px 30px;
    border-radius: 20px;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -20px;
}
.packages-right p {
    color: #fff;
    font-size: 36px;
    font-weight: 100;
	margin-bottom: 0;
    text-transform: uppercase;
}
.packages-center {
    background: #064db7;
    text-align: left;
    padding: 30px;
    border-radius: 80px;
    position: relative;
    min-height: 350px;
}
.packages-center p {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.packages-center h5 {
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    margin: 30px 0 10px 30px;
}
.packages-center small {
    color: #fff;
    font-size: 30px;
    margin: 44px 0 0 50px;
    text-transform: uppercase;
    font-weight: 500;
}
.big {
    color: #fff;
    font-size: 90px;
    font-weight: 500;
    text-align: center;
}
.big-txt {
    font-size: 30px !important;
    font-weight: 500 !important;
}
.padd-right{ padding-right: 0;}

.padd-left{ padding-left: 0;}

.padd-no{ padding: 0;}

.big-txt-center {
    font-size: 36px;
    color: #5e5e5e;
    font-weight: 100;
    text-transform: uppercase;
    margin: 2em 0 1em 0;
    text-align: center;
}
.head-title-small {
    color: #000;
    font-size: 36px;
    position: relative;
    font-weight: 300;
    margin: 0 0 1em;
	text-transform: uppercase;
}
.head-title-small:after {
    content: "";
    position: absolute;
    background: url(../images/head-after.jpg) no-repeat;
    height: 13px;
   bottom: -22px;
    right: 0;
    left: 0;
}
.news-wrapper {
    margin: 4em 0 0;
}
.abtpic {
    margin-top: 4em;
}
.upcoming-conferences {
    clear: both;
    margin: 4em 0 0;
    display: inline-block;
}

.conf-text {
    background: #f5f5f5;
    padding: 20px;
}
.conf-head {
    font-size: 24px !important;
    color: #000 !important;
    text-transform: uppercase;
}

.conf-text span {
    color: #064db7;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.conf-text p {
    color: #595959;
    font-size: 14px;
    margin: 0 0 10px;
}
.news-right-box {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-right {
    margin: 4em 0 0;
    display: inline-block;
}
.news-right-txt strong {
    font-size: 18px !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 400;
}
p.date {
    color: #064db7 !important;
}
.news-right-txt p{
    font-size: 14px;
    color: #595959;
}
.head-title-blk {
    color: #000;
    font-size: 36px;
    position: relative;
    font-weight: 300;
    margin: 1em 0 0;
    text-transform: uppercase;
	text-align: center;
}
.head-title-blk:after {
    content: "";
    position: absolute;
    background: url(../images/head-after.jpg) no-repeat;
    height: 13px;
    top: 63px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 71px;
}
.brand {
    display: inline-block;
    margin: 3em auto;
    text-align: center;
    width: 100%;
}
#project-slider {
    margin: 5em 0 0;
}
.newsletter {
    background: #064db7;
    padding: 3em 0;
    margin: 6em 0 4em;
}
.newsletter input {
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    background: #fff;
    color: #a0a0a0;
    font-size: 12px;
    padding: 10px 15px;
    width: 100% !important;
    height: 50px;
}
.newsletter .btn-submit {
    background: #369536;
    border-radius: 0;
    font-size: 18px;
    padding: 7px 24px;
    color: white;
    border: 1px solid #369536;
    height: 50px;
    width: 100%;
}
.news-block p {
    color: #fff;
    font-size: 24px;
    margin: 8px 0 10px;
    font-weight: 500;
}


/*********************About-us************************/

.banner-section {
    height: 100%;
    width: 100%;
}
.inner-banner-contorller {
    position: relative;
}
.inner-banner-contorller img {
    margin: auto;
    width: 100%;
}
.static-text {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin: 0;
    position: absolute;
    bottom: 5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 40px;
    width: auto;
    background: #369536;
    color: #fff;
    z-index: 9;
    border-radius: 50px;
}
.static-text a {
    color: #fff;
    text-decoration: none;
}
.contant-wrapper {
    display: inline-block;
    margin: 4em 0;
}
.heading-blue-big {
    text-align: left;
    color: #064db7;
    font-size: 22px;
    margin: 14px 0;
	display: block;
}
.common-paragraph p {
    color: #595959;
    font-size: 14px;
    line-height: 23px;
	margin: 0 0 14px 0;
}
.common-text-box img {
    margin-top: 3em;
}
.inner-wrapper {
    margin: 6em 0;
    display: inline-block;
	width: 100%;
	    position: relative;
}

/*********************Contact-us************************/

.m-t-2 {
    margin-top: 2em;
    display: inline-block;
}
.eq-form {
    background: #064db7;
    padding: 30px 15px;
    padding-bottom: 0;
    position: relative;
}
.btn-submit a {
    color: #fff;
    border: 2px solid #369536;
    background: #369536;
    padding: 10px 30px;
    margin: 1em 0;
    text-transform: uppercase;
    outline: none;
    text-decoration: none !important;
    font-size: 18px;
}

.btn-submit a:hover {
    color: #000;
    border: 2px solid #fff;
	background: #fff;
}
.eq-form .form-control {
    border: 1px solid #fff;
    font-size: 13px;
    padding: 0px 10px;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0;
	height: 40px;
}
.eq-form input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}.eq-form textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.eq-form textarea {
    height: 80px !important;
    padding: 10px !important;
}
.text01 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}
.contact-detail {
    background: #deecff;
    padding: 30px 15px;
    padding-bottom: 0;
    display: inline-block;
    min-height: 384px;
}
.step-txt {

}
.step-txt h5 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.step-txt p {

    margin: 7px 0 0 0;
    font-size: 14px;

}
.step02-icon .fa{
	color: #000;
}
.contact-detail strong {
    font-size: 22px;
    margin: 10px 16px;
    display: block;
}
.contact-detail p {
    font-size: 16px; margin: 10px 16px;
}
.white-box {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 1em 0;
    padding: 6px 0;
}
.contact-icon01 {
    float: left;
    width: 40px;
    text-align: center;
    margin-right: 12px;
    border-right: 1px solid #ececec;
}
.contact-icon01 .fa {
    font-size: 24px;
    line-height: 58px;

}
.step-txt p {
    font-size: 14px;
    margin: 0;
}
.eq-form:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #064db7;
    top: 11%;
    left: -21px;
    margin-left: 0;
    margin-top: -21px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #064db7 !important;
    border-right-color: inherit;
}
.demo-left {
    margin-left: -100%;
    z-index: 3;
	background: rgba(54,149,54, 0.9);
    margin-top: 55px;
    padding: 0 50px;
    position: relative;
    display: inline-block;
}
.demo-form {
    background: transparent;
    padding: 30px 15px;
    padding-bottom: 0;
    position: relative;
}
.btn-submit-blue a {
    color: #fff;
    border: 2px solid #064db7;
    background: #064db7;
    padding: 10px 30px;
    margin: 1em 0;
    text-transform: uppercase;
    outline: none;
    text-decoration: none !important;
    font-size: 18px;
}

.btn-submit-blue a:hover {
    color: #000;
    border: 2px solid #fff;
	background: #fff;
}
.demo-form .form-control {
    border: 1px solid #fff;
    font-size: 13px;
    padding: 0px 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0;
	height: 40px;
}
.demo-form label {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 14px;
}
.demo-form textarea {
    height: 80px !important;
    padding: 10px !important;
}





.rec-pic {
    position: relative;
}

.rec-pic::before {
    content: "";
    width: 12px;
    position: absolute;
    bottom: 0;
    left: -12px;
    height: 110px;
    background: #064db7;
    z-index: 0;
}

.rec-pic::after {
    content: "";
    width: 12px;
    position: absolute;
    top: 0;
    right: -12px;
    height: 110px;
    background: #064db7;
    z-index: 0;
}
#more {display: none;}

.rec-heading h3:after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background: #064db7;
    position: absolute;
    right: -44px;
    top: 12px;
}
.rec-heading h3 {
    font-size: 24px;
    color: #064db7;
    position: relative;
    float: left;
    margin: 0 0 15px 0;
}
.rec-details p {
    color: #595959;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 14px 0;
	clear: both;
}
.rec-details a {
    background: #064db7;
    color: #fff;
    font-size: 13px;
    outline: none;
    border-radius: 40px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.rec-details a:hover {
    background: #369536;
    color: #fff;
    font-size: 13px;
    outline: none;
	border-radius: 40px;
	padding: 8px 20px;
}
.rec-details {
    border-bottom: 1px solid #064db7;
    padding: 0 0 30px;
	position: relative;
}
.rec-details:after {
    content: "";
    position: absolute;
    background: url(../images/corner.png) no-repeat;
    height: 51px;
    bottom: 0;
    z-index: 999;
    right: 0;
    width: 55px;
}
.m-t-4 {
    margin-top: 4em;
    display: inline-block;
}
.test-main {
    background: url(../images/mob-bg.jpg) no-repeat;
    background-size: 100%;
    padding: 35px 0;
}
.test-txt {
    margin: 50px auto;
    background: rgba(0,0,0,.6);
    border-radius: 24px;
    text-align: center;
    color: #fff;
    width: 80%;
    padding: 30px;
}
.test-txt p {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    font-style: italic;
    line-height: 40px;
}

.test-txt small {
    display: block;
    font-size: 14px;
}
.test-txt strong {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.test-heading {
    position: relative;
}

.story-heading{
    position: absolute;
    left: 0;
    top: 0;

}	
.story-heading p {
    color: #1458bd;
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0;
}
.story-heading strong {
    color: #4b4b4b;
    font-size: 31px;
    text-transform: uppercase;
    font-style: italic;
	font-weight: 400;
}
.story-heading span{
    color: #efeeee;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
}
.customer-txt {
    text-align: center;
}
.customer-txt .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 20px;
}
#work-slider01 img {
    width: auto !important;
    margin: 20px auto;
}
#work-slider01 .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 45%;
  left: -30%;
  text-transform: uppercase;
  font-size: 16px; }

#work-slider01 .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 45%;
  right: -30%;
  text-transform: uppercase;
  font-size: 16px; }

#work-slider01 .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 45%;
  right: 1%;
  text-transform: uppercase;
  font-size: 16px; }

#work-slider01 .owl-nav i {
    font-size: 34px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: rgba(0,0,0,.6);
}


.story-wrapper-text {
    margin: 0 auto;
    width: 65%;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 30px 55px;
    z-index: 9;
    border-radius: 20px;
    top: 30%;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
    left: 0;
}

.story-wrapper-text p {
    color: #000;
    font-size: 23px;
    font-weight: 100;
    font-style: italic;
    line-height: 34px;
}

.story-wrapper-text small {
    display: block;
    font-size: 14px;
	color: #000;
}
.story-wrapper-text strong {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
	color: #000;
}




.story-wrapper-pic {
    position: relative;
    width: 100%;
    display: inline-block;

}
footer {
    background: #fff;
    color: #ffffff;
    padding: 0 0 3em;
}
footer p {
    color: #555555;
    font-size: 14px;
}
footer p a {
    color: #555555;
    font-size: 14px;
    margin: 0 7px;
    text-decoration: none;
    outline: none;
}
footer p a:hover {

    color: #ccc;
}
footer li {
    list-style: none;
}
footer li a {
    color: #555555;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.foot li {
    color: #555555;
	    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
footer li a:hover {

    color: #064db7; padding-left: 4px;
}
footer h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
    color: #000;
}
.footer-social {
    margin-bottom: 25px;
    margin-top: 20px;
}
.footer-social a {
    display: inline-block;
    margin: 10px;
}
ul.foot {
    padding: 0;
}
span.logo-bott {
    margin-bottom: 3em;
}
.footer-social i {
    color: #555555;
    font-size: 30px;
    transition: all 0.3s ease;
    text-align: center;
    padding-top: 10px;
    margin-right: 5px;
}

/*------------------------------- Computer Science ------------------------------*/

.com-heading h3 {
    font-size: 24px;
    color: #064db7;
    position: relative;
    float: left;
    margin: 0 0 15px 0;
}

 .red-submit {
    background: #064db7;
    border-radius: 0;
    font-size: 13px;
    padding: 7px 24px; border-radius: 40px;
    color: white;
    border: 1px solid #064db7;
   
    
}

.red-submit:hover {
    background: #369536;
    color: #fff;
    outline: none;  border: 1px solid #369536;
}

#read{ margin-top:20px; text-align: justify}

.other-options{ margin-top:30px;}

.other-options a{ 
    
    font-size: 12px;background:none; text-transform: capitalize;
    padding: 0px 8px; 
    color:#064db7;
    border: 0px solid #064db7;

}

.other-options a:hover{ 
    
    font-size: 12px; background:none;
    padding: 0px 8px; 
    color:#064db7;
    border: 0px solid #369536;

}


.programs-com .box{ box-shadow: 0px 0 12px #d4d1d1; padding: 15px; background-color:#fff; width: 100%; } 

.programs-com-submit {
    background: #064db7;
    border-radius: 0;
    font-size: 16px;
    padding: 7px 24px; border-radius: 20px;
    color: white;
    border: 1px solid #064db7;
   
    
}

.programs-com-submit:hover {
    background: #369536;
    color: #fff;
    outline: none;  border: 1px solid #369536;
}




.programs-com-mp{ margin-top: 50px;}
.programs-com-mb{ margin-bottom: 30px;}
.p-size{ font-size: 14px;}

.programs-com ul{ margin: 0px; padding: 0px; list-style:none}
.programs-com li{ margin: 0px; padding: 0px; list-style:none; padding-top: 8px;}

.programs-com li a{ font-size: 14px;color:#064db7; }
.programs-com li a:hover{ font-size: 14px;color:#000; }
.programs-com span{ color:#6f6f6f; }

.results-sec-left{ box-shadow: 0px 0 12px #d4d1d1; margin-top: 80px; padding: 5px 15px 15px 15px; background-color:#fff; width: 100%;}

.results-sec-left h2{ font-size: 18px; margin:20px 0px 20px 0px; padding: 0px; color:#161616; text-align: left; }


.results-sec-left ul{ margin: 0px; padding: 0px; list-style:none}
.results-sec-left li{ margin: 0px; padding: 0px; list-style:none; padding-top: 8px; font-size: 13px;}

.results-sec-left li a{ font-size: 14px;color:#6f6f6f; margin-top: 8px; }
.results-sec-left li a:hover{ font-size: 14px;color:#064db7; }
.results-sec-left span{ color:#6f6f6f; }

.results-sec-left .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    
}

.results-sec {
  display: inline;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; top: -2px;
}

/* Hide the browser's default radio button */
.results-sec input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.results-sec:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.results-sec input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.results-sec input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.results-sec .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


.results-sec-right{ box-shadow: 0px 0 8px #d4d1d1;    padding: 0px 0px 0px 0px; font-size:13px; background-color:#fff; width: 100%; color:#6c6c6c; margin-bottom:20px;  }
.results-sec-right h2{ font-size: 18px; margin:0px 0px 10px 0px; padding: 0px; color:#064db7; text-align: left; }
.jan-sec{ background-color:#f7f7f5; padding: 15px;min-height: 150px; }
.padd-top-bottom{ padding: 15px 15px;}
.readmore-m-top{ margin-top:30px;}
.results-sec-right-sec{ margin-bottom: 30px;}
.results-sec-right-m-top{margin-top: 80px; }


/*------------------------------ news page  -----------------------------------*/

.new-img{ margin-bottom:40px; }
.new-img img {z-index:-1; position: relative; width:100%; height:230px;}

.new-page-text{ margin:auto; width: 95%; padding: 15px; background-color:#eeeeee; margin-top: -50px; font-size: 14px;}

.new-page-text h2{ color:#064db7; font-size:18px; margin:0px 0px 15px 0px; padding: 0px;}

.new-page-text h2 a{ color:#064db7;}
.new-page-text p a{ font-size: 13px; }
.new-page-text p a:hover{ font-size: 13px;color:#064db7; }


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #064db7;
    border-color: #064db7;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #369536;
    border-color: #ddd;
}


/*------------------------------ jobs page  -----------------------------------*/

.jobs-mb60{ margin-bottom:90px;}




.jobs-section{ font-size: 14px; color:#585858; line-height: 22px; }

.jobs-section h2{ position: relative; color:#064db7; font-size:24px; font-weight:400; margin:20px 0px 15px 0px; padding: 0px 10px 0px 0px;}


.jobs-section ul{ margin:0px; padding:0px; list-style-type:none; margin-left: 20px;}
.jobs-section li{ margin:0px; padding:4px 0px ; list-style-type: disc;}

.jobs-section h2::after {
    content: "";
height: 1px;
width: 79px;
position: absolute;
left:100%;
	top: 55%;
background: #064db7;

}



.jobs-img-section h3{ color:#f8f8f9; font-size:100px; position: relative; text-transform: uppercase; font-weight:600; margin:20px 0px 15px 0px; padding: 0px;  }

.jobs-img-section h4{ position: relative; color:#074299; font-style: italic; font-size:24px; font-weight:400; margin:-50px 0px 0px 0px; padding: 0px;}
.jobs-img-section h5{ position: relative; color:#4b4b4b;  font-style: italic;font-size:31px; font-weight:400; margin:10px 0px 15px 0px; padding: 0px;}




.jobs-img img{    } 

.job-butt {
    
    text-align: center;
    font-size: 23px; text-transform: uppercase;
    margin: 0;
    bottom: 5em;
    
   padding: 20px 10px; font-weight: 600;
    width: 50%;
    background: #369536;
    color: #fff; float: left;
  
  
}
.job-butt:hover {
  width: 50%;
    background: #074299;
    color: #fff; float: left; 
}

.job-butt-b {font-weight: 600;
    text-align: center;
    font-size: 23px; text-transform: uppercase;
    margin: 0;
    bottom: 5em;
    padding: 20px 10px;
    width: 50%;
    background: #064db7;
    color: #fff; float: left;
  
  
}
.job-butt-b:hover {
   background: #107510;
    color: #fff; float: left; 
}

.p-0 {
    padding: 0 !important;
}
.job-title{ display: inline-block;}


.m-0 {
    margin: 0 !important;
}

/*----------------------------------------- dropdown-menu ------------------------------------*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;background: #064db7;
   
border: 0px solid #ccc;
border: 0px solid rgba(0, 0, 0, .0);
border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
	
	
}

.navbar ul ul a {
 padding-left: 0 !important;}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background:none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff; border-left: 1px solid #064db7;
    background-color:#064db7;
}

header .navbar-nav li a {
    border-left: 1px solid #888;
    line-height: 0px;
    font-size: 16px;
    color: #fff;
    padding: 14px 25px;
        
}

.navbar-nav > li > .dropdown-menu li a{
  font-size: 14px!important;color: #fff; text-align: left; padding:20px 10px!important;border-left: 0px solid #888!important; }
.navbar-nav > li > .dropdown-menu li a:hover{ color:#000;}


.dropdown:hover .dropdown-menu {display: block;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #fff;
}


#sidebar ul li a {
    padding: 10px;
    font-size: 14px!important;
    display: block;
    color: #fff;
    border-bottom: 2px solid rgba(128,128,128,.2);
    font-family: Roboto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #369536;
    position: absolute;
    top: 22px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}

.components ul ul a {
   padding-left: 10px !important;
  
}



.contant-wrapper p {
    color: #595959;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 14px 0;
}

table{font-size: 16px;
    line-height: 23px;}

.icon-green{color:#3ec70e }


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px;

}

.head-title-left {
	color: #064db7;
	font-size: 30px;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	float: left;
}
.head-title-left:after {
	content: "";
	position: absolute;
	background: #064db7;
	height: 2px;
	width: 62px;
	top: 50px;
	right: 0;
	left: 0;
}
.showall {
	background: #fff;
	min-width: inherit;
	padding: 14px 50px;
	color: #000;
	border: 1px solid #aaaaaa;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none !important;
	float: right;
}
.showall:hover {
	background: #369536;
	color: #fff;
	border: 1px solid #369536;
}

.artical-name {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.feature-pro-sec .home-pro-col p {
	font-size: 14px;
	color: #7c7c7c;
	margin-top: 12px;
}
.client-name {
	font-size: 13px;
	color: #7c7c7c;
	margin-bottom: 4px;
}
.client-name date {
	font-size: 13px;
	color: #7c7c7c;
}

.customized-packages{ background-color:#064db7; color:#fff; font-size: 30px; text-align: center; text-transform: uppercase; font-weight:800;  border-radius:20px 20px 0px 0px;}

.customized-packages-g{ background-color:#4ab64a; color:#fff; font-size: 24px; text-align: center; text-transform: uppercase; font-weight:800;}

.customized-packages-g p{ color:#fff; font-size: 24px; text-align: center; text-transform: uppercase; font-weight:800;}
.customized-packages-g .p1{ color:#fff; font-size: 20px; text-align: center; text-transform: uppercase; font-weight:800;}
.customized-packages-g span{ background-color:#fff; color:#000; font-size: 26px; text-align: center; width:50px; height: 50px; border-radius:50%; padding-top:12px; box-shadow:0px 0px 8px #237023; }

.table-no-b{ border-bottom: 0px!important; border-top: 0px!important; border-right: 0px!important; border-left: 0px!important;}
.table > thead > tr > th {
    vertical-align: bottom;
    border: 1px solid #ddd;
}

.border-custom{ border: solid 1px #dddddd; text-align: center;}

.btn-custom a {
    color: #fff;
    border: 2px solid #369536;
    background: #369536;
    padding: 10px 30px;
    margin: 1em 0;
    text-transform: uppercase;
    outline: none;
    text-decoration: none !important;
    font-size: 18px; border-radius: 5px;
}

.btn-custom a:hover {
    color: #ddd;
    border: 2px solid #064db7;
	background: #064db7;
}

.our-brands{  background-color:#fff; padding: 15px; border-radius: 5px; moz-box-shadow: inset 0 0 5px #ece7e7;
-webkit-box-shadow: inset 0 0 5px#ece7e7;
box-shadow: inner 0 0 5px #ece7e7; margin-bottom:30px; transition: all 0.3s;}

.our-brands:hover{   moz-box-shadow: inset 0 0 5px #369536;
-webkit-box-shadow: inset 0 0 5px#369536;
box-shadow: inner 0 0 5px #369536; }



.our-brands img{ width: 100%; text-align: center;}

.brands-wrapper {
   
    margin: 4em 0;
}

.table-sec-b{ background-color:#e2ebf8; padding: 20px; border-radius: 20px;  }
body{ overflow-x: hidden;}
.inner-wrapper {margin: 6em 0 0 0;}
.jobs-section h2::after {display: none;}
.event-image img {width: 100%;}
.date-format {padding: 10px 0 0 0;font-size: 13px;}

/*.jobs-section h3{ position: relative;color:#064db7;font-size:20px;font-weight: 400; margin: 20px 0px 15px 0px;}*/


.col-md-3.news-sidebar{ background-color:#064db7; padding: 10px;}
.col-md-3.news-sidebar ul {
    margin-left: 15px;
    padding-left: 0;
}
.col-md-3.news-sidebar ul li{ list-style: disc; color:#fff; padding: 4px  0 }

.col-md-3.news-sidebar ul li a{  color:#fff;  }
.col-md-3.news-sidebar ul li a:hover{  color:#fff000!important;  }
.home-f-pro img {width: 100%;height: 255px;}
.about-us-txt{ }
.about-us-txt ul {
    column-count: 2;
    text-align: left;     max-width: 598px;
    margin: auto;
}
.about-us-txt ul li { font-size: 16px; padding: 5px 0px;     font-weight: 100; color:#cae4f2;}

ul li{ font-size: 15px; color: #595959;}

/*---------------------------      media screen        ----------------------------------*/


@media screen and (max-width: 1024px) {
header .navbar-nav .nav-link {color: #fff !important;font-size: 13px;padding-left: 10px;}
header .navbar-nav li a {border-left: 1px solid #888;line-height: 0px;font-size: 13px;color: #fff;padding: 14px 7px;}
.navbar-header {width: 26%;}
#brand img {width: 83%;}
.banner .owl-carousel .owl-stage-outer { height: 100%;}
.static-text {bottom: 1em;}
.story-heading span {font-size: 56px;}	
.story-wrapper-text {width: 80%;padding: 30px 20px;border-radius: 20px;top: 30%;}	
.jobs-img-section h3 {font-size: 62px;}	
.job-butt {font-size: 15px;color:#fff!important;}	
.job-butt-b {font-size: 15px;color:#fff!important;}	
.demo-left {margin-top: 55px;padding: 0 30px;}	
	

}


@media screen and (max-width: 823px) {
.banner_containt {position: absolute;left: 0px;right: 0px;top: 80%;transform: translateY(-40%);text-align: center;z-index: 9999;}
.navbar-header {width: 22%;}
.right-side span {display: none;}
#brand img {width: 100%;}	
header .navbar {padding-top: 0px;}	
.navbar-btn {margin-top: 5px;}	
.what-we-item {margin: 0 8px;}	
#sidebarCollapse span {margin: 13px 8px 0;}	
.news-block p {font-size: 18px;	}
.head-title-small {font-size: 23px;}	
.story-wrapper-pic { position: relative;width: 100%;display: none;}
.story-heading {position: inherit;left: 0;top: 0;width: 100%; text-align: center;}
.story-wrapper-text {position: inherit; width: 95%;padding:30px 0 0 0;}		
#work-slider01 .owl-nav .owl-prev {left: 0;}
.eq-form::before { display: none;}
.contact-detail { display: block;}	
	
	

}










@media screen and (max-width: 768px) {

.about-wrapper-pic {position: inherit;right: 0;z-index: -1;margin-top: 30px;}
.banner .owl-carousel .owl-stage-outer { height: inherit;}
.about-wrapper-pic img { width:100%; margin-bottom: 15px;}
.packages {width: 90%;margin: auto;}	
.packages-left-green {position: relative;height: 187px;}
.packages-right-blue {position: relative;height: 207px;}	
.news-right-pic img {width: 100%;}	
.news-right-txt {margin-top: 30px;}	
.head-title-small::after {top: 43px;}	
	
	
	
	
	
	
}




@media screen and (max-width: 767px) {
.navbar-btn {margin-top: -20px;}	
.navbar-toggle {position: absolute;top: 0;right: 0;z-index: 999; background-color:#064db7;}
#navbar {background: black;text-align: left;padding: 12px;z-index: 99;}	
.navbar {z-index: 993;top: -10px;}
.banner_containt h4 {font-size: 21px;margin-bottom: 8px;}	
#brand {top: -49px;position: relative;}	
.banner_containt h3::after {display: none;}
.banner_containt h3::before {display: none;}	
.banner_containt h3 { font-size: 20px;line-height: 19px;margin-bottom: 8px; margin-top:0px}
.banner_containt p:nth-of-type(1) {display: none;}	
.right-side {text-align: center;margin-top: -32px;}	
.about-us-box {width: 100%;}
.packages-left {right: 0px; text-align: center;}	
.packages-right {left: 0px; text-align: center; }	
.packages-left p {font-size: 25px;}	
.packages-center h5 {font-size: 26px;}
.packages-right p {font-size: 25px;}	
.news-right-txt {margin-top: 30px;}		
.big-txt-center {font-size: 30px;}
.head-title-small {font-size: 26px;}	
.packages-left-green {position: relative;height: 142px;}
.packages-left-main {position: relative;min-height: 214px;}	
.navbar-header { width: 90%;z-index: 994;position: relative;}
#navbar {z-index: 99;top: 37px;position: relative; width: 100%;left: -14px;}	
.packages-center h5 {text-align: center; margin: 0px 0 10px 0px;}
.packages-center small {font-size: 30px;margin: 19px 0 0 0px;font-weight: 500; display: block; text-align: center;}	
.inner-banner-contorller img { height: 200px;}
.new-img {margin-bottom: 30px;}	
.story-heading strong {font-size: 21px;}	
.story-wrapper-text p {font-size: 16px;}	
.contant-wrapper {display: inline-block;margin: 4em 0 0 0 ;}	
.table-sec-b {width: 520px;overflow: scroll;margin: auto;}	
.common-text-box {text-align: center;}
.heading-blue-big {text-align: center;}	
.head-title-small::after {background-position: center;}	
.head-title-small {font-size: 22px;text-align: center;margin-top: 20px;}	
.jobs-img-section {padding: 0 15px;}
.jobs-img-section h5 {font-size: 21px;}	
.padd-right {padding-right: 15px;}	
.padd-left {padding-left: 15px;}	
.contact-detail {display: block;margin-bottom: 20px;padding-bottom: 20px;}	
.demo-left {margin-left: 0; position: inherit;margin-top: 55px;padding: 0 30px; display: block;}		
.contant-wrapper {display: block;margin: 4em 0 5em 0;}	
.inner-wrapper {margin: 2em 0 0 0;}	
.jobs-mb60 {margin-bottom: 70px;}	
.jobs-mb60 {margin-bottom: 70px;}	
.home-f-pro img {height:auto;}
	
	
}





@media screen and (max-width: 667px) {
.banner_containt{ display: none;}
#project-slider .owl-dots {display: inherit;text-align: center;left: 20%;}
.static-text {font-size: 14px;left: 50%;transform: translateX(-50%);padding: 11px 32px;}
.head-title-blk {font-size: 26px;}
.packages-center h5 {font-size: 23px;}	
.packages-center small {font-size: 22px;}	
.packages-center p {font-size: 21px;}	
.packages-center {min-height: 201px;}		
.table-sec-b {width: 520px;overflow: scroll;margin: auto;}	
.dropdown:hover .dropdown-menu {display: block;width: 100%;position: relative;}	
.rec-heading h3::after {display: none;}	
.head-title-blk {font-size: 22px;}	
.head-title {font-size: 21px;margin: 0 0 30px 0;text-align: center;}
.head-title-white {color: #fff;font-size: 28px;margin: 0em 0 0;}
.big-txt-center {font-size: 24px;}
.news-wrapper {margin: 1em 0 0;}
.home-pro-col.product {padding: 0 15px;}

.head-title-left {font-size: 21px;margin: 7px 0 0 0;}
#project-slider .owl-dots {display: inherit;text-align: center;left: 7%;bottom: -57px;}	
	
	
}




@media screen and (max-width: 640px) {
.navbar-header {width: 50%;}
.navbar-toggle {top: -6px;}
.head-title {font-size: 32px;margin: 0 0 30px 0; text-align: center;}
.what-we-wrapper {margin-left: 0;margin-top: 3em;}
.head-title::after { display: none;}
.what-we-item img {width: auto !important;margin: auto;}	
.what-we-item {text-align: center;}	
.head-title-small { font-size: 22px;}	
.static-text {left: 42%;transform: translateX(-34%);padding: 11px 32px;}		
.static-text {left: 21%;transform: translateX(-12%);padding: 11px 32px;}
.big {font-size: 29px;}
.table-sec-b {width: 420px;overflow: scroll;margin: auto;}
.job-butt {font-size: 13px;color:#fff!important;}	
.job-butt-b {font-size: 13px;color:#fff!important;}		
.rec-heading h3 {font-size: 20px;}	
.right-side {margin-top: -37px;}	
.head-title {font-size: 21px;margin: 0 0 30px 0;text-align: center;}
.head-title-white {color: #fff;font-size: 28px;margin: 0em 0 0;}
.big-txt-center {font-size: 24px;}
.news-wrapper {margin: 1em 0 0;}
.home-pro-col.product {padding: 0 15px;}

.head-title-left {font-size: 21px;margin: 7px 0 0 0;}
#project-slider .owl-dots {display: inherit;text-align: center;left: 7%;bottom: -57px;}	
	
}

.feature-pro-sec .home-pro-col {
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 0;
}

.feature-pro-sec .home-pro-col a {
    width: 100%;
}

.feature-pro-sec .home-pro-col .home-f-pro {
    overflow: hidden;
    margin-bottom: 16px;
}

.feature-pro-sec .home-pro-col .home-f-pro img {
    width: 100%;
}

.artical-name {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.client-name {
    margin-top: 20px;
    font-size: 13px;
    color: #7c7c7c;
    margin-bottom: 4px;
}


@media screen and (max-width: 414px) {
.table-sec-b {width: 320px;overflow: scroll;margin: auto;}
.static-text {bottom: 7px;}




}


