
body{ font-family: 'R', sans-serif; overflow-x: hidden; }
 p{ font-size: 15px; }

.book-a-meeting{ position: fixed; right: 0%; top: 30%; z-index: 100; width: 35px; }
.book-a-meeting img{ width: 100%;   }

.sticky {
  position: fixed; background: #fff; z-index: 10000;
  top: 0;
  width: 100%;
}

 

.logo img{ height: 80px; }
.header{ padding-top: 0px; padding-bottom: 5px; background: #fff;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
.header .info-icon { color: #71a144; font-size: 35px; margin-right: 10px; float: left; }
.header .info-text { font-size: 11px; color: #71a144; margin-bottom: 0px; }
.header .info-sub-text { color: #71a144; font-size: 20px; font-weight: 600; }
 
.menu{ padding-top: 15px;   }
.menu ul li a:hover { color: #d91d52; }
.menu ul li a.active{ color: #d91d52; }
.menu ul li a.active:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #ddd;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    left: 0;
    right: auto; background: #d91d52;
}

.menu ul li a:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #ddd;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.menu ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto; background: #d91d52;
}



.top-header{ height: 45px; background: #211d66; width: 100%; }
.top-header p{ color: #fff; line-height: 40px; font-weight: 400;  }
.top-header p span{ color: #f7dc14; }


.sdfsdf{ background: url("../images/top-bg.png") center left no-repeat; 
height: 43px; padding-left: 45px; }
.sdfsdf p{ margin-bottom: 0px; float: left; margin-right: 20px;  }
.sdfsdf p a{ color: #fff; font-weight: 300; font-size: 14px; padding:0px 8px; border-right: 2px solid #5d7ec1; }
.sdfsdf p a:nth-last-child(1){ border-right:none; }
.sdfsdf:after{ position: absolute; content: ""; width: 100%; height: 43px; background: #21419f; }
.social_media{ float: left; padding-top: 7px; }
.social_media a{ background: #55a9d6; width: 25px; height: 25px; text-align: center; line-height: 25px;
display: inline-block; border-radius: 50px; color: #2645a2; font-size: 14px; margin: 0px 2px; }


.bottom-slidr {
    background: #d91d52;
}
.bottom-slidr p {
    line-height: 35px;
    margin-bottom: 0px;
}
.bottom-slidr p a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 8px;
    border-right: 1px solid #fff;
    font-weight: 400;
    letter-spacing: 0.8px; }
.bottom-slidr p a:nth-last-child(1) { border-right: none; }
.carousel-control { width: 7%; }
.carousel-control-prev span {
    background: url(../images/left-arrow.png) center no-repeat;
    color: transparent;
    width: 123px;
    height: 100px;
}
.carousel-inner>.item>img{ width: 100% }
.carousel-control-prev2{left: -30px !important;}
.carousel-control-prev2 span {
    content: "<"; background: none; background: url("../images/left1.png") center no-repeat;
    height: 50px; width: 40px;     background-size: contain;
}
.carousel-control-next span {
    background: url(../images/right-arrow.png) center no-repeat;
    color: transparent;
    width: 123px;
    height: 100px;
}
.carousel-control-next2{ right: -30px !important; }
.carousel-control-next2 span {
    content: "<"; background: none; background: url("../images/right1.png") center no-repeat;
    height: 50px; width: 40px;     background-size: contain;
}


.banner { position: absolute; z-index: 10000; width: 100%; padding-top: 50px; }
.banner h1 span{  color: #00aeed; font-size: 16px; margin-bottom: 10px; font-weight: 300;
padding: 8px 16px; background:#16242f; border-radius: 20px; display: inline-block; }
.banner h1{ font-size: 40px; margin-bottom: 20px; color: #000; font-weight: 900; }
.banner p{ font-size: 15px; color: #fff; margin-bottom: 35px; }
.banner p a{ color: #fff; font-size: 14px; font-weight: 400; padding-bottom: 3px; position: relative;
text-decoration: none; z-index: 1; padding: 6px 15px; }
.banner p a:hover{ color: #333; }
.banner p a.au:before {
    content: "";
    position: absolute;  border-radius: 4px;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 40px; z-index: -1;
    background: #00aeed; -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.banner p a.au:after {
	content: "";
    position: absolute; border-radius: 4px;  
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 40px; z-index: -1;
    background: #71a144;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.banner p a.au:hover:after { 
    width: 100%;
    left: 0;
    right: auto; background: #ddd;
}

.banner p a.bb{ color: #fff; }
.banner p a.bb:before {
    content: "";
    position: absolute;  border-radius: 4px;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 40px; z-index: -1;
    background: #71a144; -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.banner p a.bb:after {
	content: "";
    position: absolute; border-radius: 4px;  
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 40px; z-index: -1;
    background: #71a144;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.banner p a.bb:hover:after { 
    width: 100%;
    left: 0;
    right: auto; border:1px solid #71a144;
}



.app_main{ padding-top: 100px; }
.app_main h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 27.5px;
}
.app_main p { 
    display: block; color: #000;
    font-weight: 500;
    margin-top: 20px;
    font-size: 15px;
}
.app_main p span {
    background: red;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}


.inner_apges{}
.inner_apges{ height: auto; padding-top: 30px; padding-bottom: 50px; }
.inner_apges h1{ font-size: 25px; margin-bottom: 20px; color: #14489e; font-weight: 800; }
.inner_apges p{ font-size: 16px; color: #333; font-weight: 400; line-height: 26px; }
.inner_apges img{ border-radius: 10px; }
.inner_apges ul { padding: 0px; margin: 0px 0px 0px 20px; }
.inner_apges ul li{ font-size: 16px; color: #333; }
.inner_apges p span.note{ color: red; font-weight: 800; }
.inner_apges ol { padding: 0px; margin: 0px 0px 0px 20px; }
.inner_apges ol li{ font-size: 16px; color: #333; margin-bottom: 5px; }

.inner_apges h2{ font-size: 22px; margin-bottom: 20px; margin-top: 30px; color: #14489e; font-weight: 800; }
.inner_apges table{ border:1px solid #ccc; text-align: center; }
.inner_apges table tr{}
.inner_apges table tr th{ font-size: 16px; }
.inner_apges table tr td{ font-size: 16px; }


.page_name{ background: #f1f1f1; padding-top: 30px; padding-bottom: 30px; }
.page_name h1{ font-weight: 400; font-size: 40px;  text-align: center; }

.include_services h5{ font-size: 30px; text-align: center; font-weight: 400; padding-top: 50px; padding-bottom: 30px; }
.include_services ul{ margin: 0px; padding: 0px; }
.include_services ul li{ list-style: none; float: left; text-align: center;
background: #041a32; width: 32%; margin: 5px; padding: 15px 0px; font-size: 20px !important;
font-weight: 300; color: #0297cf; border-radius: 3px; }

.page1{ background: #fafce8; }
.page2{ background: #ecfce8; } 
.page3{ background: #e8fcfa; }
.page4{ background: #e8f1fc; } 
.aboutus_page{ height: auto; padding-top: 50px; padding-bottom: 50px; }
.aboutus_page h1{ font-size: 25px; margin-bottom: 20px; color: #14489e; font-family: "BB" }
.aboutus_page p{ font-size: 17px; color: #333; line-height: 26px; }
.aboutus_page ul{ padding-left: 15px; margin-bottom: 15px; margin-top: 15px; }
.aboutus_page ul li{ font-size: 17px; color: #333; line-height: 26px; }

.aboutus_page ol{ padding-left: 15px; }
.aboutus_page ol li{ font-size: 17px; color: #333; line-height: 26px; }


.aboutus_page .abotdxzfs img{ margin-top: 30px; border-radius: 20px; }
.aboutus{ padding-top: 50px; padding-bottom: 50px; background: #1c3589; height: 470px; margin-top:0px;
justify-content: center;
    align-items: center;
    display: list-item; }
.aboutus h1 span{ display: block; color: #fff; font-size: 20px; margin-bottom: 10px; font-weight: 300; font-family: 'Poppins', sans-serif; }
.aboutus h1{ font-size: 35px; font-family: 'B', serif; margin-bottom: 25px;
color: #f9df13;  }
.aboutus p{ font-family: "R";
    font-size: 17px;
    color: #dcdbdb;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 26px; }
.aboutus p a{ color: #000; font-size: 16px; font-weight: 500; padding-bottom: 3px; position: relative;
text-decoration: none; background: #f9df13; padding: 6px 15px; }

.aboutus h2{ margin-bottom: 25px; }
.aboutus ul{}
.aboutus ul li{ font-size: 15px; margin-bottom: 15px; }
.aboutus ul li span{ font-weight: 600; border-bottom:1px solid #333; }

.aboutus p a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px;
    background: #ddd; -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.aboutus p a:after {
	content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; background: #ddd;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.aboutus p a:hover:after { width: 100%; left: 0; right: auto; background: #E12454; }

.announcements{ padding-top: 60px; padding-bottom: 60px; }
.announcements h2{ font-weight: 700; font-size: 30px; color: #1b3487; margin-bottom: 10px; }
.announcements p{ font-size: 17px; }
.announcements ul{ padding: 0px; margin: 0px; }
.announcements ul li{ list-style: none; float: left; font-size: 17px;  width: 30%; margin-right: 3%; 
border-bottom: 1px solid #333; padding-top: 10px;  }
.announcements ul li a{ color: #333; }
.announcements ul li a:hover{ text-decoration: none; color: #000; }


.rankers{ padding-top: 0px; padding-bottom: 60px; }
.rankers h2{ font-weight: 700; font-size: 30px; color: #1b3487; margin-bottom: 10px; }
.rankers ul{ padding: 0px; margin: 0px; }
.rankers ul li{ list-style: none; float: left; width: 150px; margin-right: 10px;   }
.rankers ul li img{ width: 100%; }


.testimonials_main{ padding-top: 50px; padding-bottom: 50px; }
.testimonials_main h2{ font-weight: 700; font-size: 30px; color: #1b3487; }
.testimonials_main h2 span img{ height: 25px; }
.testimonials{ background: #edf0fa; padding: 20px 30px; margin-top: 10px; justify-content: center;
    align-items: center;
    display: flex; }
.testi_img{ background: #000; height: 250px; border-radius: 5px; width: 90%; }
.testimonials p{ font-size: 17px; color: #000; text-align: justify; }
.testi_name{ width: 200px; float: right; text-align: center; font-size: 14px; font-weight: 400; }
.testi_name span{ font-size: 16px; font-weight: 600; color: #ee1d23; }
.testi_name h5:before{ position: absolute; content: ""; width: 70px; height: 2px; background: #333;
margin-left: -80px; margin-top: 8px; }


.tree_box_main{ padding-top: 100px; }
.tree_box{ text-align: center;  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
.tree_box h2{ font-family: "B"; margin-bottom: 0px; }
.tree_box p{ font-size: 17px; padding: 10px 25px 25px 25px; }
.tree_box img{ width: 100%; margin-bottom: 20px; }


.contactus_page h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
.contaact_left {
    background: #f1f1f1;
    padding-top: 40px;
    border-radius: 10px 0px 0px 10px;
}
.contaact_right {
    background: #200e36;
    padding-top: 40px;
    border-radius: 0px 10px 10px 0px;
}
.social_mm2 {
    padding-left: 10px; padding-top: 30px;
}
.social_mm2 ul {
    padding: 0px;
    margin: 0px;
}
.social_mm2 ul li:hover {
    background: #200e36;
}

.social_mm2 ul li {
    float: left;
    list-style: none;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    padding: 0px !important;
    margin: 2px 5px;
    padding-top: 8px !important;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.social_mm2 ul li a{ font-size: 16px; color: #333; }
.social_mm2 ul li:hover a {
    color: #fff;
}
.social_mm2 ul li a i {
    position: relative;
    margin-left: 0px; 
    margin-top: 3px;
}
.contaact_right h4 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}
.contaact_right h5 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #f3be3d;
}
.navbar-nav li a{ color: #333; font-size: 18px; }
.products{ padding-top: 75px; }
.products h2{ font-size: 30px; font-weight: 400; margin-bottom: 30px; padding-top: 80px; }
.products p{ margin-bottom: 25px; }
.products p a.au{color: #fff; margin-right: 30px;
    font-size: 14px;
    font-weight: 400; padding: 5px 10px; border-radius: 4px; 
    text-decoration: none; background: #00aeed; }
.p_text{ position: relative; z-index: 1}
.products p a{ color: #00aeed; font-weight: 500; }


.p_text:before{ content: ""; position: absolute; width: 110%; height: 80%; 
background: #fff; margin-left: -70px; margin-top: 30px;
z-index: -1; }
 
 
 

.footer-top{padding-top: 50px; padding-bottom: 50px; text-align: center;  background: #E12454;  }
.footer-top h3{ color: #fff; font-size: 25px; font-family: 'Playfair Display', serif; line-height: 32px; margin-bottom: 35px; }
.footer-top a{ background: #fff; color: #000; padding: 10px 20px; border-radius: 50px; font-weight: 500; margin: 5px;
text-transform: uppercase; border-bottom: 5px solid #680021 }


.footer{ background: #2b4392; padding-top: 80px; }
.footer h2{ color: #fff; font-family: "B"; margin-bottom: 15px; }
.footer img{ margin-bottom: 20px; margin-top: 20px; }
.footer p{ font-size: 16px; color: #fff; }
.footer ul{ padding: 0px; margin: 0px; }
.footer ul li{ list-style: none; float: left; width: 100%; color: #fff; font-size: 16px; margin-bottom: 10px;
padding-left: 0px; font-weight: 300; }
.footer ul li i{ position: absolute; margin-left: -25px; margin-top: 3px; }

.copyright-item{ text-align: center; padding-top: 50px; padding-bottom: 20px; }


 

a.grt-logo {
  display:inline-block;
}

a.grt-logo img {
  width: 100%; margin-top: 8px;
}

.grt-mobile-button {
  display:none;
}

.grt-mobile-button:focus {
  border:0;
  outline:0;
}

.body-overflow {
  overflow:hidden;
}

ul.grt-menu {
  display: block;
  float:right;
  margin:0 -10px 0 0;
  padding:0;
  list-style-type: none;
}

ul.grt-menu:after {
  content:"";
  clear:both;
  display:block;
}

ul.grt-menu li {
  display: inline-block;
  margin:0;
  padding:0px 8px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

ul.grt-menu li a {
  padding: 10px 0px;
  font-size:15px; 
  display: inline-block;
  color:#231f66;
  line-height: 1.1em;
  box-shadow: inset 0 0 0 0 #FFF;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  position:relative;
  text-decoration: none;
  text-transform: capitalize; font-family: "B";
}

 
 

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

ul.grt-menu li.grt-dropdown:hover {
  cursor:pointer;
}

ul.grt-menu li.grt-dropdown:hover a {
  box-shadow: none;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
  display:none;
  position:absolute;
  background:#fff; border-radius: 0px;
  margin: 0;
  padding: 0;
  min-width:230px;
  animation: fadeIn 0.8s; border-radius: 0px;
  z-index: 999; margin-top: -4px; border-top:15px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
  display:block;
  font-size:15px;
  color: #000; font-weight: 500;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  padding: 9px 12px;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li:last-child a {
  padding-bottom:15px;
}

 

ul.grt-menu li.grt-dropdown.active-dropdown {
  
}

ul.grt-menu li.grt-dropdown.active-dropdown ul.grt-dropdown-list {
  display:block !important;
}

ul.grt-menu li.grt-dropdown.active-dropdown a {
  color:#FFF;
}


/* Desktop only style */
@media (min-width:768px) {

  ul.grt-menu li.grt-dropdown:hover > a + ul.grt-dropdown-list {
    display:block;
    top: calc(100% - 17px);
  }

  ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li {
    display:block;
  }

  ul.grt-menu li.grt-dropdown:hover > a {
    color:#00aeed; 
  }
 
}

 

/* Tablet only style */
@media (min-width:768px) and (max-width:991px) {
  ul.grt-menu li a {
    font-size:18px;
  }
}

/* Mobile only style */
@media (max-width:767px) {

  .menu-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grt-mobile-button {
    display:none;
    position:absolute;
    right:0;
    top:10px;
    background:#041a32;
    color:#3d3d3d;
    margin:0;
    padding:0;
    cursor:pointer;
    border: 0;
    width:35px;
  }

  .grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    display:block;
  }

  ul.grt-menu {
    display:none;
    margin:0;
      height: 0;
  }  

  ul.open-grt-menu {
    position: fixed; z-index: 1000;
    background: #FFF;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height:100%;
    float: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .grt-mobile-button-open {
    position: fixed;
    z-index:99999;
    right:25px;
    top:25px;
  }

  .grt-mobile-button-open .line1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 5px);
    transform: rotate(-45deg) translate(-8px, 5px);
  }

  .grt-mobile-button-open .line2 {opacity: 0;}
  
  .grt-mobile-button-open .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
  }

  ul.grt-menu li {
    display: block;
    line-height: 3.5em;
  }

  ul.grt-menu li a {
    padding: 15px 10px;
    font-size:20px; color: #000;
  }

  ul.grt-menu li.grt-dropdown.active-dropdown a{ color: #000; }

  ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
    width:100%;
    position: relative;
    display:none;
  }

  ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
    display: block;
    font-size: 17px;
  }
}

.carousel-indicators li {  border:none; margin-right: 3px !important;
    margin-left: 3px !important;
    width: 12px; 
    height: 12px; }






svg#ham-menue {
    fill: white;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 30px;
  }

  .line {
    fill: none;
    stroke: #333333;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }

  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
  }

  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }

  .vg-nav-hamburger.show .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }

  .vg-nav-hamburger.show .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
  }

  .vg-nav-hamburger.show .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }




.vg-nav {
  --vg-nav-dropdown-width: 200px;
  position: relative;
  z-index: 1000000;
  width: 45%; float: right;     margin-top: 10px;
}

.vg-nav>ul:not(.vg-nav-wrapper) {
  display: none
}

.vg-nav-wrapper {
  padding: 0;
  margin: 0;
  display: block
}

.vg-nav-wrapper li {
  list-style: none
}

.vg-nav-wrapper>li {
  display: inline-block
}

.vg-nav-wrapper span.toggle {
  transition: all .4s ease;
  transform: rotate(0)
}

.vg-nav-wrapper span.toggle span.default {
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  width: 0;
  height: 0;
  transition: all .4s ease;
  transform: rotate(0);
  display: inline-block;
  margin-left: .355em;
  vertical-align: .255em
}

.vg-nav-wrapper .dropdown {
  position: relative
}

.vg-nav-wrapper .dropdown ul {
  padding: 0
}

.vg-nav-wrapper .dropdown>ul {
  transition: all .4s ease;
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  width: var(--vg-nav-dropdown-width)
}

.vg-nav-wrapper .dropdown>ul.left,
.vg-nav-wrapper .dropdown>ul .left {
  left: 0
}

.vg-nav-wrapper .dropdown>ul.right,
.vg-nav-wrapper .dropdown>ul .right {
  right: 0
}

.vg-nav-wrapper .dropdown>ul ul {
  transition: all .4s ease;
  position: absolute;
  top: 20%;
  opacity: 0;
  visibility: hidden;
  width: var(--vg-nav-dropdown-width)
}

.vg-nav-wrapper .dropdown>ul .dropdown ul.left {
  left: 100%
}

.vg-nav-wrapper .dropdown>ul .dropdown ul.right {
  right: 100%
}

.vg-nav-wrapper .dropdown>ul .dropdown.show>ul {
  visibility: visible;
  opacity: 1;
  top: 0
}

.vg-nav-wrapper .dropdown.show>ul {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.vg-nav-wrapper .dropdown.show>a span.toggle .default {
  transform: rotate(-180deg)
}

.vg-nav-wrapper .dropdown-mega .dropdown-mega-container {
  transition: all .4s ease;
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  min-height: 300px
}

.vg-nav-wrapper .dropdown-mega.show>a span.toggle {
  transform: rotate(-180deg)
}

.vg-nav-wrapper .dropdown-mega.show>.dropdown-mega-container {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.vg-nav-wrapper.vg-nav-cloned>li {
  display: block
}

.vg-nav-wrapper.vg-nav-cloned .dropdown ul {
  position: relative;
  width: 100%;
  height: 0;
  top: 0
}

.vg-nav-wrapper.vg-nav-cloned .dropdown ul .left,
.vg-nav-wrapper.vg-nav-cloned .dropdown ul .right {
  left: 0 !important;
  top: 0 !important
}

.vg-nav-wrapper.vg-nav-cloned .dropdown.show>ul {
  height: initial
}

.vg-nav-wrapper.vg-nav-cloned .dropdown-mega .dropdown-mega-container {
  position: relative;
  height: 0;
  min-height: 0;
  top: 0;
  display: none
}

.vg-nav-wrapper.vg-nav-cloned .dropdown-mega.show .dropdown-mega-container {
  display: block;
  height: auto;
  top: 0
}

.vg-nav-hover>ul .dropdown:hover>a span.toggle {
  transform: rotate(-180deg)
}

.vg-nav-hover>ul .dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.vg-nav-hover>ul .dropdown:hover .dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0
}

.vg-nav-hover>ul .dropdown-mega:hover .dropdown-mega-container {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.vg-nav-hover>ul .dropdown-mega:hover>a span.toggle {
  transform: rotate(-180deg)
}

.vg-nav-hamburger {
  --vg-hamburger-line-width: 35px;
  --vg-hamburger-line-height: 3px;
  --vg-hamburger-line-indent-top: 7px;
  --vg-hamburger-line-color: #333333;
  display: none;
  align-items: flex-start
}

.vg-nav-hamburger--lines {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--vg-hamburger-line-width);
  height: calc(var(--vg-hamburger-line-height)*3 + var(--vg-hamburger-line-indent-top)*2);
  position: relative
}
.vg-sidebar-header{ display: none; }
.vg-nav-hamburger--lines span {
  background-color: #fff;
  height: var(--vg-hamburger-line-height);
  width: var(--vg-hamburger-line-width);
  right: 0;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  display: block;
  transition: all .4s ease;
  transform: rotate(0);
  opacity: 1
}
.vg-nav-hamburger.show{ margin-top: 0px; } 
.vg-nav-hamburger--lines span:first-child {
  top: 0
}

.vg-nav-hamburger--lines span:nth-child(2) {
  top: calc(var(--vg-hamburger-line-height) + var(--vg-hamburger-line-indent-top))
}

.vg-nav-hamburger--lines span:nth-child(3) {
  top: calc((var(--vg-hamburger-line-height) + var(--vg-hamburger-line-indent-top))*2)
}

.vg-nav-hamburger--title {
  position: relative;
  display: inline-block;
  margin-right: 3px
}

.vg-nav-hamburger.show .vg-nav-hamburger--lines span:first-child {
  opacity: 0
}

.vg-nav-hamburger.show .vg-nav-hamburger--lines span:nth-child(2) {
  transform: rotate(45deg)
}

.vg-nav-hamburger.show .vg-nav-hamburger--lines span:last-child {
  transform: rotate(-45deg);
  top: 10px
}

@media(max-width: 575.98px) {
  .vg-nav-xs .vg-nav-hamburger {
    display: flex
  }

  .vg-nav-xs>ul {
    display: none
  }
}

@media(max-width: 767.98px) {
  .vg-nav-sm .vg-nav-hamburger {
    display: flex
  }

  .vg-nav-sm>ul {
    display: none
  }
}

@media(max-width: 991.98px) {
  .vg-nav-md .vg-nav-hamburger {
    display: flex
  }

  .vg-nav-md>ul {
    display: none
  }
}

@media(max-width: 1199.98px) {
  .vg-nav-lg .vg-nav-hamburger {
    display: flex
  }

  .vg-nav-lg>ul {
    display: none
  }
}

@media(max-width: 1399.98px) {
  .vg-nav-xl .vg-nav-hamburger {
    display: flex
  }

  .vg-nav-xl>ul {
    display: none
  }
}

.vg-nav-xxl .vg-nav-hamburger {
  display: flex
}

.vg-nav-xxl>ul {
  display: none
}

.vg-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0);
  visibility: hidden;
  transition: all .4s ease;
  z-index: 1041
}

.vg-sidebar-content {
  position: absolute;
  transition: all .4s ease
}

.vg-sidebar.left .vg-sidebar-content {
  width: 320px;
  height: 100%;
  left: -100%;
  top: 0
}

.vg-sidebar.right .vg-sidebar-content {
  width: 320px;
  height: 100%;
  right: -100%;
  top: 0
}

.vg-sidebar.top .vg-sidebar-content {
  width: 100%;
  height: 320px;
  right: 0;
  top: -100%
}

.vg-sidebar.bottom .vg-sidebar-content {
  width: 100%;
  height: 320px;
  right: 0;
  bottom: -100%
}

.vg-sidebar.open {
  background: rgba(51, 51, 51, .4);
  visibility: visible
}

.vg-sidebar.open.left .vg-sidebar-content {
  left: 0
}

.vg-sidebar.open.right .vg-sidebar-content {
  right: 0
}

.vg-sidebar.open.top .vg-sidebar-content {
  top: 0
}

.vg-sidebar.open.bottom .vg-sidebar-content {
  bottom: 0
}

.vg-sidebar-content {
  background: #fff;     margin-top: 65px;
}

.vg-sidebar-header {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ccc
}

.vg-sidebar-header .vg-sidebar-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin: 0
}

.vg-sidebar-body {
  width: 100%;
  height: calc(100% - 52px);
  overflow-y: auto;
  padding: 15px;
  font-size: 14px
}

.vg-sidebar-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none !important;
  font-weight: 300
}


.vg-nav{ display: none; }
@media screen and (min-device-width: 300px) and (max-device-width: 768px) { 

  .vg-nav{ display: block; }
    .p_text:before{ display: none; }
    .p_text{ background: #041a32; margin-top: -80px; }
    .box{ position: relative; z-index: 1000; }
    .mobile_none{ display: none; }
    a.grt-logo img { max-height: 35px; }
    .banner h1 span{ display: none; }
	.info-wrap{ display: none; }
    .banner{ padding-top: 0px; }
    .banner p{ display: none; }
    .carousel-control-prev, .carousel-control-next{ display: none; }
	.banner h1 {  font-size: 20px; }
	.banner p a { padding: 5px 10px; }
	.content .hh h1{ padding: 0px 0px; font-size: 26px;  }
	.footer-top a { padding: 6px 10px; font-size: 13px;  margin: 1px; text-transform: capitalize; }
	.logo img{ height: 55px; }
	.footer img{ height: 50px; }
	.book-a-meeting{ width: 30px; }

    .products h2 { font-size: 24px; color: #fff; }
    .products p { color: #fff; font-size: 14px; } 
    .include_services ul li { width: 98%; margin: 2px; }
    .page_name h1 { font-weight: 400; font-size: 30px; }
    .navbar-nav li a { color: #333; font-size: 16px;}

    .aboutus { padding-top: 20px; }


header  { padding-top: 8px !important; padding-bottom: 15px !important; }

	}


  .vg-nav-wrapper li{ padding: 10px 0px;  }
  .vg-nav-wrapper li a{ color: #333; font-size: 15px; text-transform: uppercase;
    font-weight: 400; }

    nav.sann{ padding-top: 6px; }