@font-face {
font-family: 'Gotham Book';
font-style: normal;
font-weight: normal;
src: local('Gotham Book'), url('GothamBook.woff') format('woff');
}


@font-face {
font-family: 'Gotham Book Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Book Italic'), url('GothamBookItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light';
font-style: normal;
font-weight: normal;
src: local('Gotham Light'), url('GothamLight.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Light Italic'), url('GothamLightItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium';
font-style: normal;
font-weight: normal;
src: local('Gotham Medium'), url('GothamMedium.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium 1';
font-style: normal;
font-weight: normal;
src: local('Gotham Medium'), url('GothamMedium_1.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Medium'), url('GothamMediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold'), url('GothamBold.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold'), url('Gotham-Bold.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold Italic'), url('GothamBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Black Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Black Regular'), url('Gotham-Black.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Light Regular'), url('Gotham-Light.woff') format('woff');
}


@font-face {
font-family: 'Gotham Thin Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Thin Regular'), url('Gotham-Thin.woff') format('woff');
}


@font-face {
font-family: 'Gotham XLight Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham XLight Regular'), url('Gotham-XLight.woff') format('woff');
}


@font-face {
font-family: 'Gotham Book Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Book Italic'), url('Gotham-BookItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Thin Italic'), url('Gotham-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Ultra Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Ultra Italic'), url('Gotham-UltraItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham XLight Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham XLight Italic'), url('Gotham-XLightItalic.woff') format('woff');
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,body {
  background: #fff;
  color: #444;
  font-family: 'Gotham Light Regular';
  overflow-x: hidden;


}
.hh-100{
    height:100vh !important;
}
a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham Black Regular';
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
    max-width: 150px;
    margin-top: -10px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro-title {
  padding:60px 0px 80px 120px;
}
.intro-title h2{
  font-size: 64px;
  font-family: 'Gotham Black Regular';
  padding-bottom: 20px;
  text-align: center;
  color: #000;
}
.intro-image {
  width: 100%;
}
.intro-title p{
  font-size: 28px;
}
#intro {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 120px 0 0px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Gotham Light Regular';
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #007bff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/

#vgilant {
  background: #fff;
  padding: 20px 0px 40px 0;
  width: 100%;
  height: 100%;
}
.mt-20{
  margin-top: -30px;
}
.about-container h2 {
font-size: 54px;
    font-family: 'Gotham Black Regular';
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.about-container h3 {
font-size: 28px;
font-family: 'Gotham Black Regular';
 font-weight: bold;
 color: #000;
 margin-bottom: 10px;
}
.vgilant-image {
  padding-bottom: 5px;
}
.vgilant-sub {
/*  padding: 0px 22px;*/
  font-size: 20px;
   font-family: 'Gotham Light Regular';
}
.vgilant-side-title {
    font-size: 24px;
    font-family: 'Gotham Light Regular';
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.vgilant-side-image {
  width: 100%;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

/* Services Section
--------------------------------*/

#services {
  padding: 10px 0 10px 0;
}
.ss-title{
font-size: 68px;
font-family: 'Gotham Black Regular';
font-weight: bold;
color: #000;
}
.ss-sub{
  font-size: 22px;
text-align: center;
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
.service-div h3 {
font-size: 28px;
font-family: 'Gotham Black Regular';
 font-weight: bold;
 color: #000;
 margin-bottom: 10px;
}
.service-sub {
  font-size: 20px;
   font-family: 'Gotham Light Regular';
   margin-bottom: 5px;
}
.service-image{
  padding-bottom: 5px;
}
.service-side-image {
  max-width: 70%;
  display: block;
  padding-top: 85px;
  margin: 0 auto;
}


#why-us {
  padding: 10px 0;
}
.why-title {
font-size: 52px;
font-family: 'Gotham Black Regular';
font-weight: bold;
color: #000;
margin-bottom: 0px;

}
.why-sub{
  font-size: 24px;
   width: 52%;
    margin-bottom: 20px;
    text-align: center;
}
.why-image {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}
.step h3 {
  font-family: 'Gotham Black Regular';
  font-size:22px;
  font-weight: bold;
  color: #44546A;
  margin-bottom: 7px;
}
.step{
  position: relative;
}
.step .procedure {
  position: relative;
}
.step .arrow{
  position: absolute;
  top: 50%;
  right: -7px;
}
/*.step:after {
    content: '';
    position: absolute;
    top: 8%;
    background-image: url('../img/arrow.png');
    width: 97%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.step:last-child:after {
      content: '';
       position: absolute;
    top: 8%;
    background: url('');
    width: 97%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;

}*/

.point h3 {
    font-size: 34px;
    font-family: 'Gotham Light';
    padding-left: 35px;
    color: #000;
    margin-bottom: 5px;
}
.point-bullet li {
  list-style: none;
  line-height: 2;
}

.point-image {
  max-width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 10px 0;
}
.plan-title {
  font-size: 52px;
   font-family: 'Gotham Black Regular';
  font-weight: bold;
  margin-bottom: 0px;
  color: #000;
}
.mt-85{
  margin-top: -85px;
}
.plan-sub {
  font-size: 42px;
  font-family: 'Gotham Light';
  color: #000;
}
#portfolio h6 {
  font-family: 'Gotham Thin Regular';
  font-size: 16px;
  margin-bottom: 0px !important;
}

.fac-text{
  font-size: 16px;
  font-family: 'Gotham Light';
  color: #0070C0;
  font-weight: bold;


}
.nai {
    visibility:hidden;
}
.light-gray{
  background: #F2F2F2;
  margin:0px 17px;
  padding: 0px;

}
.light-gray img {
  width: 15px;
  height: 10px;
}
.deep-gray{
  background: #D9D9D9;
   /*margin:0px 17px;*/
   /*padding: 0px;*/
}
.deep-gray-admin{
  background: #D9D9D9;
   margin:0px 17px;
   padding: 0px;
}
.deep-gray h4 {
  font-size: 20px;
  font-family: 'Gotham Black Regular';
  font-weight: bold;
  padding: 7px 0px;
  margin-bottom: 0px;
  color: #000;
}
.deep-gray p {
   font-family: 'Gotham Light';
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 26px;
  color: #000;
  font-weight: normal;
}
.deep-gray-admin h4 {
  font-size: 18px;
  font-family: 'Gotham Black Regular';
  padding: 7px 0px;
  margin-bottom: 0px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.deep-gray-admin p {
   font-family: 'Gotham Light';
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000;font-weight: bold;
}

.columns {
  float: left;
  width: 25%;
  padding: 8px;
}

.price {
  list-style-type: none;
  /*border: 1px solid #eee;*/
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  /*border-bottom: 1px solid #eee;*/
  padding: 7px 0px;
  /*text-align: center;*/
  background:#F2F2F2;
}
.price2 li {
  /*border-bottom: 1px solid #eee;*/
  padding: 4.5px 0px;
  /*text-align: center;*/
  background:#fff !important;
  text-align:right;
}
.price li img {
    width:15px;
    height:12px;
    display:block;
    margin:0 auto;
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* admin-plan*/
#admin-plan {
  padding: 10px 0;
}
.plan-title {
  font-size: 52px;
   font-family: 'Gotham Black Regular';
  font-weight: bold;
  margin-bottom: 0px;
  color: #000;
}
.mt-85{
  margin-top: -85px;
}
.plan-sub {
  font-size: 42px;
  font-family: 'Gotham Light';
  color: #000;
}
#admin-plan h6 {
  font-family: 'Gotham Thin Regular';
  font-size: 16px;
  margin-bottom: 0px !important;
}

.fac-text{
  font-size: 16px;
  font-family: 'Gotham Light';
  color: #0070C0;
  font-weight: bold;


}
.nai {
    visibility:hidden;
}
.light-gray{
  background: #F2F2F2;
  margin:0px 17px;
  padding: 0px;

}
.light-gray img {
  width: 15px;
  height: 10px;
}
.deep-gray{
  background: #D9D9D9;
}
.deep-gray-admin{
  background: #D9D9D9;
   margin:0px 17px;
   padding: 0px;
}
.deep-gray h4 {
  font-size: 20px;
  font-family: 'Gotham Black Regular';
  font-weight: bold;
  padding: 7px 0px;
  margin-bottom: 0px;
  color: #000;
}
.deep-gray p {
   font-family: 'Gotham Light Regular';
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 26px;
  color: #000;
  font-weight: normal;
}
.deep-gray-admin h4 {
  font-size: 18px;
  font-family: 'Gotham Black Regular';
  padding: 7px 0px;
  margin-bottom: 0px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.deep-gray-admin p {
   font-family: 'Gotham Light';
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000;font-weight: bold;
}

.columnss {
  float: left;
  width: 20%;
  padding: 8px;
}

.pricee {
  list-style-type: none;
  /*border: 1px solid #eee;*/
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mt-50{
    margin-top:-50px;
}

.pricee .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.pricee li {
  /*border-bottom: 1px solid #eee;*/
  padding: 7px 0px;
  /*text-align: center;*/
  background:#F2F2F2;
}
.pricee2 li {
  /*border-bottom: 1px solid #eee;*/
  padding: 5px 0px;
  /*text-align: center;*/
  background:#fff !important;
  text-align:right;
}
.pricee li img {
    width:15px;
    height:12px;
    display:block;
    margin:0 auto;
}
.pricee .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
/*admin-plam ends
/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 20px 0px 50px 0px;
}
.admin-header h3 {
font-size: 56px;
    font-family: 'Gotham Black Regular';
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}
.admin-header p {
font-size: 24px;
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
    
}


/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}


.tt{
    display:none;
}
.ttt{
    display:none;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

/*  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }*/

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

/*********** custome media query ***********/
@media (min-width: 1201px) and (max-width: 2000px) {
.container-fluid {
    height:100vh !important;
}
}
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 480px) and (max-width: 767px) {
.intro-title {
  padding:0px;
}
.intro-title h2{
  font-size: 28px;
  font-family: 'Gotham Black Regular';
  padding-bottom: 20px;
  text-align: center;
  color: #000;
}
.intro-image {
  width: 100%;
}
.intro-title p{
  font-size: 28px;
}
}

@media (min-width: 300px) and (max-width: 479px){
/**intro **/
.intro-title {
  padding:0px;
}
.intro-title h2{
  font-size: 22px;
  font-family: 'Gotham Black Regular';
  padding-bottom: 20px;
  text-align: center;
  color: #000;
}
.intro-image {
  width: 100%;
}
.intro-title p{
  font-size: 26px;
}
/**about **/
.about-container h2 {
font-size: 32px;
    font-family: 'Gotham Black Regular';
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.about-container h3 {
font-size: 28px;
font-family: 'Gotham Black Regular';
 font-weight: bold;
 color: #000;
 margin-bottom: 10px;
}
.vgilant-image {
  padding-bottom: 5px;
}
.vgilant-sub {
/*  padding: 0px 22px;*/
  font-size: 20px;
   font-family: 'Gotham Light Regular';
}
.vgilant-side-title {
    font-size: 22px;
    font-family: 'Gotham Light Regular';
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.vgilant-side-image {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/***service**/
.ss-title{
font-size: 42px;
font-family: 'Gotham Black Regular';
font-weight: bold;
color: #000;
}
.service-side-image {
    max-width: 80%;
    display: block;
    padding-top:10px !important;
    margin: 0 auto;
    padding-bottom: 80px;
}
/**why**/
.why-title {
    font-size: 38px;
    font-family: 'Gotham Black Regular';
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}

.why-sub {
    font-size: 22px;
     width: 100%; 
    margin-bottom: 20px;
    text-align: center;
}
/**step **/
.step .procedure {
    position: relative;
    margin: 15px 0px;
}
.step .arrow {
    position: absolute;
    top: 86%;
    right: 46%;
}

.point h3 {
    font-size: 26px;
    font-family: 'Gotham Light';
    padding-left: 35px;
    color: #000;
    margin-bottom: 5px;
}
.point-image {
 max-width: 100%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}
/**price**/
.price2 li {
    text-align: center;
}
.nai {
    display:none;
}
.columns {
    width: 100%;
}
.plan-title {
    font-size: 46px;
    font-family: 'Gotham Black Regular';
    font-weight: bold;
    margin-bottom: 0px;
    color: #000;
}
.plan-sub {
    font-size: 31px;
    font-family: 'Gotham Light';
    color: #000;
}
/*admin head**/
.admin-header h3 {
    font-size: 31px;
    font-family: 'Gotham Black Regular';
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}
.admin-header p {
    font-size: 22px;
     width: 100%; 
    margin-bottom: 20px;
    text-align: center;
}

.pricee2 li {
    text-align: center;
}
.nai {
    display:none;
}
.columnss {
    width: 100%;
}
.mt-50{
    margin-top:0px !important;
}
.tt{
    display:inline-block;
    width:95%;
    color:#777777;
    font-size:14px;
}
.ttt{
float: left;
    display: inline-block;
    color: #777777;
    text-align: left;
    margin-bottom: 7px;
     font-size:14px;
}
.vview{
    display:none;
}
.price li{
    padding:6px 0px;
}
.price li img{
display: inline-block;
    float: right;
 
    margin-top: 7px;
     width:5%;
}
.pricee li{
    padding:6px 0px;
}
.pricee li img{
display: inline-block;
    float: right;
   
    margin-top: 7px;
     width:5%;
}

.ttn{
    float:right;
        margin-right: 6px;
    
}
.ttnn{
    float:right;
    /*margin-left: 93px;*/
     font-size:14px;
     margin-right:5px;
}
.ttnn1{
    float:right;
    margin-left: 85px;
     font-size:14px;
}
.ttn1{
      float:right;
    margin-left: 50px;  
     font-size:14px;
}
.deep-gray p {
    font-family: 'Gotham Light Regular';
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 26px;
    color: #000;
    font-weight: normal;
}
}





