 /*------------------------------------------
[Master Stylesheet]

Template Name:  Carrico
Template Author: paritybitsol
Template Author URL: http://paritybitsol.com
Version: 1.0.0
Last Update: feb 11, 2020

---------------------------------------------

[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Footer CSS
    - 10.0 CTA CSS
    - 11.0 Breadcrumb CSS
    - 12.0 Blog CSS
    - 13.0 Choose_us CSS
    - 14.0 Portfolio CSS
    - 15.0 Team CSS
    - 16.0 Service CSS
    - 17.0 About CSS
    - 18.0 Contact CSS

  --------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/default-assets/audioplayer.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }
@font-face {
font-family: "mont";
src: url('css/fonts/Mont-HeavyDEMO.otf');
}
@font-face {
font-family: "Montserrat-Bold";
src: url('css/fonts/Montserrat-Bold.ttf');
}
@font-face {
font-family: "Helvetica";
src: url('css/fonts/Helvetica.ttf');
}
@font-face {
font-family: "Lato-Regular";
src: url('css/fonts/Lato-Regular.ttf');
}
@font-face {
font-family: "mont light";
src: url('css/fonts/Mont-ExtraLightDEMO.otf');
}
@font-face {
font-family: "Nexa-bold";
src: url('css/fonts/Nexa Bold.otf');
}
@font-face {
font-family: "Nexa-light";
src: url('css/fonts/Nexa Light.otf');
}

body {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mont", arial;
  color:  #000000;
  line-height: 1;
  font-weight: 400; }

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 400; }

li {
  list-style: none; }

p {
  line-height: 1.3;
  color:  #000000;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.65); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #4899da;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #4899da; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f6f9f9 !important; }

textarea:focus,
input:focus {
  outline: none; }

.border {
  border-color: #e5e5e5; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #4899da;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* :: 4.0 Heading CSS */

a.btn.carrico {
        background: #22468b;
    color: white;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 5px;
    font-family: Nexa-bold;
    text-transform: uppercase;
}

a.btn.carrico2 {
        background: transparent;
    color: white;
    border: 2px solid white;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 5px;
    font-family: Nexa-bold;
}


/*header top start*/

.header-area .top-header-area {
    position: relative;
    z-index: 1;
    background-color: #939598;
    width: 100%;
    height: 15px;
}
.classy-navbar {
    width: 100%;
    height: 88px;
    padding: 0px;
  }

.classynav ul li a {
    color: #22468b;
    font-family: Nexa-bold;
    padding: 0 8px;
    font-size: 15px;
}
li.megamenu-item>a:after, .classynav ul li.has-down>a:after {
    font-family: nexa-bold;
    content: "\25BC";
    font-size: 12px;
    color: #22468b;
    }
/*header-top-end*/
/*Sec-a start*/
.sec-a video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 64px;
    height: auto;
   

    z-index: 0;
    
}
section.sec-a {
  /* background-image: url(img/core-img/banner-1.png);*/
    padding: 30px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    
.sec-a h1 {
    font-size: 52px;
    font-family: Nexa-bold;
    color: white;
    width: 100%;
}
.sec-a h6 {
    font-size: 31px;
    font-family: Helvetica;
    color: white;
}
.sec-a .content {
  padding: 0px 35px;
    margin-top: 450px;
    margin-bottom: 65px;
    z-index: 1;
}
/*sec a end */

/*Sec b Start*/
section.sec-b {
    padding: 80px;
    text-align: center;
}
.sec-b h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 20px;
}
.sec-b p {
    font-size: 18px;
    font-family: Helvetica;
}.sec-b .content {
    width: 100%;
}
.sec-b img {
    margin: 50px 0px;
}


/*sec b End*/


/*sec c start*/
section.sec-c {
    padding: 80px;
    padding-bottom: 30px;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ballantine_underscore_with_bootstrap_child/carrico-assets/img/bg-img/bgblue02.png);
    background-size: cover;
    color: #FFF;
}
.sec-c h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 50px;
}

.sec-c .content {
    width: 100%;
}
.service p {
    font-size: 18px;
    /* color: #231f20; */
    color: #FFF;
    text-transform: uppercase;
    font-family: Nexa-bold;
    width: 185px;
    margin: 30px auto;
}
.sec-c .container {
    max-width: 900px;
}
.sec-c .service {
    margin-bottom: 30px;
}
.sec-c .carousel-control {
    background: none;
    color: #22468b;
    font-size: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0%;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}

.service-m {
    display: none;
}
/*sec c end */


/*sec d start*/
section.sec-d {
   background-image: url(img/core-img/sec-d.png);
   padding: 100px 0px;
   padding-bottom: 150px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-d h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 50px;
}
.sec-d .content {
        max-width: 455px;
    margin-left: auto;
    padding: 0px 30px;
}
.sec-d .carousel-inner {
   
}
.sec-d .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    margin-top: 1px;
    border-radius: 50%;
    background-color: #22468b;
}
.sec-d .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
   
    background-color: #939598;
   
}
.sec-d .carousel-indicators {
   
    bottom: -80px;
  }

  .sec-d .item p{
  
    font-size: 23px;
    font-family: Helvetica;
}
/*
.sec-d .item p:before {
    content: open-quote;
    
    margin-right: -18px;
    top: -30px;
   line-height: 1;
    height: 10px;
    width: 10px;
    font-size: 55px;
    font-family: Helvetica;
}
.sec-d .item p:after {
    content: close-quote;
    line-height: 1;
    height: 10px;
    width: 10px;
position: absolute;

    font-size: 55px;
    font-family: Helvetica;
}

*/

.openq:before {
    content: open-quote;
    
    margin-right: -18px;
    top: -30px;
   line-height: 1;
    height: 10px;
    width: 10px;
    font-size: 55px;
    font-family: Helvetica;
}

.closeq:after {
    content: close-quote;
    line-height: 1;
    height: 10px;
    width: 10px;
position: absolute;

    font-size: 55px;
    font-family: Helvetica;
}

/*sec d end */


/*sec e start*/
section.sec-e {
   background-image: url(img/core-img/sec-e.png);
   padding: 80px 0px;
   
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-e .content {
    margin: auto;
    text-align: center;
}
.sec-e h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: white;
}
/*sec e end*/

/*sec f start*/
section.sec-f {

   padding: 100px 0px;
   
      
}

.sec-f .content {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.sec-f h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
   
}
 .sec-f .about p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 40px;
}


.about-2 {
    text-align: right;
}
/*sec f end*/


/*sec g start*/
section.sec-g {

   padding: 0px 0px 60px 0px;
   
      
}

.sec-g .content {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.divider span {
    position: relative;
    font-size: 27px;
    top: -20px;
    padding: 0px 20px;
    text-transform: uppercase;
    color: #22468b;
    background: white;
    margin: auto;
    font-family: Nexa-bold;
}
.divider {
    border-top: 3px solid #22468b;
    width: 100%;
    text-align: center;
       max-width: 1060px;
    margin: auto;
}
.awards {
   width: 100%;
    text-align: center;
       max-width: 1060px;
    margin: auto;
    padding: 30px 0px 60px 0px;
}
.awards div {
    width: 19%;
    display: inline-block;
}
/*sec g end */
/*sec h start*/
section.sec-h {
    padding: 80px 0px;
    padding-bottom: 100px;
    text-align: center;
    border-top:3px solid  #f1f2f2;
}
.sec-h h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 50px;
    width: 100%;
}

.sec-h .content {
    width: 100%;
     max-width: 1060px;
     margin: auto;
}
.sec-h .resource {
    background: #f1f2f2;
    padding: 38px 33px;
}
.detail {
    min-height: 330px;
}
.detail h3 {
   font-family: Nexa-bold;
   font-size: 26px;
   text-align: left;
   margin-bottom: 20px;
}
.detail p {
    text-align: left;
    font-size: 18px;
     font-family: Helvetica;
}
/*sec h end*/








.footer-area {
   background-image: url(img/core-img/footer.png);
   padding: 70px 0px;
   padding-bottom: 10px;
   
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
     color: white;
}
.footer-area p {
    color: white;
  
}
.quick h3 {
    font-size: 16px;
    margin-bottom: 25px;

    color: #939598;
    font-family: Nexa-bold;

}
.quick h3:after {

        display: block;
    position: relative;
    left: 0px;
    top: 10px;
    content: "";
    background: #939598;
    height: 4px;
    width: 30px;
}
footer .quick ul {
    margin-bottom: 40px;
}


.quick li {
    font-size: 16px;
    font-family: Nexa-light;
    margin-bottom: 10px;
}
.two .col-6.col-sm-6.col-md-6.col-xl-6 {
    padding: 45px 15px 0px;
}
footer .three h1 {
    color: white;
      font-size: 26px;
    font-family: Nexa-bold;
}

.three input#defaultLoginFormEmail {
    height: 50px;
    font-size: 18px;
    font-style: italic;
     color: #939598;
     margin: 20px 0px;
}

footer .three button.btn.active {
     background: transparent;
    color: white;
    border: 2px solid white;
    font-size: 18px;
    padding: 5px 40px;
    border-radius: 5px;
    font-family: Nexa-bold;
}
.three .address {
    font-size: 18px;
    font-family: Nexa-light;
    margin-bottom: 10px;
    margin-top: 80px;
}
.three .phone {
    font-size: 18px;
    font-family: Nexa-light;
    margin-bottom: 10px;
    margin-top: 40px;
}
.Copywrite {
    border-top: 3px solid white;
    padding: 40px 0px;
}
.copywrite-text p {
   font-size: 14px;
    color: white;
    margin-bottom: 0;
    font-family: Nexa-light;
}
.copywrite-text {
    padding: 0px;
}
.copywrite-text a {
    color: white;
    text-decoration: underline;
}
.follow {
    text-align: right;
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    
    padding: 0px;
}
.follow i {
    font-size: 24px;
}
/*footer end*/ 



/*About Us CSS Start*/
ul.breadcrums {
    margin-left: -15px;
    margin-bottom: 50px;
}
.breadcrums li {
    display: inline;
}

.breadcrums li a {
    color: #939598;
    font-family: Nexa-light;
    font-size: 12px;
     text-transform: uppercase;
}
.breadcrums a.active {
    color: #22468b;
}
/*sec a1 start*/
section.sec-a1 {
   background-image: url(img/core-img/a1.png);
   padding: 20px 0px 40px 0px;
   
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-a1 .container {
    max-width: 650px;
    margin-left: 15%;
}
.sec-e .content {
    margin: auto;
    text-align: center;
}
.sec-a1 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
}
 .sec-a1  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}

/*sec a1 end*/

/*Sec a2 Start*/
section.sec-a2 {
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
}
.sec-a2 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 20px;
}
.sec-a2 p {
    font-size: 18px;
    font-family: Helvetica;
}.sec-a2 .content {
    width: 100%;
}
h2.m-tittle {
    font-family: "Nexa-bold";
    font-size: 20px;
    font-weight: 600;
    color: #22468b;
    margin: 10px 0px 15px 0px;
    text-transform: uppercase;
}
.ma1 p {
    font-size: 16px;
}
.ma1 {
    padding: 50px;
}
/*sec a2 End*/
/*sec a3 start*/

section.sec-a3 {
   background: #939598;
   max-height: 320px;
}
.row.a3 {
    padding: 80px 0px;

    
}
}
.a3-1 {
    text-align: center;
}
.sec-a3 h1 {
  margin-top: 25px;
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
}
p.white {
    color: white;
    font-size: 18px;
    font-family: Helvetica;
}
.a3-dark {
    max-width: 545px;
}
/*seca3 end */
/*sec a4 start*/
.row.a4 {
    padding: 60px 0px;

    
}
.a4-2 p {
      font-size: 18px;
    font-family: Helvetica;
}
.a3-1 {
    text-align: center;
}

/*sec a4 end*/
/*sec a5 start*/


.sec-a5 .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    margin-top: 1px;
    border-radius: 50%;
    background-color: #22468b;
}
.sec-a5 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
   
    background-color: #939598;
   
}
.sec-a5 .carousel-control {
    background: none;
    width: fit-content;
    opacity: 1!important;
}
.t-a-1 {
    text-align: center;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    color: #22468b;
    font-size: 40px;
}
.t-a-2 p {
    font-size: 18px;
    font-family: Helvetica;
    padding-right: 1%;
}
.sec-a5 ol.carousel-indicators {
    bottom: -100px;
}
.row.a5 {
    padding-bottom: 110px;
}
/*sec a5 end*/
/*sec-a6 start*/
.sec-a6 h1 {
  margin-top: 25px;
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
   
    text-transform: uppercase;
}
section.sec-a6 {
    background: rgb(229,231,230);
    background: linear-gradient(0deg, rgba(229,231,230,1) 32%, rgba(255,255,255,1) 67%);
    text-align: center;
    padding-top: 60px;
    padding-bottom: 90px;
}
.sec-a6 .content {
    width: 100%;
}
/*sec-a6-end*/



/*sec a7 start*/
section.sec-a7 {
   background-image: url(img/core-img/a-7.png);
   padding: 100px 0px;
   padding-bottom: 150px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.sec-a7 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 50px;
    width: 100%;
}
.sec-a7 .content {
           max-width: 800px;
    margin: auto;
}
.sec-a7 .carousel-inner {
   
}
.sec-a7 .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    margin-top: 1px;
    border-radius: 50%;
    background-color: #22468b;
}
.sec-a7 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
   
    background-color: #939598;
   
}
.sec-a7 .carousel-indicators {
   
    bottom: -80px;
  }

  .sec-a7 .item p{
  
    font-size: 18px;
    font-family: Helvetica;
}
.sec-a7 .item p:before {
    content: open-quote;
    
    margin-right: -18px;
    top: -30px;
   line-height: 1;
    height: 10px;
    width: 10px;
    font-size: 55px;
    font-family: Helvetica;
}
.sec-a7 .item p:after {
    content: close-quote;
    line-height: 1;
    height: 10px;
    width: 10px;
position: absolute;

    font-size: 55px;
    font-family: Helvetica;
}
/*sec a7 end */


/*sec c1 start*/
section.sec-c1 {
background-color: #f3f4f4;
   padding: 20px 0px 100px 0px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.sec-c1 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
}
 .sec-c1  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}

.sec-c1 .container {
  
    margin-left: 15%;
}
.c1 label {
    font-weight: 600;
    font-size: 18px;
    font-family: Helvetica;
}
.c1 .form-control {
       height: 45px;
    border-radius: 0px;
    font-size: 16px;
    border: 0px;
}
.c1 textarea#c-comment {
    height: 145px;
        margin-bottom: 30px!important;
}
.c1 button.btn.akame-btn.active {
  background: #22468b;
    color: white;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 5px;
    font-family: Nexa-bold;
}
.c-form form {
    max-width: 420px;
}
.c-form {
    padding-left: 0px;
}
.row.c1 {
    margin-top: 60px;
}
/*sec c1 end*/


/*About us css end */

/*Resources Start*/
section.sec-r1 {
  background-image: url(img/core-img/resources.png);
background-color: #f3f4f4;
   padding: 20px 0px 100px 0px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}


.sec-r1 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
}
 .sec-r1  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}

.sec-r1 .container {
  
    margin-left: 15%;
}

.sec-h.sec-rs .resource {
    margin-bottom: 45px;
}
.r-nav .pre {
    text-align: left;
}
.r-nav .next {
    text-align: right;
}

.nav-center{
      background: #f1f2f2;
    padding: 3px;
    padding-left: 6px;
    border-radius: 3px;
    margin: 0px 5px;
    font-weight: 600;
}



section.sec-h.sec-rs {
    border-top: 0px;
}

/*resources clicked start*/
section.sec-rc1 {
  
background-color: #f3f4f4;
    padding: 20px 0px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}


.sec-rc1 h1 {
  margin-top: 25%;
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
}
 .sec-rc1  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}

.sec-rc1 .container {
  
    margin-left: 15%;
}
.sec-rc1 .r-p {
    text-align: center;
}
.r-p img {
    max-width: 400px;
        margin-bottom: -40px;
}
.sec-rc1 ul.breadcrums {
    margin-bottom: 20px;
}


section.sec-rc2 {
    
    padding-top: 60px;
}
.sec-rc2 .container {
    max-width: 1020px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
}
.sec-rc2 .content {
    width: 100%;
}
 .sec-rc2  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}
.r-meta p {
    font-size: 15px;
}
.r-meta {
    border-bottom: 2px solid #22468b;
}
.r-content {
    
    padding-bottom: 100px;
}
/*resources clicked end */


/*Team Members start*/
section.sec-tm {
  background-image: url(img/core-img/Team-Members_02.png);
background-color: #e9e9e9;
    padding: 20px 0px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 723px;
    
}


.sec-tm h1 {
  
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
}
 .sec-tm  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}

.sec-tm .container {
  
    margin-left: 15%;
}
img.tm-bi {
    display: none;
}

section.tm-grid {
    
    padding-top: 60px;
}
.tm-grid .container {
    max-width: 1020px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
}
.tm-grid .content {
    width: 100%;
}
.tm-grid h1 {
  
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
        padding-left: 15px;
}
 .tm-grid  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}
p.member-name {
    font-family: Nexa-bold;
    color: #22468b;
    margin-top: 20px;
    margin-bottom: 0px;
}
.member {
    cursor: pointer;
}
/*team members end */
/*Team Pop up start*/
.team-popup .modal-dialog {
    max-width: 975px;
    top: 5%;
}
.modal-content.tm-popup {
    border-radius: 5px;
}
.tm-popup .modal-header {
    background: #21468c;
    padding: 10px 50px;
    display: block;
}
.tm-popup h2.modal-title {
  width: 100%;
    font-family: Nexa-bold;
    color: #ffffff;
    font-size: 22px;
}
.tm-popup .modal-header p {
    margin-bottom: 0px;
    color: white;
}
.tm-popup .modal-body {
    padding: 40px 50px;
        background-image: url(img/core-img/popup.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
p.tagline {
    font-family: Nexa-bold;
    color: #22468b;
    margin-bottom: 20px;
    font-size: 22px;
}
.profile-bio label {
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 0px;
}
.profile-bio p {
    font-size: 17px;
}
.profile-bio i.fa.fa-linkedin {
    background: #21468c;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.tm-popup .tab-content>.active {
    display: contents;
}
.profile-tab {
    border-bottom: 3px solid #21468c;
}
.profile-tab.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #21468c;
    background: transparent;
     font-family: Helvetica;
     font-size: 22px;
         font-weight: 600;
}
.profile-tab.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: #949599;
    background: transparent;
     font-family: Helvetica;
     font-size: 22px;
    font-weight: 600;
}
.profile-tab.nav-pills>li:first-child a {
    padding-left: 0px;
    border: none;
}
.tm-popup .tab-content {
    padding-top: 15px;
}
.tm-popup .tab-content p {
    font-size: 16px;
        margin-bottom: 5px;
}
.profile-img img.member-img {
    width: 320px;
}
/*Team popup end */
/*Culture start*/

section.sec-cul {
  background-image: url(img/core-img/Culture_02.jpg);
background-color: #f3f4f4;
   padding: 20px 0px 100px 0px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 720px;
}


.sec-cul h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
  
    color: white;
}
 .sec-cul  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}

.sec-cul ul.breadcrums {
    margin-left: 9%;
}
.sec-cul .breadcrums a.active {
    color: #ffffff;
}
.sec-cul .content {
    width: auto;
    margin: auto;
}
.sec-cul h1 {
  
    margin-top: 502px!important;
}
section.sec-cul2 {
    
    padding-top: 90px;
}
.sec-cul2 .container {
    max-width: 1020px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
}
.sec-cul2 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 20px;
  
    color: black;
}
.sec-cul2 .content {
    width: 100%;
}
 .sec-cul2  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}
.cula {
    padding-right: 40px;
}
.cul-b {
    background-color: #f1f2f2;
    padding: 40px;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
.cul-b h2 {
    font-size: 18px;
    text-align: center;
    font-family: Helvetica;
    font-weight: 600;
        margin-bottom: 40px
}
section.sec-cul3 {
    
    padding-top: 50px;
    background-color: #22468b;
    padding-bottom: 50px;
    text-align: center;
    color: white;
}
.sec-cul3 .container {
    max-width: 1020px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
}

.sec-cul3 .content {
    width: 100%;
}
 .sec-cul3  p{
  
    font-size: 16px;
    font-family: Helvetica;
    margin-bottom: 10px;
    color: white;
}
.sec-cul3 h2 {
    font-family: Nexa-bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
}
.sec-cul3 img {
    margin-bottom: 10px;
}

section.sec-cul4 {
    
    padding-top: 70px;
    
    padding-bottom: 80px;
    
}
.sec-cul4 .container {
    max-width: 1020px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
}

.sec-cul4 .content {
    width: 100%;
}
 .sec-cul4  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 10px;
    max-width: 520px;
    
}
.sec-cul4 h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: black;
}
.cul4 {
    padding: 50px;
    background-color: #f1f2f2;
    border-radius: 5px;
    max-width: 373px;
    margin: auto;
}


section.sec-cul5 {
    
background-color: #e7e7e7;
    min-height: 500px;
    background-image: url(img/core-img/cul-bub.png);
    background-repeat: no-repeat;
    background-size: 680px;
    background-position-x: left;
    background-position-y: bottom;
}
.cul5-tittle {
    position: relative;
    top: 197px;
    left: 173px;
	z-index:99;
}
.sec-cul5 .container {
    max-width: 1400px;

}
.cul5-tittle h1 {
    color: #22468b;
     font-family: Nexa-bold;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase
}
.cul5-tittle h2 {
    color: black;
     font-family: Helvetica;
    font-size: 40px;
    
    font-style: italic;
    font-weight: bold;
}
.bubble-1 {
         height: 797px;
    width: 779px;
    background-image: url(img/core-img/b-1_Elefonte.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: auto;
    margin-top: 30px;
}
.b1-content {
    width: 413px;
    margin: auto;
    margin-top: 180px;
}
.b1-content h1 {
  color: black;
     font-family: Helvetica;
    font-size: 38px;
    font-weight: 400;
    width: 300px;
    margin: auto;
    margin-bottom: 40px;
    
}
.b1-content p {
    width: 273px;
    color: black;
     font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}
.bubble-2 {
         height: 756px;
    width: 811px;
    background-image: url(img/core-img/b-2_Browne.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-right: auto;
    margin-top: -370px;
}
.b2-content {
    width: 500px;
    margin: auto;
    margin-top: 150px;
}
.b2-content h1 {
  color: black;
     font-family: Helvetica;
    font-size: 38px;
    font-weight: 400;
    width: 400px;
    margin: auto;
    margin-bottom: 60px;
    
}
.b2-content p {
    width: 273px;
    color: black;
     font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}
.bubble-3 {
         height: 837px;
    width: 780px;
    background-image: url(img/core-img/b-3_Fazio.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: auto;
    margin-top: -200px;
}
.b3-content {
    width: 520px;
    margin: auto;
    margin-top: 180px;
}
.b3-content h1 {
  color: black;
     font-family: Helvetica;
    font-size: 38px;
    font-weight: 400;
    width: 450px;
    margin: auto;
    margin-bottom: 40px;
    
}
.b3-content p {
    width: 273px;
    color: black;
     font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.b1-content img {
    display: none;
}
.b2-content img {
    display: none;
}
.b3-content img {
    display: none;
}

.col-12.byfive {
    max-width: 20%;
}
/*culture five boxes */
.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.hvrbox img {
  max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
  display: block;
}
.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(34 70 139 / 61%);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}
.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
 font-family: Helvetica;

}
.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}
.hvrbox.active .hvrbox-text_mobile {
  display: block;
}
.sec-cul6 .container {
    
    width: 100%;
    padding: 50px 10px;
}
.sec-cul6 h1 {
    text-align: center;
    margin-bottom: 40px;
     font-family: Helvetica;
}
/*culture end */

/*Services Start*/
section.sec-ser {
   background-image: url(img/core-img/Service_02.png);
   padding: 20px 0px 40px 0px;
       min-height: 720px;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-ser .container {
    max-width: 650px;
    margin-left: 15%;
}
.sec-ser .content {
    max-width: 375px;
}
.sec-ser h1 {
    font-family: Nexa-light;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: black;
}
 .sec-ser  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 25px;
}
section.sec-ser2 {
    
    padding-top: 0px;
    
    padding-bottom: 80px;
    
}
.sec-ser2 .container {
    max-width: 1080px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
}

.sec-ser2 .content {
    width: 100%;
}
 .sec-ser2  p{
  
    font-size: 18px;
    font-family: Helvetica;
    margin-bottom: 10px;
    max-width: 520px;
    
}
.sec-ser2 .tab-content>.active {
    display: contents;
}
.sec-ser2 ul.nav.nav-tabs {
    max-width: 370px;
    border: none;
    border-top: 3px solid #95979a;
        padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -90px;
}
.sec-ser2 .nav-tabs>li.active>a {
   
    font-size: 22px;
     font-family: Nexa-bold;
     text-transform: uppercase;
     color: #22468b;
     background: transparent;
}
.sec-ser2 .nav-tabs>li>a {
       border: none;
    font-size: 22px;
    font-family: Nexa-bold;
    text-transform: uppercase;
    color: #95979a;
    padding: 0px 10px;
    border-left: 3px solid #95979a;
    border-radius: 0px;
    line-height: 22px;
}
.sec-ser2 .nav-tabs>li:first-child a {
    padding-left: 0px;
    border: none;
}

.sec-ser2 .nav-tabs>li.active>a:focus {
    border: none;
    background: transparent;
    border-left: 3px solid #95979a;
}
.sec-ser2 .nav-tabs>li.active>a:hover {
    border: none;
    background: transparent;
    border-left: 3px solid #95979a;
}
.sec-ser2 .nav-tabs>li:first-child a:focus {
    padding-left: 0px;
    border: none;
}
.sec-ser2 .nav-tabs>li:first-child a:hover {
    padding-left: 0px;
    border: none;
}
section.sec-ser-a {
    padding: 80px 0px;
}
.sec-ser-a h1 {
    font-family: Nexa-bold;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #22468b;
        margin-top: 50px;
}
.sec-ser-a h2 {
    font-family: Nexa-bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #22468b;
       
}
.container.ser-a {
    margin-left: 14%;
}
.ser-b p {
    max-width: 350px;
    font-size: 16px;
}
.ser-b {
    padding-bottom: 70px;
}



/*tabs of services */

.vertical-tab{
    font-family: 'Lato', sans-serif;
    display: table;
}
.sec-ser2 .ver-tab ul.nav.nav-tabs {
       display: table-cell;
    vertical-align: top;
    border: none;
   
    width: 41%;
    padding: 0px;
    margin: 0px;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.sec-ser2 .ver-tab .nav-tabs>li>a {
    border: none;
    font-size: 18px;
    font-family: Nexa-bold;
    text-transform: uppercase;
    color: #95979a;
    padding: 10px;
    padding-left: 0px;
    border-radius: 0px;
    line-height: 22px;
    border-bottom: 2px solid #f1f2f2;
        max-width: 370px;
}
.sec-ser2 .ver-tab .nav-tabs>li.active>a {
    font-size: 18px;
    font-family: Nexa-bold;
    text-transform: uppercase;
    color: #22468b;
    background: transparent;
}

.vertical-tab .tab-content{
   padding: 10px 25px;
}
.sec-ser2 .ver-tab p {
    font-size: 16px;
    font-family: Helvetica;
    margin-bottom: 60px;
    max-width: 100%;
}
.ser-team p.member-name {
    font-family: Nexa-bold;
    color: #22468b;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
}
.ser-team p.member-dsg {
    margin-bottom: 40px;
    font-size: 18px;
}
.sec-ser2 .ver-tab .nav-tabs>li.active>a:hover {
    border-left: 0px;
    border-bottom: 2px solid #f1f2f2!important;
}
.sec-ser2 .ver-tab .nav-tabs>li>a:hover {
    border-left: 0px;
    border-bottom: 2px solid #f1f2f2!important;
}
.sec-ser2 .ver-tab .nav-tabs>li.active>a:focus {
    border-left: 0px;
    border-bottom: 2px solid #f1f2f2!important;
}
.sec-ser2 .ver-tab .nav-tabs>li>a:focus {
    border-left: 0px;
    border-bottom: 2px solid #f1f2f2!important;
}
.ver-tab .vertical-tab {
    border-top: 2px solid #f2f2f2;
}
/*Services End*/
@media only screen and (min-width: 1450px){
.sec-a video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -25%;
    height: auto;
    max-height: max-content;

    z-index: 0;
    
}
.bgvideo {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 725px;
    left: 0px;
}
section.sec-d {
   
    background-size: contain;
 
    background-position: left;
}
section.sec-tm {
   
    min-height: 1050px;
}
.tm-popup .modal-header {
   
    padding: 30px 50px;
    
}
p.tagline {
    margin-bottom: 60px;
    }
}





@media only screen and (max-width: 1100px){

.sec-a .content {
   
    margin-top: 330px;
    margin-bottom: 0px;
  }
  .sec-tm .container {
    margin-left: auto;
}
section.sec-tm {
   
    min-height: 550px;
}
.sec-r1 .container {
    margin-left: auto;
}
section.sec-cul {
    
    min-height: 600px;
}
.sec-cul h1 {
  
    margin-top: 90%;
}
.bubble-1 {
  
    margin-top: 230px;
}
.bubble-2 {
  
    margin-top: 0px;
}
.bubble-3 {
  
    margin-top: 0px;
    margin-bottom: 550px;
}
}

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

.sec-a .content {
   
    margin-top: 150px;
    margin-bottom: 0px;
  
}
.sec-b p br {
    display: none;
    }
    .sec-h .resource {
    margin-bottom: 40px;
  }
  .sec-c1 .container {
    margin-left: auto;
}
.r-p img {
    max-width: 100%;
}
.sec-r1 .container {
    margin-left: auto;
}
.sec-rc1 .container {
    margin-left: auto;
}
.sec-rc2 .container {
    max-width: 95%;
    }
    .sec-rc1 h1 {
    font-size: 30px;
  }
  img.tm-bi {
    display: block;
}
section.sec-tm {
    background-image: none;
    min-height: auto;
}
.sec-tm .container {
    max-width: 100%;
}
.sec-tm ul.breadcrums {
    margin-left: 0px;
}
.sec-tm h1 {
    padding-left: 30px;
    font-size: 30px;
    }
    section.sec-cul {
    
    min-height: 400px;
}
.sec-cul h1 {
  
    margin-top: 45%;
}
section.sec-cul3 {
    padding: 15px;
    }
    .cul-b a.btn.carrico {
    padding: 10px 20px;
}
.container.ser-a {
    margin-left: 0px;
}
.sec-ser .container {
    margin-left: 0px;
    padding-left: 30px;
}
.team-popup .modal-dialog {
    padding: 30px;
    }
     ul.search.form-search.dropdown-menu {
        display: block;
    width: 90%;
    padding: 5px;
    box-shadow: none;
    border: 0px;
}
a.menu-search {
    display: none;
}
.form-search input#myInput {
    width: 100%!important;
    display: block;
    margin-bottom: 5px;
}
button.btn.search-btn.akame-btn.active {
    width: 100%!important;
}
}

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

br {
    display: none;
}
.sec-a .content {
    margin-top: 0px;
    margin-bottom: 0px;
}
.sec-a h1 {
    font-size: 30px;
  }
 .sec-h h1 {
    
    font-size: 30px;
   
}
section.sec-f {
    text-align: center;
}

section.sec-b {
    padding: 30px;
    }
    section.sec-c {
    padding: 30px;
  }


  .service-d {
    display: none;
}
.service-m {
    display: block;
}
  .detail {
    min-height: 260px;
}

.awards div {
    width: 30%;
    }
    .about-2 {
    margin-top: 30px;
}
.Copywrite {
    text-align: center;
}
.follow {
    text-align: center;
    padding: 20px;
}
.sec-a1 .container {
    margin-left: auto;
}
.sec-a2 .content {
    width: 90%;
    margin: auto;
}
section.tm-grid {
    text-align: center;
}
section.sec-c1 {
    padding: 30px;
  }
section.sec-a1 {
    padding: 15px;
    }
    section.sec-a3 {
    max-height: 850px;
}
.testimonial-a {
    padding: 0px 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 30px;
    padding: 10px;
}
section.tm-grid {
    text-align: center;
}
.tm-grid h1 {
  
    margin: auto;
        margin-bottom: 30px;
}
   section.sec-cul {
    
    min-height: 280px;
}
.sec-cul h1 {
  
    margin-top: 12%;
}
.sec-cul2 h1 {
    font-size: 30px;
    }
    .sec-cul h1 {
    font-size: 30px;}
    .sec-cul4 h1 {
    font-size: 30px;
  }
  .cul4 {
    padding: 30px;
}
 .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 10px; }
    .vertical-tab .tab-content{
        padding: 25px 20px;
        display: table-row;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
    section.sec-ser {

    min-height: 760px;
  }
.sec-ser2 .nav-tabs>li>a {
    
    font-size: 16px;
  }
  .sec-ser2 .nav-tabs>li.active>a {
    font-size: 16px;}
    .sec-ser2 .ver-tab ul.nav.nav-tabs {
    
    width: 100%;
  }
  p.tagline {
    margin-top: 30px;
  }
  .tm-popup .modal-body {
    padding: 25px;
  }
  .profile-tab.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
   
     font-size: 16px;
         
}
.profile-tab.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover {
   
     font-size: 16px;
   
}
.cul5-tittle {

    left: 20px;
}
.bubble-1 {
    height: auto;
    width: auto;
        background: none;
    }
    .bubble-2 {
    height: auto;
    width: auto;
        background: none;
    }.bubble-3 {
    height: auto;
    width: auto;
        margin-left: 0px;
            background: none;
    }
    .b1-content {
    width: auto;
    margin: auto;
    
    padding: 10px;
}.b2-content {
    width: auto;
    margin: auto;
   
    padding: 10px;
}.b3-content {
    width: auto;
    margin: auto;
   
    padding: 10px;
}
.b3-content h1 {
  width: auto;
  font-size: 30px;
}
.b2-content h1 {
  width: auto;
  font-size: 30px;
}
.b1-content h1 {
  width: auto;
  font-size: 30px;
}
.b1-content img {
    display: block;
}
.b2-content img {
    display: block;
}
.b3-content img {
    display: block;
}
.b1-content p {
    width: auto;
    }
    .b2-content p {
    width: auto;
    }
    .b3-content p {
    width: auto;
    }
    .cul5-tittle h1 {
    font-size: 30px;
    padding-left: 10px;
  }
     .cul5-tittle h2 {
    font-size: 30px;
    padding-left: 10px;
  }
 
}
@media only screen and (max-width: 400px){
 .sec-a video {
   
    top: 100px;
   
}
.sec-c a.left.carousel-control {
    left: -20px;
}
.sec-c a.right.carousel-control {
    right: -20px;
}
.sec-a h1 {
    font-size: 25px;
}
.sec-a h6 {
    font-size: 25px;
    }
    .sec-a .content {
    margin-top: 25px;
  }
  .cul5-tittle {
    left: 0;
}

  }
@media only screen and (max-width: 350px){
 .sec-a video {
   
    top: 100px;
   
}
.sec-a .content {
    margin-top: 0px;
  }
.sec-a h1 {
    font-size: 25px;
}
.sec-a h6 {
    font-size: 20px;
  }

.sec-b h1 {
    font-size: 30px;
  }
  .sec-c h1 {
    font-size: 30px;
  }
  .sec-d .content {
  
    padding: 0px 0px;
}

.sec-d h1 {
   
    font-size: 30px;
    margin: auto;
  }

.sec-e h1 {
  margin: auto;
  margin-bottom: 40px;
    font-size: 30px;
  }
  .sec-f h1 {
    margin: auto;
    font-size: 30px;
  }
  .about {
    text-align: center;
}

.divider span {
    font-size: 20px;
    }

    .sec-h h1 {
    margin: auto;
    margin-bottom: 30px;
    font-size: 30px;
  }
}


/*new updated for search*/
ul#nav {
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
}
.classynav i.fa.fa-search {
    font-size: 18px;
    color: #22468b;
}
ul.search.form-search.dropdown-menu.show {
    width: 400px;
    right: 0!important;
    left: auto;
    padding: 5px;
}
.form-search input#myInput {
    width: 70%;
    display: inline-block;
}
button.btn.search-btn.akame-btn.active {
    width: 29%;
    background: #22468b;
    color: white;
    font-size: 14px;
}


img.author-img {
    width: 75px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    top: -35px;
    box-shadow: 0px 0px 3px 0px #22468b;
}
.name-author {
    position: relative;
    margin: auto;
    top: -25px;
    text-align: right;
    font-family: Nexa-bold;
    font-size: 18px;
    color: #22468b;
}
.author {
    height: 5px;
}
img.author-img2 {
    width: 40px;
    display: inline-block;
}
.name-author2 {
    display: inline-block;
}
.author2 {
    text-align: left;
    background: linear-gradient(45deg, #939598, #22468b);
    font-family: Nexa-bold;
    font-size: 18px;
    color: #ffffff;
    border-radius: 31px;
    margin-top: 30px;
    margin-bottom: -38px;
}
.name-author2 {
    display: inline-block;
    margin-left: 10%;
    font-size: 16px;
}