body {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
h1,h2,h3,h4{
  font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth; }
  
  body {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    color: #4a4a4a;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased; }

    @media screen and (max-width: 767px) and (min-width: 320px) {
      body {
        font-size: .8rem; }
        section{
          overflow: hidden;
        }
        .speaker-info {
          height: 180px !important; 
            } 
            .speaker-col {
              height: 248px !important;}
              }
              @media screen and (max-width: 767px) and (min-width: 320px) {           
              .overview-content .features-list{
                margin-left: 5px !important;   }  
                li.schedule-details.block { margin-left: 0px;  } 
              }
              @media screen and (max-width: 767px) and (min-width: 320px) {    
              .banner-pd {
                  padding: 10px 0px;}
                }
           
  
  .page-bg-top {
    position: relative; }
    .page-bg-top header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1024;
      /* ============ mobile view ============ */
      /* ============ mobile view .end// ============ */ }
      @media only screen and (max-width: 600px) {
        .page-bg-top header {
          position: static; } }
      @media only screen and (min-width: 600px) {
        .page-bg-top header {
          position: static; } }
      @media only screen and (min-width: 992px) {
        .page-bg-top header {
          position: static; } }
      @media only screen and (min-width: 1200px) {
        .page-bg-top header {
          position: absolute; } }
     
      .page-bg-top header .navbar {
        transition: 500ms ease;
        background-color: transparent;
        margin: 0; }
        @media screen and (max-width: 992px) and (min-width: 320px) {
          .page-bg-top header .navbar {
            background-color: #fff;
            padding: 0; } }
        .page-bg-top header .navbar .navbar-brand .logo {
          width: 100px; }
          @media screen and (max-width: 600px) {
            .page-bg-top header .navbar .navbar-brand .logo {
              width: 60px; } }
        @media (max-width: 992px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav {
            overflow-y: scroll;
            height: auto; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
          list-style: none;
          margin-right: 15px;
          position: relative;
          transition: all 0.3s ease-in-out;
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 600px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
              margin-right: 0; } }
          @media (min-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
              padding: 5px; margin-right: 10px; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
            margin-right: 0px !important; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            color: #242424;
            font-size: 0.85rem;
            display: block;
            line-height: 30px;
            font-weight: 600;
            padding: 15px 0;
            opacity: 1;
            text-align: center;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            z-index: 1; }
            @media only screen and (max-width: 600px) {
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                line-height: 10px;
                padding: 1em 5% 13px;
                text-align: left;
                color: #677294;
                font-size: 0.7rem; } }
            @media only screen and (min-width: 992px) {
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                font-size: 0.7rem;color:#fff; } }
            @media only screen and (min-width: 1200px) {
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                font-size: 0.85rem; } }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              width: 0%;
              content: '.';
              color: transparent;
              background:#d7b56d;
              height: 1px;
              transition: all .5s; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
              color:#d7b56d;; }
              .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
                width: 100%; }
      .page-bg-top header .navbar.scrolled {
        background:#0d2d62 ;
        box-shadow: 0 2px 28px 0 #0000003d;height: 70px; }
        .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff; }
        .page-bg-top header .navbar.scrolled .navbar-brand .logo {
          width: 60px; }
          @media screen and (max-width: 600px) {
            .page-bg-top header .navbar.scrolled .navbar-brand .logo {
              width: 40px; } }
      @media (max-width: 991px) {
        .page-bg-top header .navbar-collapse {
          position: fixed;
          top: 53px;
          right: 0;
          min-width: 230px;
          height: 100%;
          background: #fff;
          box-shadow: 0 5px 10px 0 #0006;
          z-index: 9;
          padding: 20px; }
        .page-bg-top header .navbar-collapse.collapsing {
          right: -75%;
          transition: height 0s ease; }
        .page-bg-top header .navbar-collapse.show {
          right: 0;
          transition: right 300ms ease-in-out; }
        .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
          transition: right 500ms ease-in-out; }
        .page-bg-top header .navbar-toggler {
          border: none;
          outline: none;
          background: transparent;
          color: #ff7800;
          box-shadow: none; 
          font-size: 30px;
        }
     }
      @media (max-width: 991px) {
        .page-bg-top header .navbar.fixed-top .navbar-collapse, .page-bg-top header .navbar.sticky-top .navbar-collapse {
          overflow-y: auto;
          max-height: 90vh;
          /* margin-top:10px; */ } }
  

 .home-slider {
    height: 100vh;
    background-color: #1f1f1f;
    background-image: url("../images/banner.jpg");
    background-size: cover;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .home-slider {
        height: 41vh; } }
    @media only screen and (min-width: 600px) {
      .home-slider {
        height: 55vh; } }
    @media only screen and (min-width: 992px) {
      .home-slider {
        height: 47vh; } }
    @media only screen and (min-width: 1200px) {
      .home-slider {
        height: 100vh; } }
    .home-slider .overlay {

      background: linear-gradient(45deg,#0a050524 0%, #66515129 100%);
      opacity: .80;
      z-index: -1; }
      .before-after, .home-slider .overlay {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #2c3042;
        opacity: 0.8;


    }

    .home-slider .anim-icons {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      z-index: -1; }
      @media only screen and (max-width: 1023px) {
        .home-slider .anim-icons {
          opacity: .1; } }
      .home-slider .anim-icons .icon {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
      .home-slider .anim-icons .icon-dotted-world {
        width: 430px;
        height: 430px;
        top: 20%;
        background-image: url(../images/banner/icon-world.png); }
      .home-slider .anim-icons .icon-dotted-world.left {
        left: -280px;
        /* top: 30px; */
        -webkit-animation: bounce-x 10s infinite;
        animation: bounce-x 10s infinite;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
      .home-slider .anim-icons .icon-dotted-world.right {
        right: -280px;
        /* top: 30px; */
        -webkit-animation: bounce-x 10s infinite;
        animation: bounce-x 10s infinite; }
  @keyframes bounce-x {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    50% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
    .home-slider .banner-caption {
      z-index: 2;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .home-slider .banner-caption h1, .home-slider .banner-caption h2, .home-slider .banner-caption h3, .home-slider .banner-caption h4, .home-slider .banner-caption h5, .home-slider .banner-caption h6 {
        color: #fff; 
        padding-top: 10px;
      }
      .home-slider .banner-caption h1 {
        font-size: 2.3rem;
        color: #fff;
        margin-top: 40px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: initial;
      }
        @media screen and (max-width: 600px) {
          .home-slider .banner-caption h1 {
            font-size: 1.45em;
            /* padding: 10px; */
            /* color: #b80924; */
            /* background-color: #ffffff87; */
            /* display: inline-block; */
            margin: 20px 0;
            /* border: 2px solid #fff; */
        }
 }

      .home-slider .banner-caption h2 {
        font-size: 1.5rem;  
        font-size: 2em;
        padding: 10px;
        color: #ffffff;
        background: #0d2d62;
        /* background-color: #ffffff87; */
        display: inline-block;
        /* margin: 20px 0;
        border: 2px solid #fff; */
    }

    .home-slider .banner-caption .banner-text {
      font-size: 1.5rem;  
      font-size: 2em;
      padding: 10px;
      color: #ffffff;
      background: #0d2d62;
      /* background-color: #ffffff87; */
      display: inline-block;
      /* margin: 20px 0;
      border: 2px solid #fff; */
  }
        @media only screen and (max-width: 600px) {
          .home-slider .banner-caption h2 {
            font-size: .71rem; } }
      .home-slider .banner-caption h6 {
        font-size: 1rem;
        font-weight: 300;padding:10px;
        margin: 10px 0; }
        @media only screen and (max-width: 600px) {
          .home-slider .banner-caption h6 {
            font-size: .6rem;
            margin: 0; } }
      @media only screen and (max-width: 600px) {
        .home-slider .banner-caption h4 {
          font-size: .6rem; } }
  
  .widget-item {
    position: relative;
    margin: 10px; }
    .widget-item .widget-img {
      position: absolute;
      bottom: 0;
      right: 0; }
      .widget-item .widget-img img {
        width: 115px;
        opacity: 0.1;
        filter: hue-rotate(145deg); }
    .widget-item .address-item {
      display: flex;
      padding: 15px;
      background-image: linear-gradient(230deg, #f6eccaeb 0%, #ffffff 100%);
      box-shadow: 0px 0px 40px 0px #e4e2e3;
      border-radius: 3px 3px 3px 3px; }
      .widget-item .address-item .address-icon {
        padding: 5px 5px 0px 0px; }
        .widget-item .address-item .address-icon img {
          max-width: unset;
          width: 50px;
          height: 50px;
          filter: hue-rotate(45deg); }
    .widget-item .address-text {
      padding: 0px 0px 0px 15px; }
      .widget-item .address-text .title {
        font-size: 1.2rem;
        font-weight: 600; }
      .widget-item .address-text p {
        margin: 0;
        color: #242424; }
/* section */
.home-headings-custom {
  color: #b80924;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.home-headings-custom .first-word {
  color: #0d2d62;}

/* .section-bg-banner-2{margin:50px;} */

.home-headings-custom{margin:20px;}

/* list about-conference */
.list-style li:before {
  position: absolute;
  content: "\f0a9";
  left: -10px;;
  top: 0px;
  font-size: 17px;
  color:#d58f53;
  font-family: 'FontAwesome';
}
.nav-list ul li {
  color: #202020;
  font-size: 16px;
  font-weight: 300;
  transition: all 500ms ease;
  position: relative;
  line-height: 29px;
  padding-left: 33px;
  list-style-type: none;
}

.bg-img{background-image: url("../images/bg-petrons.jpg");

}
.about-bg{background-image: url("../images/about.jpg");

}
.banner-pd{padding:40px 0px;}
.home-headings-custom h2{padding:20px 0px;}

.address-icon{box-shadow: 1px 1px 7px 3px #0d2d62; margin-bottom: 10px; padding: 20px; height: 150px;}
.email-icon{box-shadow: 1px 1px 7px 3px #0d2d62; margin-bottom: 10px; padding: 15px 20px; height: 107px;}
.number-icon{box-shadow: 1px 1px 7px 3px #0d2d62; margin-bottom: 10px; padding: 17px;height: 60px;}
.google-map{ box-shadow: 1px 1px 7px 3px #0d2d62;  padding:10px; }

.fa-envelope:before {
  content: "\f0e0";
  color: #0d2d62;
  font-size: 20px;
  padding:10px 10px 0px;
}
.fa-map-marker:before {
  content: "\f041";
  font-size: 20px;
  color: #0d2d62;
}
.fa-volume-control-phone:before {
  content: "\f2a0";
  font-size: 20px;
  color: #0d2d62;
  padding:10px 10px 0px;
}

/* 
 */

 .img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.speakers {
  position: relative;
}

.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.speakers .speaker-item {
  background: #0d2d62;
  margin-bottom: 30px;
  border-radius: 10px;
}

.bg-speaker {
    background: url(../images/objects.png) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}
.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #870a1eb3;
  opacity: .75;
  transition: .3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 50%;
}

@media (max-width: 1024px) {
  .speakers .speaker-item .image .socials ul {
    width: 61%;
  }
}

@media (max-width: 480px) {
  .speakers .speaker-item .image .socials ul {
    width: 31%;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.speakers .speaker-item .image .socials ul li a i {
  font-size: .9375rem;
  color: #fff;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #fff;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #222222;
}

.speakers .speaker-item .image:hover .primary-overlay {
  bottom: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.speakers .speaker-item .content h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
  color: #ff6600;
}

.speakers .speaker-item .content p {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #dddddd;
  padding-bottom: 15px;
}
.speakers .speaker-item .content h5{
  color: #fff;
}
.petrons-pd{padding:10px;}


/* International advisory  */
.overview-content .features-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  margin-left: 46px;
  margin-right: -10px;
}
.overview-content .features-list li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.overview-content .features-list li span {
  display: block;
     background-color:#f9fafc;
  border-radius: 6px 2px 0px 9px;
  padding: 15px 15px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #0b0b31;
  border-left: 7px solid #d5d0e7;
  font-weight: 600;
  font-size: 1rem;
  -webkit-box-shadow: -1px 3px 6px 0px #152c72;
  box-shadow: 0px 3px 1px 4px #0d2d62;
  text-align: justify;
}
.overview-content .features-list li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 10px 14px 5px 2px;
  /* background-color: #ff561d; */
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overview-content .features-list li span:hover {
  color:#b80924;
}
.overview-content .features-list span h6:hover{
  color: #b80924;
}
.overview-content .features-list li span:hover::before {
  width: 100%;
 
}
.overview-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #191d34;
  margin-bottom: 0px;
 margin-top: 1rem;
}

/* end */

/* national advisory  */
.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

/* .bg-schedule {
  background: url(../images/schedule-bg.png) no-repeat;
  background-size: cover;
} */
.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}
.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
  display: inline-block;
}

li.schedule-details.block {
  padding: 17px 40px;
  margin-bottom: 20px;
  background: #ffffff;
  width: 100%;
  transition: .2s ease-in;
  box-shadow: 0px 4px 9px #838383a3;
  color: #000000;
  font-weight: 500;
  font-size: 1.2rem;
  list-style-type: none;

}

li.schedule-details.block:hover {
  background: #b80924;
  transition: all 0.2s linear;
  color: #fff;
}
.schedule .schedule-contents .schedule-item li.schedule-details {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e5e5e5;
}
/* .national-bg{background-image: url("../images/national.jpg");} */
.national-bg{background-color:#e6eff8;}
/* end */

/* footer */
.footer-bottom{background-color: #0d2d62;}
.footer-text{margin-top: 20px; color:#fff; font-size: 15px;}

footer .footer-text p a {
  color:#fff;
  text-decoration: none;
}
/* end */
.back-to-top {
  position: fixed;
  display: none;
  background:  #0d2d62;
 color: #0d2d62;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition:0.5s;
  z-index: 11; }
  .back-to-top:hover {
    background:  #b80924;}
  .back-to-top i {
    padding-top: 7px;
    color: #fff;
    font-size: 2rem; }
.cta-ticket {
  position: relative;
}


.speaker-info {
  text-align: left;
  background:#ffffff;
  padding: 8px 20px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
    height: 250px;
  }
 
  
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .speaker-info {
      height: 270px !important;}
 
    .speaker-col {
      height: 350px !important;}
      .overview-content .features-list {
        margin-left: 0px; }

      
  }
  

      @media screen and (max-width: 1366px) and (min-width:1024px) {

        .footer-contact {
          margin-bottom: 15px;}
             
         /* .speaker-info {
          height:329px !important;
      }  */
    }
       
      
           /* @media only screen and (min-width: 375px) {
            .speaker-info { 
              height:175px; } }  
              
          @media only screen and (min-width: 375px) {
            .speaker-cal { 
              height: 240px; } }    */




.speaker-info ul li {
  color:  #000;
  padding-left: 27px;
}
.speaker-info h4 {
  color: #ffffff;
  margin-bottom: 5px;
}
.speaker-info span {
  text-transform: capitalize;
  color: #999999;
  font-size: 13px;
}
.speaker-col:hover {
  border: 2px solid #444d64;
  box-shadow:4px 5px 3px #0d2d62;
  transition: all 0.2s linear;
}

.speakers-area{
  background-image: url(../images/schedule-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
     
  }
  .bg-section{
     position: relative;
  }
  
  .speakers-area:before {
    content: '';
    /*opacity: .20;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff82, #ffffffa1);
  }
  
  
  .speakers-area .section-title h2 {
      color: #000000;
  }
  .speaker-col {
      margin-bottom: 30px;
      background: rgb(173 186 199);
      padding: 8px 8px;
      transition: 0.6s;
      border: 2px solid transparent;
      height: 330px;
      
      
  }
  .list-style-icon {
    position: relative;
    margin-left: -60px;
}
ul {
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
b, strong {
  color: #0d2d62;

}

/* footer */
.footer{font-family:"Playfair Display", Georgia;}
.footer-contact {
  
  overflow: hidden;
  margin-left: 0rem;
  padding-left: 32px;
  padding-top: 20px;
  padding-right: 12px;
  margin-top: 10px;
  background:#e6eff8;
  
}
.footer-contact ul li {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.footer-contact ul li i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
 
  line-height: 35px;
  text-align: center;
  color: #000;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: -46px;
}
a {
  color: #4a4a4a;
  text-decoration: none;
}
.google-map iframe {
  width: 334px;
  height: 314px;
}

@media screen and (max-width: 767px) and (min-width: 320px) {           
  .address-icon {
    height: 195px;
  }
  .overview-content .features-list {margin-right: 0px;}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {           
  .footer-contact {
   margin-bottom: 20px;}
   .email-icon {
    margin-bottom: 20px;}
  .google-map iframe {
      width: 280px;
      height: 310px;
  }
  .email-icon {
    margin-bottom: 18px;}

.speaker-col {
  height: 355px !important;}
}


/* end  footer*/

.first-wd{color:#fff;;}
.overview-content:hover .features-list {
  transform: translateY(-10px);
  transition: all 0.2s linear;
}

.overview-content{
transition:0.1s
}

/* commitee */
.com-page{ padding:20px;}
.com-page h6{
  position: relative;
  z-index: 2;
  padding: 1.25rem 2.8125rem 45px;
  font-weight: 500;
  border-radius: 27px 12px 10px 0px;
  margin: -1px -1px 0;
  background: #cccccc;
  background: -webkit-linear-gradient(174deg, #892c3a 0%, #0d2d62 100%);
  font-size: 16px;
  padding:10px;
  color:white;
}

@media(min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 3640px){
.container {
    max-width: 1170px;
}
}

    .title-line {
                position: relative;
                margin-bottom: 40px;
                        }

  
    .title-line:before {
      bottom: 7px;
      content: "";
      height: 2px;
      left: 0px;
      margin: 0 auto;
      position: absolute;
      right: 0px;
      width: 90px;
      background: #0d2d62;
      }
    
      .title-line:after {
        bottom: 0px;
        content: "";
        height: 2px;
        left: 0px;
        margin: 0 auto;
        right: 0;
        position: absolute;
        width: 54px;
        background: #b5262b;
      }


