/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
    background: #f2f2f2;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

.section{
    padding: 70px 0;
    position: relative;
}








.top-head {
  background: #226fb3;
  min-height: 40px;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.social-icon {
  float: left;
}

.social-icon a {
  color: #fff;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
}

.social-icon a i {
    padding: 12px 0px 12px 0;
    font-size: 16px;
    transform: rotate(104deg);
}

.social-icon a:hover {
  color: #ffca06;
}

.top-call-us {
  color: #cdd1d8;
  float: left;
  padding: 11px 0;
}

.top-call-us a {
  color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.top-call-us span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.top-call-us i {
    color: #fff;
    /*padding: 0 5px;*/
    transform: rotate(95deg);
}

.request-info {
  color: #fff;
  background: #000;
  float: left;
  padding: 11px 12px;
  margin-left: 20px;
}

header {
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
    background: #226fb3!important;
}

.header-wrapper .logo-wrap {
  float: left;
  /*padding: 11px 0;*/
  width: 200px;
}
.header-wrapper {
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  padding-bottom: 0;
  overflow-x: hidden;
}

.main-navigation {
    float: left;
    margin-top: 0;
}

*:focus {
    outline: none;
}

.top-right {
    margin: 0 0 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 86%;
}

.nav {
  position: relative;
}

.nav > a {
  display: none;
}

.nav li {
  position: relative;
}

.nav li a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 30px 30px 27px;
  display: inline-block;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
}

.nav li a.child-menu {
  padding-right: 30px;
}

.nav li a.child-menu:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #005599;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 19px;
  right: 15px;
  margin-top: 0px;
}

.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav > ul > li {
  width: auto;
  height: 100%;
  float: left;
  position: relative;
}

.nav > ul > li:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 33px;
  color: #dce1e7;
}

.nav > ul > li:last-child::after {
  content: "";
}

.nav > ul > li > a {
  height: 100%;
  text-align: center;
  cursor:pointer
}
.nav > ul > li:not( :last-child ) > a {
  /*border-right: 1px solid #dce1e7;*/
}
 
.nav > ul > li:hover > a, .nav > ul:not( :hover ) > li.active > a {
  color: #fff;
  text-decoration: none;
}

.nav li ul {
  background-color: #d34747;
  display: none;
  position: absolute;
  top: 77px;
  z-index: 9999;
  width: 300px;
  list-style: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav li ul:after{
  position: absolute;
  top: -12px;
  left: 40px;
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 12px solid #d34747;
}

.nav li:hover ul {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  padding: 30px 30px 10px 40px;
  -moz-box-shadow:    4px 4px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow:         4px 4px 15px 5px rgba(0, 0, 0, 0.2);
}

.nav li:hover ul li ul {
  display: none;
}

.nav li:hover ul li:hover ul {
  display: block;
  left: 100%;
  top: 0px;
}

.nav li ul a {
  font-size: 14px;
  padding: 0 0 30px;
  color: #fff;
  display: block;
  position: relative;
}

.nav li ul a:after {
  position: absolute;
  font-family: 'FontAwesome';
  left: -15px;
  top: 0px;
  content: "\f105";
}

.nav li ul a {}

.nav li ul li a:hover, .nav li ul:not( :hover ) li.active a {
  color: #000;
  text-decoration: none;
}










@media (min-width: 992px) and (max-width: 3000px) {
  
  .flexslider li .meta {
    width: 80%;
  } 
}


@media (min-width: 992px) and (max-width: 1199px) {
  
  .flexslider li .meta {
    width: 70%;
      top: 12%;
  } 
}


@media (max-width: 1199px) {
  
  .flexslider li h1 {
    font-size: 45px;
  } 
  
  
  .free-quote-img {
    top: -89px;
  }
  
  .footer-bottom-list li {
    line-height: 30px;
  }

  .banner-caption {
    padding: 50px 30px;
  }
  
  .inner-banner h1 {
    padding: 0;
  }
  
  .inner-banner-2 h1 {
    padding: 0;
  }
  
  .inner-banner-3 h1 {
    padding: 0;
  }
      
  .inner-banner {
    min-height: 50px;
    padding: 50px 30px;
  }
  
  .inner-banner-2 {
    min-height: 50px;
    padding: 50px 30px;
  }

  .inner-banner-3 {
    min-height: 50px;
    padding: 50px 30px;
  } 
  
  .admission-banner-three h3 {
    padding: 0;
  }
  
  .admission-banner-one h3 {
    padding: 0;
  }
  
  .admission-banner-three h2 {
    padding: 0;
  }
  
  .medical-list li {
    padding: 0 30px;
  }
  
  .medical-list li:after {
    left: 7px;
  }
  
  .download-button-pdf {
    float: left;
    margin: 15px 0 0 18px;
  }
  
  #map {
    height: 600px;
  }
  
}

@media (max-width: 991px) {
  
  .flexslider li h1 {
    font-size: 30px;
  }
  
  .flexslider li .meta {
    top: 25%;
  }
  
  .flexslider li h2 {
    padding: 18px 30px 0;
    margin: 0 auto 45px;
    font-size: 18px;
  } 
  
  .flexslider li .category p a {
    padding: 18px 30px;
  }
  
  .slider-contact-wrapper {
    display: none;
  }
    
  .find-out {
    padding: 80px 0 0;
  }
  
  .find-out-img {
    position: relative;
    float: right;
    top: 0;
  }
  
  .videowrapper {
    margin: 0 0 30px;
  }
  
  .sbmit-button {
    margin: 0 0 40px;
  }
  
  footer h3 {
    float: left;
    width: 100%;
  }
  
  .adress-list li {
    float: left;
    width: 100%;
  }
  
  .get-footer {
    margin: 30px 0 40px;
  }
  
  .modal-dialog {
    width: 730px;
  }
  
  .modal-body {
    background-image: none;
  }
  
  .ask-question h1 {
    float: none;
    text-align: center;
  }
  
  .ask-question h6 {
    float: none;
    text-align: center;
  }
  
  .ask-question p {
    text-align: center;
  }
  
  .contact-info {
    margin: 0 0 60px;
  }
  
  .contact-info-mob {
    margin: 0 0 0;
  }
  
  .use-link i {
    margin-left: 50%;
    transform: translate(-50%, 0%);
  }
  
  .use-link p {
    text-align: center;
    margin: 20px 0 0;
  }
  
  .video-embed {
    margin: 30px 0 0;
  }
   
   .visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: block !important;
    top: 14px;
    position: absolute;
    z-index: 999;
    font-size: 25px;
    cursor: pointer;
   }
   
   .top-right {
    float: left;
    margin: 0;
  }
  
  .nav li ul {
    top: 0;
    width: 250px;
  }
  
  .nav li:hover ul {
    padding: 0;
  }
  
  .nav li ul::after {
    display: none;
  } 

  .header-wrapper .logo-wrap {
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  .header-wrapper .logo-wrap img {
    max-width: 150px;
    margin: auto;
  }
  .top-right {
    float: none !important;
  }
  .pushmenu {
    /*this is the nav*/
      
    background: #fff;
    text-align: center;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    float: none !important;
    margin-top: 0 !important;
  }
  .pushmenu-left {
    left: -250px;
  }
  .pushmenu-left.pushmenu-open {
    left: 0;
    background-color: #226fb3;
  }
  .pushmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .pushmenu-push-toright {
    left: 250px;
  }
  /*Transition*/
    
  .pushmenu, .pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav_list {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #1181ff;
    position: absolute;
    left: 15px;
    top: 0;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 21px;
  }
  nav-list.active {
    background-position: -270px top;
  }
  .main-navigation {
    padding-top: 15px;
  }
  .main-navigation a {
    display: block;
  }
  
  .nav li a {
    color: #fff;
  }
  /*Transition*/
    
  .pushmenu, .pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav_list {
    cursor: pointer;
  }
  nav-list.active {
    background-position: -270px top;
  }
  .main-navigation {
    padding-top: 15px;
  }
  .nav > ul > li {
    display: block;
    width: 100%;
  }
  .nav > ul > li a {
    border-bottom: 1px solid #cbcbcb;
    display: block;
    padding: 15px 10px;
  }
  .nav li:hover ul {
    position: relative;
    background: #c32d2d;
  }
  .nav li:hover ul li:hover ul {
    position: relative;
    left: 0px;
    background: #e5e5e5;
  }
  
  .nav > ul > li:after {
    display: none;
  }
  
  .free-quote-img {
    position: relative;
    left: 0;
    top: 0;
    float: right;
    max-width: 100%;
  }
  
  .free-quote {
    padding: 80px 0 0;
  }
  
  .stepwizard-step p {
    font-size: 15px;
  }
  
}


@media (max-width: 767px) {
  .content .col-sm-4 {
    width: 25%;
  }
  
/*.content .col-lg-2.col-md-3.col-sm-3.col-xs-4.res-clients {
    width: 24%;
  }*/
  .flexslider li h1 {
    font-size: 28px;
  }
  
  .flexslider li h2 {
    font-size: 16px;
    padding: 12px 18px 0;
  }
  
  .flexslider li .category p a {
    padding: 16px 24px;
  }
  
  .flexslider li .meta {
    top: 16%;
  }
  
  .modal-dialog {
    width: 90%;
  }
  
  .modal-header .close {
    margin-top: -6px;
    margin-right: 8px;
    font-size: 21px;
}
  
  .top-mob-head {
    display: block;
    float: left;
    background: #fff;
    width: 100%;
  }
  
  .content-white {
    padding: 40px 0;
  }
    
  .service-full {
    text-align: center;
  }
  
  .service-full img {
    margin: 0 auto 25px;
  }
  
  .service-full h3 {
    text-align: center;
  }
  
  .call-centrer-head:before {
    left: inherit;
      margin-left: -55px;
  }
  
  .translation-head:before {
    left: inherit;
      margin-left: -55px;
  }
  
  .transcription-head:before {
    left: inherit;
      margin-left: -55px;
  }
  
  .audio-visual:before {
    left: inherit;
      margin-left: -55px;
  }
  
  .writing-head:before {
    left: inherit;
      margin-left: -55px;
  }
  
  .languages-head:before {
    left: inherit;
      margin-left: -55px;
  }
  
  .top-call-us {
    padding: 27px 0px;
     
  }
  
  .top-call-us a {
    font-size: 12px;
    letter-spacing: 0;
  }
  
  .top-call-us span {
    letter-spacing: 0;
  } 
    
  .location-one {
    width: 33.333%;
    float: left;
    padding: 10px 0;
    text-align: center;
    background: #000;
    color: #ffca06;
    border-right: 1px solid #fff;
  }
  
  .location-one i {
    padding-right: 5px;
  }
  
  .location-two {
    width: 33.333%;
    float: left;
    padding: 10px 0;
    text-align: center;
    background: #000;
    color: #ffca06;
    border-right: 1px solid #fff;
  }
  
  .location-two i {
    padding-right: 5px;
  }
  
  .call-us {
    /*width: 33.333%;*/
    float: left;
    padding: 10px 0;
    text-align: center;
    /*background: #000;*/
    color: #ffca06;
  }
  
  .call-us i {
    padding-right: 5px;
  }
  
  .program-full img {
    margin: 0 auto 30px;
  }
  
  .program-full h3 {
    text-align: center;
  }
  
  .program-full p {
    text-align: center;
  }
  
  .program-over {
    margin: 0 auto;
    display: table;
  }
  
  .program-over::after {
    top: -1px;
  }
  
  .stepwizard-row {
    display: block;
    margin: 0 auto;
    display: table;
  }
  
  .stepwizard-step {
    display: block;
      width: 100%;
      height: auto;
  }
  
  .stepwizard-row:before {
    display: none;
  }
  
  .step-circle {
    margin: 0;
    position: absolute;
    top: -12px;
    display: none;
  }
  
  .stepwizard-step p {
    font-size: 15px;
  }
  
  .lab-desc h1 {
    margin: 30px 0 30px;
  }
  
  .our-mission {
    padding: 60px;
  }
  
  .mission-logo {
    margin: 0 auto;
  }
  
  .our-mission h2 {
    text-align: center;
  }
  
  .our-mission p {
    text-align: center;
  }
  
  .owl-icon {
    margin: 0 auto;
  }
  
  .inner-banner h1 {
    font-size: 36px;
  }
  
  .owl-desc h1 {
    text-align: center;
    margin: 40px 0 30px;
    padding: 0;
  }
  
  .owl-desc p {
    text-align: center;
    padding: 0;
  }
  
  .how-ie h1 {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  
  .how-ie h6 {
    float: none;
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
  }
  
  .how-ie-img {
    margin: 0 auto;
  }
  
  .how-ie h2 {
    margin: 20px 0 10px;
    text-align: center;
  }
  
  .how-ie p {
    text-align: center;
  }
  
  .border-bottom-mob {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  
  .border-bottom-mob:after {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    left: 50%;
    margin-left: -90px;
    bottom: 0;
    background: rgba(23, 56, 96, 0.2);
  }

  .content-white h1 {
    font-size: 30px;
    margin: 30px 0 30px;
    text-align: center;
  }
  
  .modal-title {
    font-size: 24px;
    line-height: 26px;
  }
  
  .pdf-down-box {
    width: 260px;
    margin: 0 auto 30px;
  }
  
  #map {
    height: 400px;
  }
}

@media (max-width: 640px) {
  
  .find-out {
    padding: 80px 0;
  }
    
  .find-out-img {
    display: none;
  }

}

@media (max-width: 580px) {
  
  .flexslider li h1 {
    font-size: 22px;
  } 
  
  .flexslider li h2 {
    margin: 0 0 35px;
  }
  
  .flexslider li .category p a {
    padding: 14px 18px;
  }
  
  .mob-res-right {
    width: 58%;
    padding-left: 0;
  }
  
  .mob-res-left {
    width: 42%;
    padding-right: 0;
  }
  
  .content-white h1 {
    float: none;
  }
  
  .content-white h6 {
    float: none;
    padding: 0;
    margin: 0 0 20px;
  }
  
  .medical-list li {
    width: 100%;
  }
  
  .news-mob {
    width: 100%;
  }
  
  .inner-banner h1 {
    font-size: 30px;
  }
  
  .inner-banner h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .content.col-xs-4 {
       width: 25%;
  }
  .content .col-xs-6 {
       width: 33%;
   }
}

@media (max-width: 480px) {
  
/*  .content .col-lg-2.col-md-3.col-sm-3.col-xs-4.res-clients {
    width: 33%;
  }*/
  .content .col-xs-6 {
       width: 33%;
  }
  .col-xs-6 {
    width: 100%;
  } 
  
  .flexslider li h1 {
    font-size: 18px;
  }
  
  .flexslider li .category p {
    font-size: 13px;
  }
  
  .flexslider li .meta {
    top: 12%;
  }
  
  .flexslider li .category p a {
    padding: 10px 12px;
  }
  
  .flexslider .slides img {
    height: 200px;
    -moz-user-select: none;
    width: 112%;
  }
  

}


/*@media (max-width: 1200px) {
.content .col-lg-2.col-md-3.col-sm-3.col-xs-4.res-clients {
    width: 20%; 
  }
}

@media (max-width: 420px) {
.content .col-xs-4.res-clients {
    width: 50%; 
  }
}*/

@media (max-width: 360px) {
  
  .flexslider li .meta {
    top: 7%;
  } 
  
  .flexslider .slides img {
    width: 150%;
  }
}
















/*=========================my styles=================*/



.f-logo{
  margin-left: auto;
  margin-right: auto;
  width: 35%;

}


.navbar-brand {
    float: none!important;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}




.logg{
  background: #fff;
}


 .rg {
   margin: 13px 10px;
}

.header-top{
  background: #2d5d8b;
}

.h-fa2{
  color: #fff;
}

.pull-left a{
  color: #fff;
}


.call-us a {
    /*line-height: 48px;*/
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: .45px;
    padding-right: 10px;
    text-decoration: none;
   
}

.call-us img {
    width: 16%;
}
.pull-left a {
    /*line-height: 48px;*/
    font-size: 15px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: .45px;
    margin-right: 22px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
}

.h-fa2 {
    padding: 0px 10px;
}

.pp {
    padding-bottom: 300px;
}

.pp h1 {
    color: #fff;
    font-weight:200;
}





@media only screen and (max-width:1087px) and (min-width: 992px){
    
    
    
 .pp {
    padding-bottom: 200px;
}

.pp h1 {
    color: #fff;
    font-size:35px!important;
    line-height:38px;
}
  
}







@media only screen and (max-width:992px) and (min-width: 768px){
    
    
    
 .pp {
    padding-bottom: 110px;
}

.pp h1 {
    color: #fff;
    font-size:35px!important;
    line-height:38px;
}
  
}






@media only screen and (max-width:768px) and (min-width: 600px){
    
    
    
 .pp {
    padding-bottom: 110px!important;
}

.pp h1 {
    color: #fff;
    font-size:30px!important;
    line-height:38px;
}
  
}



@media only screen and (max-width:600px) and (min-width: 450px){
    
    
    
 .pp {
    padding-bottom: 40px!important;
}

.pp h1 {
    color: #fff;
    font-size:24px;
    line-height:38px;
}
  
}




@media only screen and (max-width:450px) and (min-width: 350px){
    
    
    
 .pp {
    padding-bottom: 20px!important;
}

.pp h1 {
    color: #fff;
    font-size:24px;
    line-height:28px;
}
  
}

@media only screen and (max-width:350px) and (min-width: 320px){
    
    
    
 .pp {
    padding-bottom: 24px!important;
}

.pp h1 {
    color: #fff;
    font-size:18px;
    line-height:21px;
}
  
}





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






.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}



/*======================MEDIA QUIRY START===================*/





@media only screen and (max-width:1199px) and (min-width: 992px){



nav li a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    padding: 30px 20px 27px!important;
    display: inline-block;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

}

@media only screen and (max-width:1650px) and (min-width: 993px){



.dtp{
  display: none!important;
}

}


@media only screen and (max-width:992px) and (min-width: 320px){

.dtp{
  display: block!important;
}

}


@media only screen and (max-width:992px) and (min-width: 315px){

.f-logo{

  display: none!important;
}


.navbar-brand {
    float: none;
    height: 50px;
    padding: 0px 0px!important;
    font-size: 18px;
    line-height: 20px;
}


nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: left;
    margin-right: -200px;
    margin-top: 30px!important;
    font-size: 33px;
    color: #faab2c;
}



.navbar {
    position: relative;
    min-height: 100px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}


nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: solid 1px #e0e0e0;
    z-index: 9;
}




nav.navbar.bootsnav ul.nav > li > a {
    color: #000;
    background-color: transparent;
    outline: none;
    margin-bottom: -2px;
}





.dtp{
      margin-top: 15px;

}


}
/*======================MEDIA QUIRY END===================*/





.about-section{
 padding: 77px 0 60px;
background: #f5f5f5;
}

.about-section p{
  font-size: 16px;
  text-align: center;
  line-height: 37px;
}


.about-section h2{
  text-align: center;
}

.ig{
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 35px;
  /*padding-top: 15px;*/
}


.cq {

    text-align: center;
    background: #2a74b5;
    width: 34%;
    color: #fff;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 100;

}


.cs {

    text-align: center;
    background: #2a74b5;
    width: 20%;
    color: #fff;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 100;

}

html {
  scroll-behavior: smooth;
  }

.wrrp{
  background: #f2f2f2;
}


.what-section{
 
}


.what-section span{
    padding:0px 21px;
}


  .what-section p{
  font-size: 16px;
  text-align: center;
  line-height: 37px;
}


.what-section h2{
  text-align: center;
  padding: 75px 0 0 0;
}




.pricingTable{
    color: #fff;
    background-color: #ebebeb;

    /*text-align: center;*/
    padding: 36px 6px 20px;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    min-height: 645px;
}

.pricingTable img{
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.tt{
  text-align: center;
}


.h-fa{
  color: #0062ab;
  float: left;
  padding: 10px 5px;
}








.pricingTable:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }


.pricingTable .title {

    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 10px 0 10px;
    line-height: 25px;
    font-weight: 600;
    color: #000;

}
.pricingTable .price-value {

    width: 100%;
    margin: 0 auto 40px;
    position: relative;

}

.pricingTable .amount{
    background: linear-gradient(-140deg,#353DAA,#C0B3DE);
    font-size: 55px;
    font-weight: 700;
    height: 130px;
    line-height: 100px;
    width: 130px;
    border-radius: 50%;
    border: 13px solid #fff;
    display: inline-block;
    transition: all 0.3s;
}
.pricingTable:hover .amount{ text-shadow: 0 0 15px #000; }
.pricingTable .pricing-content {
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    padding: 15px 0 0;
    margin: 0;
    list-style: none;
    color: #000;
}
.pricingTable .pricing-content li{
    border-radius: 20px;
    background-color: rgba(255,255,255,0.1);
}
.pricingTable .pricing-content li:nth-child(even){
    background-color: transparent;
}
.pricingTable .pricingTable-signup{
    color: #4F53B4;
    background-color: #fff;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #4F53B4;
    display: inline-block;
    transition:all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    color: #fff;
    background-color: #4F53B4;
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000;
}
.pricingTable.blue:after,
.pricingTable.blue .price-value .amount{
    background: linear-gradient(-140deg,#017ED2,#00D0B1);
}
.pricingTable.blue .price-value .month{ color: #017ED2;  }
.pricingTable.blue .pricingTable-signup{
    color: #0198C7;
    box-shadow: 0 0 10px #0198C7;
}
.pricingTable.blue .pricingTable-signup:hover{
    color: #fff;
    background-color: #0198C7;
}
.pricingTable.pink:after,
.pricingTable.pink .price-value .amount{
    background: linear-gradient(-140deg,#EA3898,#FF867D);
}
.pricingTable.pink .price-value .month{ color: #EA3898;  }
.pricingTable.pink .pricingTable-signup{
    color: #F04F90;
    box-shadow: 0 0 10px #F04F90;
}
.pricingTable.pink .pricingTable-signup:hover{
    color: #fff;
    background-color: #F04F90;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 30px; }
}
@media only screen and (max-width: 479px){
    .pricingTable .pricing-content{
        font-size: 15px;
    }
}


.what-section {
    background: #fff;
    /*padding-bottom: 90px;*/
}





.bg1 {

    position: absolute;
    margin-top: -104px;
    right: -43px;
    width: 63%;
}

.bg2 {
    position: absolute;
    margin-top: -81px;
    right: -24px;
    width: 65%;
}


.bg3 {

    position: absolute;
    margin-top: -28px;
    right: -43px;
    width: 63%;
}


.bg4 {
    position: absolute;
    margin-top: 0px;
    right: -10px;
    width: 63%;
}


.expertise-section{
    margin-top: 50px;
    margin-bottom: 100px;
}


.expertise-section h2{
  text-align: center;
  padding: 80px 0 0 0;
}

.owl-demo .item {
    padding: 0px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    /*box-shadow: 0px 4px 13px 2px #ededed;*/
    
}


.ayur2{
    height:115px;
}



.expertise-section h5 {
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
}




.h-btn1{
  color: #fff;
  background: #edb022;
  border: none;
  width: 150px;
  height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}




.portfolio-section{
 /* margin-bottom: 80px;*/
  background: #f5f5f5;
  padding: 93px 0px;
}



.portfolio-section h2{
  text-align: center;
  padding: 5px 0 0 0;

}


.portfolio-section h5{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;

}


.portfolioimg{
   width: 100%;
}

.portfolio-section h4{
  text-align: center;
  padding: 15px 0 0;
  color: #000;
  font-size: 19px;
  letter-spacing: 0px;
}

.portfolio-section span{
    color: #575757;
    font-size: 15px;
    font-weight: 100;
    padding: 10px;
}


/*///////////////////////hover effects//////////////////////////////*/

.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #808080;
}
.box:before,
.box:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}


.box:hover{
  background: #000;
}
.box:before{
    bottom: 5%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.box:after{
    top: 5%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.box:hover:before,
.box:hover:after{
    opacity: 1;
    width: 90%;
    height: 90%;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.box:hover img{
    transform: scale(1.05);
}
.box .box-content{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 10%;
}
.box .title,
.box .post{
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.box:hover .title,
.box .post{
    opacity: 0;
}
.box:hover .post{
    opacity: 1;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}





.section-clients{
  margin-bottom: 80px;
}


.section-clients h2{
  text-align: center;
  padding: 80px 0 0 0;

}


.section-career{
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 78px 0;
}

.section-career h2{
  text-align: center;
  /*padding:80px 0 0 0;*/
}







.table > tbody > tr > th {
    text-align: center;
    border-top: 2px solid #226fb3;
    background-color: #226fb3;
    color: #fff;
    padding: 21px 0;
}


.table > tbody > tr > td {
    text-align: center;
    padding: 47px 16px 30px;
    border-top: 1px solid #226fb3;
   /* font-weight: 600;*/
   font-size: 16px;
   border-bottom: 1px solid #226fb3;
   color: #000;
}

.apply {
    background-color: #f6b11c;
    color: #fff;
    padding: 10px 20px;
}


.ft{
  border: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    height: 620px;
  }



.cv {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #0643ad;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 15px 0 0;
}


.contact-input{
  height: 45px;
}



.submit-button {
    display: inline-block;
    /*margin: 20px 15px 0 0;*/
    color: #fff;
    background-color: #1263ab;;
    padding: 9px 80px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
}




@media only screen and (max-width:767px) and (min-width: 320px){

  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    height: 1031px;
}

}
/*===================modal=======================*/


.section-project{
  margin-bottom: 80px;
}


.section-project h2{
  text-align: center;
  padding: 80px 0 0 0;

}
.tfa{
  padding: 0px 4px 0
}

.taab1{
  font-size: 16px;
  line-height: 42px;
  color: #000;
  /*padding: 24px 21px 0;*/
}

.tab-content{
 background: #f6f6f6;
  padding: 30px 0;
}

.tb1{
  width: 570px;
}

.tb1 a{
   padding: 20px 0!important;
   text-align: center;
   font-size: 18px;
   color: #fff;
   text-transform: uppercase;
 
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 570px;
}


.nav-tabs > li > a {

    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
    width: 570px;

}

.nav-tabs > li > a:hover {
   
    border: 1px solid #226fb3;
  }

  .section-contact {
    margin-bottom: 80px;
  }



.section-contact hr{
  width: 48%;
  background: #f6b11c;
  border: none;
  height: 1px;

}

  .section-contact h2 {
    text-align: center;
    padding: 80px 0 0 0;
  }

  .section-contact h5 {
    text-align: center;
  }

.c-box{
  background: #fff;
    height: 200px;
    padding: 35px 0;
    box-shadow: 0 7px 48px -20px #aaa;
    /*padding: 10px 0 0;*/
    margin: 14px 0px;

}

.section-contact p {
    text-align: center;
    font-size: 18px;
  }

  .cb-p{
    font-size: 16px!important;
    padding: 0 61px;
  }

  .mp-area{
    margin-top: 80px;
  }


  .contact_form .form-group {
    margin-bottom: 20px;
}
.contact_form .form-group {
    margin-bottom: 0px;
}
.pl0 {
    padding-left: 0;
}

.form-control {
    height: 50px;
    /*border: none;*/
}

.btn-dark {
    width: 50%;
    height: 50px;
    outline: none !important;
    background: #fcc008;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footerr{
  background: #000;
}

.footerr h5{
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 0;
  }
.rgg{
  margin: 13px 10px;
  text-align: center;
}



/*==========================client slider=====================*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.modal-open {
    overflow: hidden;
    padding-right: 0px!important;

}

.br1{
  border-color: #dedede;
}

.modal-tle{
      text-align: center;
      text-transform: uppercase;
      padding: 16px 0 0;
    }

.mhr{
  width: 21%;
  height: 3px;
  background: #f6b322;
  border: none;
}


.modal-header {
    padding: 15px;
    border-bottom: none;

}



@media (max-width: 991px){
.header-wrapper .logo-wrap img {
    max-width: 150px;
    margin: auto;
}

}

@media (max-width: 991px){

.cq {
    text-align: center;
    background: #2a74b5;
    width: 64%;
    color: #fff;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 100;
}


.cs {
    text-align: center;
    background: #2a74b5;
    width: 64%;
    color: #fff;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 100;
}



}



@media (max-width: 430px){

.cq {
    text-align: center;
    background: #2a74b5;
    width: 89%;
    color: #fff;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 100;
}


.cs {
    text-align: center;
    background: #2a74b5;
    width: 89%;
    color: #fff;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 100;
}



}






@media (max-width: 1200px){


/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {*/
/*    color: #fff;*/
/*    cursor: default;*/
/*    background-color: #226fb3;*/
/*    border: 1px solid #ddd;*/
/*        border-bottom-color: rgb(221, 221, 221);*/
/*    border-bottom-color: rgb(221, 221, 221);*/
/*    border-bottom-color: transparent;*/
/*    width: 940px!important;*/
/*}*/





/*.nav-tabs > li > a {*/
/*    margin-right: 2px;*/
/*    line-height: 1.42857143;*/
/*    border: 1px solid #226fb3;*/
/*    border-radius: 4px 4px 0 0;*/
/*    color: #000;*/
/*    background: #fff;*/
/*        background-color: rgb(255, 255, 255);*/
/*     width: 940px!important;*/
/*}*/

}






@media (max-width: 400px){

.c-box {
    background: #fff;
    height: 255px;
    padding: 35px 0;
    box-shadow: 0 7px 48px -20px #aaa;
    /* padding: 10px 0 0; */
    margin: 14px 0px;
}
}

@media only screen and (max-width:1200px) and (min-width: 992px){
    
 
 .c-box {
    background: #fff;
    height: 240px;
    padding: 35px 0;
    box-shadow: 0 7px 48px -20px #aaa;
    /* padding: 10px 0 0; */
    margin: 14px 0px;
}
   
}











@media (max-width: 992px){


/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {*/
/*    color: #fff;*/
/*    cursor: default;*/
/*    background-color: #226fb3;*/
/*    border: 1px solid #ddd;*/
/*    border-bottom-color: rgb(221, 221, 221);*/
/*    border-bottom-color: rgb(221, 221, 221);*/
/*    border-bottom-color: transparent;*/
/*    width: 676px !important;*/
/*}*/





/*.nav-tabs > li > a {*/
/*    margin-right: 2px;*/
/*    line-height: 1.42857143;*/
/*    border: 1px solid #226fb3;*/
/*    border-radius: 4px 4px 0 0;*/
/*    color: #000;*/
/*    background: #fff;*/
/*    background-color: rgb(255, 255, 255);*/
/*    width: 676px !important;*/
/*}*/
}



@media (max-width: 991px){

header {

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    background: #fefefe !important;
    height: 100px;

}

.visible-xs, .visible-sm, .visible-md, .visible-lg {

    display: block !important;
    top: 34px;
    position: absolute;
    z-index: 999;
    font-size: 25px;
    cursor: pointer;

}
}



@media only screen and (max-width:991px) and (min-width: 767px){

.visible-xs, .visible-sm, .visible-md, .visible-lg {

    display: block !important;
    top: 33px;
    position: absolute;
    z-index: 999;
    font-size: 28px;
    cursor: pointer;

}
.header-wrapper .logo-wrap img {

    max-width: 370px;
    margin: auto;
    margin-left: -100px;
    margin-top: 19px;

}
}


@media only screen and (max-width:767px) and (min-width: 500px){


.visible-xs, .visible-sm, .visible-md, .visible-lg {

    display: block !important;
    top: 17px;
    position: absolute;
    z-index: 999;
    font-size: 28px;
    cursor: pointer;

}



.header-wrapper .logo-wrap img {

    max-width: 370px;
    margin: auto;
    margin-left: -77px;
    margin-top: 19px;

}

}




@media only screen and (max-width:500px) and (min-width: 400px){


.visible-xs, .visible-sm, .visible-md, .visible-lg {

    display: block !important;
    top: 11px;
    position: absolute;
    z-index: 999;
    font-size: 28px;
    cursor: pointer;

}



.header-wrapper .logo-wrap img {

    max-width: 290px;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: -47px;
    margin-top: 26px;

}

}






@media only screen and (max-width:400px) and (min-width: 315px){


.visible-xs, .visible-sm, .visible-md, .visible-lg {

    display: block !important;
    top: 5px;
    position: absolute;
    z-index: 999;
    font-size: 28px;
    cursor: pointer;

}



.header-wrapper .logo-wrap img {

    max-width: 240px;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: 0px;
    margin-top: 30px;

}

}






@media only screen and (max-width:1200px) and (min-width: 992px){


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 165% !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 165% !important;
}

}




@media only screen and (max-width:768px) and (min-width: 758px){


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 726px !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
        background-color: rgb(255, 255, 255);
    width: 726px!important;
}

}





@media only screen and (max-width:758px) and (min-width: 748px){


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 722px !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 722px!important;
}

}


@media only screen and (max-width:748px) and (min-width: 738px){


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 730px !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
        background-color: rgb(255, 255, 255);
    width: 730px!important;
}

}





@media only screen and (max-width:599px) and (min-width: 400px){


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 100% !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 100% !important;
}

}




@media only screen and (max-width:400px) and (min-width: 350px){


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #226fb3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    width: 65% !important;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #226fb3;
    border-radius: 4px 4px 0 0;
    color: #000;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 65% !important;
}

}






@media (max-width: 992px){
    
    
 #content{
     display:none;
     
 }   
    
}




.panel-group{
     display:none;
    
}


@media (max-width: 992px){
    
    
 .panel-group{
     display:block;
     
 }   
    
}







@media (max-width: 610px){
.top-call-us span {
    color: #fff;
    font-weight: 700;
    /*letter-spacing: 0.5px;*/
    font-size: 15px;
}


.social-icon a i {
    padding: 11px 1px 0 0;
    font-size: 16px;
}



}



@media (max-width: 405px){
.top-call-us span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 12px;
}


.social-icon a i {
    padding: 11px 1px 0 0;
    font-size: 12px;
}


.top-call-us {
    padding: 24px 1px;
    font-size:13px;
}



}





.modal {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;

}



/*
body section {
    padding: 75px 0;
}*/




 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@----WEBKIT SCROLLBAR THUMB---@@@@@@@@@@@@@@@@@@@@*/
}
}
<pre>::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #226fb3;
}

::-webkit-scrollbar{
  width: 10px;
  background-color: #ffff;
}

::-webkit-scrollbar-thumb{
  background-color: #226fb3;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));*/
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@----WEBKIT SCROLLBAR THUMB---@@@@@@@@@@@@@@@@@@@@*/



a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #0b72b6;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #fff;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #000;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
    background: #f5f5f5;
}




.footerr i{
    color: #fff;
    width: 8%;
    font-size: 20px;
}
