/*
///// CSS Index \\\\\\
    01. Slide css
    02. Section title css
    03. Service box
    04. Post box css
    05. Testimonial css
    06. Logo Carousel css
    07. Team Member
    08. Call to action css
    09. Couner Addon css
    10. Video addon css
    11. Project css
*/


/* .vc_row {overflow-y:hidden} */

.vc_row {
    overflow-x: hidden;
}

/* owl Navigation */

.owl-dots .owl-dot span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}
.owl-dots .owl-dot.active span{
    /*background-color: #19b5fe;*/
}
.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 46%;
    top: 90%;
} 

/*
******************************
>>> Section title css
******************************
*/

.insurex-section-title {
    /* margin-bottom: 80px; */
    text-align: left;
}
.insurex-section-title h2 {
    color: #11242C;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    font-size: 280%;
    letter-spacing: -1px;
}

.insurex-section-title p{
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

/*.img-pop-up-height{
    height: 100%;
}*/

/*
******************************
>>> Intro Title css
******************************
*/

.banner-bottom{
  /* padding-top: 130px;
  padding-bottom:30px; */
  background:#ffffff;
  /*height: 80vh;*/
}

.hey{
  position:relative;
}
.hey-left{
  float:right;
  width:50%;
}
.hey-left img{
  width:100%;
}
.hey-right{
 position:absolute; 
 top: 30%;
  right: 22%; 
}

.hey-right-t{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-size:40px;
  font-weight: 700;
  color:#11242C;
  line-height: 1.8em;
  text-align: left;
  margin: 0;
  width: 85%;
}

.hey-right-t span{
  position:relative;
  font-family: 'Montserrat', sans-serif;
  font-size:46px;
  font-weight: 700;
  line-height: 1.8em;
  text-align: left;
  margin: 0;
  width: 73%;
}

.hey-right p{
  font-family: 'Poppins', sans-serif;
  font-size:22px;
  color:#203b4c;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
  width: 90%;
}
.hey-right p a{
  color:blue;
  text-decoration:none;
}

.hey-right-abt{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-size:30px;
  font-weight: 700;
  color:#39434a;
  line-height: 1.8em;
  text-align: left;
  margin: 0;
  width: 73%;
}

.hey-right-abt span{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-size:35px;
  font-weight: 700;
  color:#f95231;
  
}


@media screen and (max-width: 320px){
  .hey-right p {
    font-size: 13px;
    width: 100%;
  }
  .hey-right-2 p {
    font-size: 13px;
    width: 100%;
  }
}

@media screen and (max-width: 480px){
  .hey-left {
    float: none;
    width: 100%;
  }
  .hey-right {
    top: 0;
    position: inherit;
    text-align: center;
    left: 0;
    margin: 1em 0 0;
  }
  
  .hey-right-abt{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-size:30px;
  font-weight: 700;
  color:#39434a;
  line-height: 1.8em;
  text-align: left;
  margin: 0;
  width: 100%;
}

.banner-bottom{
  padding:0px 0;
  background:#ffffff;
}

.p-t-100{
  padding-top: 0px;
}
}

@media screen and (max-width: 640px){
  .hey-right p {
    font-size: 17px;
  }
  .hey-right {
    top:9%;
  }

  
  .hey-right-abt{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-size:30px;
  font-weight: 700;
  color:#39434a;
  line-height: 1.8em;
  text-align: left;
  margin: 0;
  width: 100%;
}
}

@media screen and (max-width: 768px){
  .hey-right p {
    font-size: 18px;
  }

}

@media screen and (max-width: 1024px){
  .hey-right p {
    width: 95%;
  }

  .hey-right-2 p {
    width: 95%;
  }
}


/*
******************************
 03. Service css
******************************
*/



.vc_wp_custommenu ul a {
    border: 1px solid #d9f3ff;
}

.precis-service-box{
    position: relative;
    padding-left: 15%;
    margin-bottom: 30px;
    transition:.2s;
}


.precis-service-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    height: 100%;
    z-index: 1;

}

.precis-service-icon img{
    max-width: 50px;
}

.precis-service-icon::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.precis-service-content{
   padding-top: 5px;

    font-size: 14px;
    font-weight: 400;
    color: #676a6b;
    text-align: left;
}

.precis-service-content h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #11242C;
    font-family: "Montserrat",sans-serif;
    text-align: left;
    letter-spacing: 0px;
    
}

.precis-service-table{
    display: table;;
    height: 100%;
    width: 100%;
}

.precis-service-table-cell{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}

.precis-service-table-cell i{
    font-size: 26px;
    color: #777!important;
}

 /* Call Back Form */

 .seo-contact-form input{
    margin-bottom: 25px;
 }

 .contact-page-textarea .seo-contact-form input{
    margin-bottom: 5px;
 }  

 .seo-contact-form h1{
    margin-bottom: 40px;
    font-size: 38px;
    color: #444;
 }
 
 .seo-contact-form label{
    font-weight: 600;
    font-size: 13px;
    color: #666;
 }

 button[type="submit"] i fa{
    font-size: 130px;
    padding-left: 10px;
 }

 .vc-row.bg-left-bottom{
    background-size: 670px;
     background-position: left bottom !important; 
 }

 .select-container{
    background: #f5f8f9;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8eef1;
    padding: 5px;
 }

 .select-container select{
  width: 100%;
 }



/*
******************************
   05.Testimonial css
******************************
*/

.deal-testimonial{
    font-style: normal;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #777;
 }

 .deal-testimonial h4{
    font-size: 13px;
    font-style: normal;
    color: #333;
    font-weight: 400;
 }

 .deal-testimonial h4 span{
    color: #f6f8f9;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 5px;

 }

 .deal-testimonial img{
    display: initial !important;
    margin-bottom: 20px;
    font-size: 24px;
    /* border: 2px solid transparent; */
    /* -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff; */
    border-radius: 50%;
    width: 85px !important;
    height: 85px !important;
    line-height: 70px;
 
    margin-top: 5px;

 }

.vc_row.my-testimonial-overlay{
 z-index: 1;
 color: #000;
}


/*
******************************
>>> Client Logo css
******************************
*/

.deal-logo-table img {
    display: block;
    margin: 0 auto;
    width: inherit !important;
}
.deal-logo-table {
    display: table;
    height: 100%;
    width: 100%;
}
.deal-logo-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.deal-logo-carousel .owl-nav div {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    left: -50px;
    line-height: 26px;
    margin: 5px;
    text-align: center;
    width: 30px;
}
.deal-logo-carousel {
    padding: 35px 0;
}
.deal-logo-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}


/*
******************************
>>> 12. Project css
******************************
*/

.single-consulto-project-wrap {
    width: 100%;
   /*  margin-bottom: 30px; */
}
.consulto-project-thumb {
    background-position: center center;
    color: #333;
    display: block;
    height: 350px;
    text-align: center;
    position: relative;
    z-index: 99
}
.project-thumbnail-wrap {
    display: block;
    position: relative;
    background: #ddd;
}
.project-thumb-loading {
    color: #333;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.consulto-project-inner a {
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.consulto-project-inner a:hover {
    color: #fd8b37;
}
.consulto-project-inner h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: none;
}
.consulto-project-inner {
    font-size: 12px;
    margin-top: 15px;
}
ul.consulto-project-categories {
    font-weight: 500;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-family: "Poppins",sans-serif;
}
.consulto-project-categories li {
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    color: #888b94;
    text-transform: none;
    padding: 10px;
    float: left;
}
.consulto-project-categories li.active {
    color: ;
}


.projectmore-loading-text {
    text-align: center;
}

.insurex-project-info-item {
    font-family: 'Poppins', sans-serif;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: none;
    color: #676767;
}
.insurex-project-info-item label {
    display: inline-block;
   margin-right: 10px;
   padding-left: 5px;
   font-size: 18px;
   font-weight: 500;
   color: #082639;

}
.insurex-related-projects {
    margin-top: 50px;
}
.insurex-related-projects h4 {
    margin: 0 0 30px;
    text-transform: none;
    font-size: 18px;
   font-weight: 500;
   color: #082639;
}
.single-related-project {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 200px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.single-related-project i.fa {
    font-size: 20px;
    left: 40%;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: -1;
    height: 30px;
    width: 30px;
    background: transparent;
    color: #4b4d52;
    line-height: 20px;

}
.single-related-project:hover i.fa {
    opacity: 1;
    top: 40%;
    visibility: visible;
    z-index: 9;
}
.single-related-project::after {
    background: #ffffff;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.single-related-project:hover::after {
    opacity: 0.7;
    visibility: visible;
}
.single-project .entry-content h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
    font-size: 19px;
}
.single-project .entry-content h3::after {
    background: none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 70px;
}

.seo-project-shorting{
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.seo-project-shorting li{
    display: inline-block;
    padding-right: 26px;    
}

.seo-project-shorting li.active{
    color: #11999e;
}

/* Projects */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../img/close.png) no-repeat;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

.single-work-box{
    display: block;
    margin-bottom: 20px;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.work-box-bg{
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    z-index: 1;
}

.work-box-bg:after{
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.work-box-bg i{
    transition: .7s;
}

.work-box-bg i.fa{
    height: 40px;
    width: 40px;
    background: transparent;
    color: #4b4d52;
    line-height:40px;
    border: 1px solid #4b4d52;
    font-size: 16px;
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition:.3s;
}

.work-box-bg i.fa.fa-link{
    margin-left: -40px;
}

.work-box-bg i.fa.fa-photo{
    margin-top: 130px;
    margin-left: 10px;
}

.single-work-box:hover .work-box-bg i.fa{
    opacity: 1;
    visibility: visible;
}

.single-work-box p{
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.single-work-box:hover .work-box-bg:after{
    opacity: .7;
    visibility: visible;

}

.work-box-bg i.fa.fa-link{
    margin-left: -40px;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.lightbox i.fa{
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid;
    color: #4b4d52;
    line-height: 40px;
    border: 1px solid #4b4d52;
    font-size: 16px;
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition:.3s;
    z-index: 999;
}

.lightbox i.fa.fa-search{
    margin-top: 130px;
    margin-left: 10px;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.single-work-box:hover .lightbox i.fa{
    opacity: 1;
    visibility: visible;
}

/* Single service page + Project Page */
.vc_wp_custommenu ul{
   padding: 0;
   margin: 0;
   list-style: none;
}

.vc_wp_custommenu ul a {
    display: block;
    /*border: 1px solid #11999e;*/
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    margin:3px;
    position: relative;
}

ul.seo-project-shorting li{
    cursor: pointer;
}

.vc_wp_custommenu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    /*background: #eaeaea;*/
    content: '';
    transition:.3s;
}

.vc_wp_custommenu li:hover > a::before{
    width: 5px;
}


.vc_wp_custommenu li:hover > a{
    /*background: #000;*/
    text-decoration: none;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a i:after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background: #ffffff;
    color: #f85231!important;
    border-color: #fff;
}
.slicknav_menu {
    display: none;
}

.deal-padding-right{
    padding-right: 50px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #30373b;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    font-weight: 500;
  
}
.vc_tta-panel-body {
   background-color: #ffffff;}

/*
******************************
>>> 10. Feature Box info css
******************************
*/

.deal-feature-box{
    position: relative;
    padding-left: 25%;
    margin-bottom: 30px;
    transition:.2s;
}


.deal-feature-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;

}

.deal-feature-icon img{
    max-width: 50px;
}

.deal-feature-icon::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.deal-feature-content{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.deal-feature-content h3{
    font-size: 20px;
    color: #10242b;
    text-transform: capitalize;
    
}

.deal-feature-table{
    display: table;;
    height: 100%;
    width: 100%;
}

.deal-feature-table-cell{
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}

/* ==================================================================
 CLIENT
================================================================== */
#clients-1{
  padding-top: 30px;
}
.clients .owl-theme .owl-controls .owl-page span {
    border-radius: 20%;
    max-height: 2px;
}
.clients {
    margin: 0;
    /*padding: 0;*/
    list-style: none;
    overflow: hidden;
}
.clients li {
    float: left;
    position: relative;
    padding: 20px 0;
    text-align: center;
}
.clients li a img {
    width: 100%;
}
.clients li a, .clients li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.clients.grid-2 li {
    width: 50%;
}
.clients.grid-3 li {
    width: 33.33%;
}
.clients.grid-4 li {
    width: 25%;
}
.clients.grid-5 li {
    width: 20%;
}
.clients.grid-6 li {
    width: 16.66%;
}
/*Clients Style -2*/
.clients.plus-box li:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #DDD;
}
.clients.plus-box li:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #DDD;
}
.clients.plus-box li:after,
.clients.plus-box li:before,
.clients.angle-box li:after,
.clients.angle-box li:before {
    content: '';
    position: absolute;
}


/* ==================================================================
  PROGRESS BAR
================================================================== */
.int-skill{
    line-height: 1;
}

.progress-consul {
    width: 80%;
    background: none repeat scroll 0 0 transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: 2px;
    /*margin-bottom: 15px;*/
}
  .progress-consul .bar {
    height: 2px;
    text-align: left;
    font-weight: 500;
    margin-top: 20px;
    text-indent: 15px;
    color: transparent;
    text-transform:uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
        -webkit-transition: width 1.5s ease;
        -moz-transition: width 1.5s ease;
        -o-transition: width 1.5s ease;
        transition: width 1.5s ease;
  }

.progress-skill-bar {
  margin-bottom: 20px;
  margin-left:0;
  margin-top: 15px;
}
.progress-skill-bar{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #1f1f1f;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    overflow: hidden;
}
.progress-skill-bar .label {
    float: right;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border-right: 1px transparent solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px;
}

.progress-success .bar,
.progress-consul .bar-success {
  filter: none;
  background: #15b994; }

.skill-diff{
    margin-bottom: 20px;
}

/* ==================================================================
 SCROLL TO TOP
================================================================== */

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  right: 1em;
}

.scroll-up a i{
    font-size: 30px;
}

.scroll-up a {
  display: block;
  width: 64px;
  height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(255, 255, 255, 1);
  color: #222;
}


.call-color{
  background-color: #003044;
  color: #000;
}
.call-color p{
  color: #02202f;
  font-size: 14px;
}

.call-image .vc_column-inner{
    height: 450px;
}

.call-text{
    color: #ffffff;
}

/* =Timeline
-------------------------------------------------------------- */
.timeline {
  margin-top: 20px;
  overflow: hidden;
  text-align: center !important;
}

.timeline:before {
  content: "\A";
  display: block;
  opacity: 1;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: -200%;
  left: 19px;
  background: #395160;
  -webkit-transition: all 2s ease-out;
     -moz-transition: all 2s ease-out;
      -ms-transition: all 2s ease-out;
       -o-transition: all 2s ease-out;
      transition: all 2s ease-out;
}

.timeline.on:before {
  bottom: 50px;
}

.timeline .entry {
  font-size: 14px;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  color: #676a6b;
  margin-bottom: 30px;
}

.timeline .entry .content span {
  font-size: 20px;
  font-family: "Montserrat",sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #11242C;
}

.timeline .entry .time{
  font-size: 15px;
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #676a6b;
  margin-bottom: 60px;
}

.timeline .entry:last-of-type {
  margin-bottom: 0px;
}

.timeline .entry:before,
.timeline .entry:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.timeline .entry:after {
    clear: both;
}

.timeline .entry .strong {
  display: block;
  color: #212121;
}

.timeline .entry .time, .timeline .entry .content {
  float: left;
  width: 100%;
}

.timeline .entry .time {
  position: relative;
  padding-left: 40px;
}

.timeline .entry .content {
  padding-top: 20px;
  padding-left: 50px;
}

.timeline .entry .time:before {
  content: "\A";
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #f95231;

  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
      border-radius: 100%;
}

.timeline .entry .time.on:before {
  border: 2px solid #f95231;
  
}


/* Landscape */ 
@media only screen and (min-width : 480px) {
  .timeline .entry .time, .timeline .entry .content {
    width: 50%;
  }

  .timeline .entry .content {
    padding-top: 0px;
    padding-left: 0px;
  }


 /*  .skill-diff{
   padding-left: 20px;
   padding-right: 20px;
 }
 
 .insurex-section-title h2{
   padding-left: 20px;
   padding-right: 20px;
 }
 
 .insurex-section-title p{
   padding-left: 20px;
 }
 
 .precis-service-content{
    padding-left: 20px; 
 }
  */


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .timeline .entry .time:before {
    top: 6px;
    /*left: -4px;*/
  }

  .timeline:before {
    left: 19px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .timeline .entry { font-size: 16px; }
}


.insurex-section-title span{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    /*font-weight: 700;*/
    line-height: 1.8em;
    text-align: left;
    margin: 0;
    width: 73%;
    padding-left: 2px;
}