/*----------------------------------------------------


This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================


@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  color: #bc9235;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }
a:hover {
 color: #313330;
}
.row.m0 {
  margin: 0px; }

.p0 {
  padding: 0px; }

body {
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

.static p, .static h1, .static h2, .static h3, .static h4, .static h5, .static h6 {
  margin: 10px 0 20px 0; }

.site_notice {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 24;
  width: 100%;
  padding: 10px 40px;
  background: #313330;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.18);
  transition: ease-in-out .8s;
  color: #fff; }

.site_notice a {
  color: #bc9235;
  cursor: pointer; }

.site_notice.in {
  bottom: 0; }

.site_notice a.dismiss_it {
  transition: all .6s;
  padding: 5px;
  border-bottom: 5px solid #bc9235; }

#success {
  display: none; }

#error {
  display: none; }

.display_table {
  display: table;
  width: 100%; }

.display_table_row {
  display: table-row; }

.display_table_cell {
  display: table-cell;
  float: none !important; }

.p_100 {
  padding: 100px 0px; }

iframe {
  border: none; }

i:before {
  margin-left: 0px !important; }

/* Main title css
============================================================================================ */
.c_title {
  text-align: center;
  padding-bottom: 40px; }
  .c_title img {
    padding-bottom: 30px; }
  .c_title h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #7c8d93;
    padding-bottom: 10px; }
  .c_title h2 {
    font-size: 48px;
    color: #313330;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.l_title {
  padding-bottom: 55px; }
  .l_title img {
    padding-bottom: 30px; }
  .l_title h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #7c8d93;
    padding-bottom: 10px; }
  .l_title h2 {
    font-size: 48px;
    color: #313330;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .l_title h2 span {
      font-style: italic;
      color: #6fbbfe; }
  .l_title p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #bc9235;
    font-weight: 500;
    margin-top: 30px;
    padding-bottom: 60px; }

.m-b-1 {
  margin-bottom: 10px; }

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.main_menu_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  padding: 0px 45px; }
  .main_menu_area .navbar {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent !important; }
    .main_menu_area .navbar img {
      width: 250px; }
    .main_menu_area .navbar .navbar-toggler {
      border: none;
      border-radius: 0px;
      padding: 0px; }
      .main_menu_area .navbar .navbar-toggler span {
        height: 3px;
        width: 25px;
        display: block;
        background: #313330;
        margin-bottom: 3px; }
        .main_menu_area .navbar .navbar-toggler span:last-child {
          margin-bottom: 0px; }
    @media (min-width: 992px) {
      .main_menu_area .navbar .navbar-collapse {
        text-align: right;
        display: block !important; } }
    .main_menu_area .navbar .navbar-nav {
      display: inline-block;
      text-align: right; 
      float: right;}
      .main_menu_area .navbar .navbar-nav li {
        display: inline-block;
        margin-right: 55px; }
        .main_menu_area .navbar .navbar-nav li a {
          font-size: 13px;
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          color: #313330;
          letter-spacing: .65px;
          padding: 0px;
          line-height: 118px;
          transition: all 400ms linear 0s; }
        .main_menu_area .navbar .navbar-nav li:last-child {
          margin-right: 0px; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
            transform: scaleY(0);
            transition: all 400ms ease-out;
            display: block;
            transform-origin: 50% 0;
            min-width: 250px;
            background: #171717;
            left: auto;
            right: 0px;
            top: 90%;
            border-radius: 0px;
            border: none;
            padding: 30px 0px 30px 0px;
            box-shadow: none;
            visibility: hidden; } }
        .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
          margin-right: 0px;
          display: block; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
            display: block;
            line-height: 38px;
            color: #fff;
            font-family: "Roboto", sans-serif;
            letter-spacing: .48px;
            font-size: 16px;
            padding: 0px 30px;
            text-transform: inherit;
            transition: all 400ms linear 0s;
            font-weight: normal;
            text-shadow: none; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
            color: #97ccfe; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
            transform: scaleY(1);
            visibility: visible; } }
        .main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
          color: #313330; }
  .main_menu_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: white;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    z-index: 999; }

/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .banner_area:before {
    content: "";
    background: url(../img/banner/banner-bg.png) no-repeat scroll center right;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    max-width: 1233px;
    width: 100%; }

.banner_inner_text {
  padding-top: 200px;
  position: relative;
  padding-bottom: 95px; }
  .banner_inner_text h2 {
    font-size: 60px;
    color: #313330;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
  .banner_inner_text p {
    font-size: 24px;
    color: #6b7d8e;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-top: 15px; }

.banner_inner_text.static h2 {
  font-size: 52px; }

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider css
============================================================================================ */
.main_slider_area {
  background: url(../img/home-slider/slider-bg-1.png) no-repeat scroll center center;
  background-size: cover; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
    font-weight: normal !important;
    color: #313330; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
    color: #bc9235; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .more_btn {
    transition: all 400ms linear !important;
    padding: 0px 53px; }
  .main_slider_area .rev_slider .tp-bullets {
    display: none;
    left: calc(50% - 970px) !important; }
    .main_slider_area .rev_slider .tp-bullets .tp-bullet {
      height: 10px;
      width: 10px;
      background: #b3adff;
      border: 5px solid #fff; }
      .main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
        background: #97cdfe;
        border-color: #97cdfe; }
  .main_slider_area .rev_slider .tp-leftarrow, .main_slider_area .rev_slider .tp-rightarrow {
    display: none;
    height: 120px;
    background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
    background-size: 200% auto;
    width: 138px;
    border: 10px solid rgba(204, 241, 255, 0.5);
    transition: all 400ms ease-out; }
    .main_slider_area .rev_slider .tp-leftarrow:before, .main_slider_area .rev_slider .tp-rightarrow:before {
      line-height: 100px; }
    .main_slider_area .rev_slider .tp-leftarrow:hover, .main_slider_area .rev_slider .tp-rightarrow:hover {
      background-position: right center;
      color: #fff; }
  .main_slider_area .rev_slider .tp-leftarrow {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    border-left: 0px; }
  .main_slider_area .rev_slider .tp-rightarrow {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
    border-right: 0px; }

/* End Slider css
============================================================================================ */
/* Testimonials Slider css
============================================================================================ */
.testimonials_area {
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: 1px solid #bbbec1; }

.testimonials_slider {
  position: relative; }
  .testimonials_slider:before {
    content: "";
    background: url(../img/3d-shap.png) no-repeat scroll center center;
    height: 600px;
    max-width: 524px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: -210px;
    transform: translateX(-50%);
    z-index: -1; }
  .testimonials_slider .owl-item.center {
    color: #fff; }
    .testimonials_slider .owl-item.center h3 {
      color: #fff; }
    .testimonials_slider .owl-item.center p {
      color: #fff; }
    .testimonials_slider .owl-item.center .media .media-body h5 {
      color: #fff; }
  .testimonials_slider .testi_item h3 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #313330; }
  .testimonials_slider .testi_item p {
    font-size: 15px;
    color: #7c8d93;
    line-height: 28px;
    font-weight: normal;
    padding: 20px 0px 55px 0px; }
  .testimonials_slider .testi_item .media .d-flex {
    padding-right: 20px; }
  .testimonials_slider .testi_item .media .media-body h4 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #313330;
    padding-bottom: 8px; }
  .testimonials_slider .testi_item .media .media-body h5 {
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    font-size: 12px; }
  .testimonials_slider .owl-dots {
    text-align: center;
    z-index: 4;
    margin-top: 50px; }
    .testimonials_slider .owl-dots .owl-dot {
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin-right: 8px; }
      .testimonials_slider .owl-dots .owl-dot:last-child {
        margin-right: 0px; }

/* End Testimonials Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Area css
============================================================================================ */
.feature_area {
  padding: 70px 0 50px 0; }
  .feature_area p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    margin: auto;
    padding-bottom: 20px; }

.feature_item {
  text-align: center;
  padding: 40px 0px 60px 0px;
  transition: all 400ms linear 0s; }
  .feature_item .f_icon {
    min-height: 91px;
    position: relative; }
    .feature_item .f_icon img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%); }
  .feature_item h4 {
    color: #313330;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 45px 0px 20px 0px; }
  .feature_item p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    margin: auto;
    padding-bottom: 60px; }
  .feature_item .more_btn {
    opacity: 0; }
  .feature_item:hover {
    box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11); }
    .feature_item:hover .more_btn {
      opacity: 1; }

.service_feature {
  border-bottom: 1px solid #bbbec1;
  padding-top: 100px;
  overflow: hidden; }
  .service_feature .feature_inner {
    margin-bottom: -50px; }
    .service_feature .feature_inner .feature_item {
      margin-bottom: 50px; }
      .service_feature .feature_inner .feature_item .more_btn {
        opacity: 1;
        background: transparent;
        border-color: transparent;
        background-image: linear-gradient(left, #6ebdfe, #9b8aff);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: all 400ms linear 0s;
        background-size: 200% auto; }
      .service_feature .feature_inner .feature_item:hover .more_btn {
        color: #fff;
        background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
        border-color: rgba(204, 241, 255, 0.5);
        background-clip: inherit; }

/* End Feature Area css
============================================================================================ */
/* Team People Area css
============================================================================================ */
.team_people_area {
  overflow: hidden;
  padding: 150px 0 50px 0; }

.team-member {
  padding: 20px 0; }
  .team-member .highlighted {
    background-color: #f2c34c; }
  .team-member ul li {
    display: inline-block;
    margin-right: 10px; }

.team_people_text {
  max-width: 540px;
  float: right; }
  .team_people_text p {
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 45px; }
  .team_people_text ul li {
    margin-bottom: 15px; }
    .team_people_text ul li a {
      padding-left: 18px;
      font-family: "Roboto", sans-serif;
      color: #7c8d93;
      font-size: 15px;
      line-height: 28px;
      font-weight: 500;
      position: relative;
      transition: all 400ms linear 0s; }
      .team_people_text ul li a:before {
        content: "";
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #bc9235;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 400ms linear 0s; }
    .team_people_text ul li:last-child {
      margin-bottom: 0px; }
    .team_people_text ul li:hover a {
      color: #bc9235; }
      .team_people_text ul li:hover a:before {
        left: 4px; }

.team_img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  margin-left: 150px; }
  .team_img_inner .row {
    margin-left: -10px;
    margin-right: -10px; }
    .team_img_inner .row .col-lg-6 {
      padding: 0px 10px;
      margin-bottom: 20px;
      overflow: hidden; }
  .team_img_inner .team_img_item img {
    width: 250px; }

/* End Team People Area css
============================================================================================ */
/* Challange Area css
============================================================================================ */
.challange_area {
  overflow: hidden; }

.challange_text_inner {
  max-width: 545px;
  float: right; }
  .challange_text_inner p {
    font-size: 15px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-right: 25px; }
  .challange_text_inner .c_video {
    padding-top: 35px; }
    .challange_text_inner .c_video a {
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #313330; }
      .challange_text_inner .c_video a img {
        padding-right: 15px; }

.challange_img {
  display: flex; }
  .challange_img .challange_img_inner {
    align-self: center;
    box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4); }

/* End Challange Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */
.left_company_text p {
  font-size: 15px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 20px; }

.company_skill {
  padding-top: 30px;
  padding-bottom: 40px; }
  .company_skill p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    color: #7c8d93;
    font-weight: 500;
    padding-bottom: 70px; }

.our_skill_inner .single_skill {
  margin-bottom: 20px; }
  .our_skill_inner .single_skill h3 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    padding-bottom: 12px; }
  .our_skill_inner .single_skill .progress {
    height: 5px;
    background: #f4f8fc;
    border-radius: 0px;
    overflow: visible;
    position: relative; }
    .our_skill_inner .single_skill .progress .progress_parcent {
      position: absolute;
      right: 0px;
      top: -40px;
      background-image: -moz-linear-gradient(10deg, #bc9235 0%, #f2c34c 100%);
      background-image: -webkit-linear-gradient(10deg, #bc9235 0%, #f2c34c 100%);
      background-image: -ms-linear-gradient(10deg, #bc9235 0%, #f2c34c 100%);
      color: #fff;
      padding: 0px 16px;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      line-height: 34px;
      border-radius: 17px; }
    .our_skill_inner .single_skill .progress .progress-bar {
      background-image: -moz-linear-gradient(0deg, #bc9235 0%, #f2c34c 100%);
      background-image: -webkit-linear-gradient(0deg, #bc9235 0%, #f2c34c 100%);
      background-image: -ms-linear-gradient(0deg, #bc9235 0%, #f2c34c 100%); }
  .our_skill_inner .single_skill:last-child {
    margin-bottom: 0px; }

.talk_area {
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  padding: 160px 0px 170px 0px;
  border-bottom: 2px solid #fff; }

.talk_text {
  text-align: center; }
  .talk_text h4 {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-bottom: 26px; }
  .talk_text a {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600; }

/* End We Are Company Area css
============================================================================================ */
/* Service Solution Area css
============================================================================================ */
.service_solution_area {
  background: url(../img/service-bg.png) no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3; }
  .service_solution_area:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }

.s_solution_item a {
  margin-top: 30px; }
.s_solution_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93; }

.solution_collaps {
  margin-top: 60px; }
  .solution_collaps .card {
    margin-bottom: 25px;
    border: none; }
    .solution_collaps .card:last-child {
      margin-bottom: 0px; }
    .solution_collaps .card .card-header {
      padding: 0px;
      border: none;
      background-color: transparent; }
      .solution_collaps .card .card-header h5 a {
        background: #79ccff;
        background: -moz-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
        background: -webkit-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ccff', endColorstr='#9b75ff',GradientType=1 );
        display: block;
        color: #fff;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        padding: 11px 25px 11px 20px;
        line-height: 26px;
        position: relative; }
        .solution_collaps .card .card-header h5 a i {
          display: inline-block;
          font-style: normal;
          position: absolute;
          right: 20px;
          line-height: 30px;
          top: 50%;
          transform: translateY(-50%); }
          .solution_collaps .card .card-header h5 a i + i {
            display: none; }
      .solution_collaps .card .card-header h5 .collapsed i {
        display: none; }
        .solution_collaps .card .card-header h5 .collapsed i + i {
          display: inline-block; }
    .solution_collaps .card .card-body p {
      font-size: 15px;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #7c8d93; }

/* End Service Solution Area css
============================================================================================ */
/* Elements Page Area css
============================================================================================ */
.elements_title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  font-weight: normal;
  padding-bottom: 75px; }

.buttons_area .submit_btn {
  border: none;
  position: relative;
  width: 158px;
  height: 56px;
  margin-left: 45px;
  cursor: pointer;
  line-height: 56px;
  outline: none !important;
  box-shadow: none !important; }
  .buttons_area .submit_btn:before {
    content: "";
    width: 176px;
    height: 67px;
    border: 2px solid #bee1fe;
    position: absolute;
    left: -8.5px;
    top: -5.5px;
    border-radius: 33px; }
  .buttons_area .submit_btn:focus {
    border: none; }
.buttons_area .solid_btn {
  margin-left: 40px; }

.progress_bar_area .company_skill {
  padding-top: 0px; }
.progress_bar_area .solution_collaps {
  margin-top: 30px; }

.element_service {
  padding-top: 0px;
  padding-bottom: 100px;
  border-bottom: 0px; }
  .element_service .elements_title {
    padding-bottom: 65px; }

.mileston_area {
  padding-bottom: 100px; }
  .mileston_area .elements_title {
    padding-bottom: 65px; }
  .mileston_area .col-lg-3 {
    text-align: center; }

.mileston_item {
  display: inline-block;
  text-align: left; }
  .mileston_item h4 {
    font-size: 72px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: -moz-linear-gradient(left, #6ebcfe 0%, #997aff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6ebcfe 0%, #997aff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6ebcfe 0%, #997aff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebcfe', endColorstr='#997aff',GradientType=1 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .mileston_item h5 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #313330; }

/* End Elements Page Area css
============================================================================================ */
/* Best 3d Area css
============================================================================================ */
.best_3d_area {
  overflow: hidden;
  display: flex;
  min-height: 887px;
  padding: 50px 0; }
  .best_3d_area .tron-img {
    width: 400px; }
  .best_3d_area .right_text {
    width: calc(50% + 160px);
    float: right; }

.shap_slider_inner {
  max-width: 315px;
  float: right;
  margin-right: 160px;
  margin-top: 300px; }
  .shap_slider_inner .item {
    color: #fff; }
    .shap_slider_inner .item img {
      width: auto; }
    .shap_slider_inner .item h4 {
      font-size: 24px;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      font-weight: bold; }
    .shap_slider_inner .item p {
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 28px;
      padding: 25px 0px 55px 0px; }
    .shap_slider_inner .item .media {
      vertical-align: middle; }
      .shap_slider_inner .item .media img {
        align-self: center; }
      .shap_slider_inner .item .media .media-body {
        padding-left: 18px; }
        .shap_slider_inner .item .media .media-body h5 {
          font-size: 15px;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          line-height: 28px;
          color: #313330;
          padding-bottom: 5px; }
        .shap_slider_inner .item .media .media-body h6 {
          font-size: 12px;
          font-family: "Roboto", sans-serif;
          font-weight: 500; }
  .shap_slider_inner .owl-dots {
    text-align: right;
    margin-top: 70px; }
    .shap_slider_inner .owl-dots .owl-dot {
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin-right: 10px; }
      .shap_slider_inner .owl-dots .owl-dot:last-child {
        margin-right: 0px; }
      .shap_slider_inner .owl-dots .owl-dot.active {
        background: #97ccfe; }

.text_3d {
  display: inline-block;
  padding-left: 80px;
  padding-top: 150px;
  width: 54%;
  float: left;
  padding-right: 5px; }
  .text_3d p {
    font-size: 15px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.shap_mobile {
  padding-top: 85px;
  float: right;
  width: 46%;
  padding-left: 130px; }

/* End Best 3d Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.btn {
  padding: 0px 44px;
  z-index: 2;
  display: inline-block;
  transition: all 400ms ease-out;
  text-align: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
  border-radius: 33px;
  text-transform: uppercase;
  background-size: 200% auto; }
  .btn:hover {
    background-position: right center; }

.gold_btn {
  background-image: linear-gradient(to right, #f2c34c 0%, #bc9235 51%, #f2c34c 100%);
  transition: all 400ms ease-out;
  color: #fff;
  margin-bottom: 20px; }
  .gold_btn:hover {
    background-position: right center;
    color: #fff; }

.inversed_gold_btn {
  background-image: linear-gradient(to right, #fff 0%, #fff 51%, #fff 100%);
  color: #bc9235;
  border: 2px solid #bc9235;
  margin-bottom: 20px; }
  .inversed_gold_btn:hover {
    color: #313330;
    border: 2px solid #313330; }

.submit_btn {
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 58px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px; }
  .submit_btn:hover {
    background-position: right center;
    color: #fff; }
  .submit_btn:focus {
    box-shadow: none;
    outline: none;
    border: 6px solid rgba(204, 241, 255, 0.5); }

.solid_btn {
  padding: 0px 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px; }
  .solid_btn:hover {
    background-position: right center;
    color: #fff; }

/* Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Get In Touch Area css
============================================================================================ */
.get_in_touch_area {
  padding-top: 100px; }

.contact_us_form {
  margin-top: 100px; }
  .contact_us_form .form-group {
    margin-bottom: 5px; }
    .contact_us_form .form-group input {
      height: 50px;
      border: none;
      border-bottom: 2px solid #e1e1e1;
      border-radius: 0px;
      padding: 0px;
      outline: none;
      box-shadow: none;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      color: #a5bbd0; }
      .contact_us_form .form-group input.placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input:-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input::-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input:focus {
        border-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image-slice: 1; }
    .contact_us_form .form-group textarea {
      height: 200px;
      border: none;
      border-bottom: 2px solid #e1e1e1;
      border-radius: 0px;
      padding: 15px 0px;
      outline: none;
      box-shadow: none;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      color: #a5bbd0;
      resize: none; }
      .contact_us_form .form-group textarea.placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea:-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea::-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea:focus {
        border-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image-slice: 1; }
    .contact_us_form .form-group:last-child {
      margin-top: 40px; }

.touch_details {
  margin-left: 90px; }
  .touch_details p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93; }
  .touch_details h5 {
    font-size: 18px;
    color: #97ccfe;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: block;
    padding: 50px 0px 20px 0px; }
  .touch_details h4 {
    font-size: 30px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

    
img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 3px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	padding: 2px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
.timeline-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px; 
    
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #313330;
        left: 30%;
        top: 20px;
        bottom: 20px;
        margin-left: -4px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        width: 70%;
        float: right;
        margin-bottom: 70px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -22px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -110px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 18px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #313330;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #313330;
                -webkit-box-shadow: 0 0 0 5px #313330;
                box-shadow: 0 0 0 5px #313330;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-yellow {
                    background-color: #f2c34c;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                padding: 0 1.7em;
                margin-left: 70px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }


/* End Get In Touch Area css
============================================================================================ */
/* World Map Area css
============================================================================================ */
.world_map_inner {
  text-align: center;
  position: relative; }

.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top, #bc9235 0%, #f2c34c 100%);
  border-image: -webkit-linear-gradient(top, #bc9235 0%, #f2c34c 100%);
  border-image: linear-gradient(to bottom, #bc9235 0%, #f2c34c 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .bd-callout h3 {
    font-size: 15px;
    color: #313330;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px; }
  .bd-callout p {
    color: #7c8d93;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 28px;
    display: inline-block; }
  .bd-callout .social-list li {
    margin-right: 15px; }  
    .bd-callout .social-list li a:hover i {
      color: #313330; }
  .bd-callout h4 {
    display: inline-block;
    padding-left: 50px; }
    .bd-callout h4 a {
      display: block;
      color: #7c8d93;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 28px; }

/* End World Map Area css
============================================================================================ */
/* Contact Map Area css
============================================================================================ */
.contact_map_area {
  position: relative;
  overflow: hidden; }
  .contact_map_area .mapBox1 {
    min-height: 670px; }
  .contact_map_area .map_location_box {
    position: absolute;
    left: 30px;
    top: 160px;
    width: 100%; }
    .contact_map_area .map_location_box .bd-callout {
      position: relative;
      top: 0px;
      left: 0px;
      transform: translateY(0); }
      .contact_map_area .map_location_box .bd-callout:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 14px 0 0;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: -14px;
        top: 0px; }

/* End Contact Map Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #97ccfe;
      padding-bottom: 10px; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Circle Chart Area css
============================================================================================ */
.circle_chart_area {
  padding: 85px 0px 80px 0px; }
  .circle_chart_area .circles {
    margin-bottom: 50px; }
  .circle_chart_area .distribution_detail .stats_no {
    height: 60px; }
  .circle_chart_area .distribution_no h5 {
    padding-bottom: 30px; }

.circle_progress .circle_progress_inner {
  position: relative;
  max-width: 175px;
  margin: auto; }
  .circle_progress .circle_progress_inner strong {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #313330;
    margin-top: -13px; }
  .circle_progress .circle_progress_inner h4 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin-top: 18px; }
  .circle_progress .circle_progress_inner .percentage {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 2px;
    background: #f2c34c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f2c34c 0%, #bc9235 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2c34c 0%, #bc9235 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2c34c 0%, #bc9235 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c34c', endColorstr='#bc9235',GradientType=1 );
    /* IE6-9 */ }
    .circle_progress .circle_progress_inner .percentage:after {
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      position: absolute;
      left: 5px;
      top: 5px;
      background: #fff; }

/* End Circle Chart Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio Area css
============================================================================================ */
.portfolio_area {
  border-bottom: 2px solid #fff; }

.portfolio_filter {
  padding: 95px 0px 130px 0px; }
  .portfolio_filter ul li {
    display: inline-block;
    margin-right: 40px; }
    .portfolio_filter ul li a {
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #7e8d9c;
      transition: all 400ms linear 0s; }
    .portfolio_filter ul li:last-child {
      margin-right: 0px; }
    .portfolio_filter ul li:hover a, .portfolio_filter ul li.active a {
      color: #313330; }

.wd_25 {
  width: 25%; }

.wd_50 {
  width: 50%; }

.ms_portfolio_inner {
  overflow: hidden; }
  .ms_portfolio_inner .ms_p_item {
    float: left; }
    .ms_portfolio_inner .ms_p_item img {
      width: 100%; }

/* End Portfolio Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Main Area css
============================================================================================ */
.blog_img {
  position: relative; }
  .blog_img .blog_date {
    position: absolute;
    left: 0px;
    top: 40px;
    max-width: 120px;
    width: 100%;
    background: #6fbcfe;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
    /* IE6-9 */
    text-align: center;
    color: #fff;
    padding: 18px 0px 16px 0px; }
    .blog_img .blog_date h4 {
      font-size: 36px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      padding-bottom: 5px; }
    .blog_img .blog_date h5 {
      font-size: 12px;
      font-weight: 500;
      font-family: "Roboto", sans-serif; }

.blog_text {
  padding: 40px 30px 65px 30px; }
  .blog_text h4 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #313330;
    padding-bottom: 5px; }
  .blog_text .blog_author {
    padding-bottom: 30px; }
    .blog_text .blog_author a {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #7c8d93;
      margin-right: 20px;
      position: relative; }
      .blog_text .blog_author a:before {
        content: "|";
        position: absolute;
        right: -13px;
        top: 50%;
        transform: translateY(-50%);
        color: #7c8d93; }
      .blog_text .blog_author a:last-child {
        margin-right: 0px; }
        .blog_text .blog_author a:last-child:before {
          display: none; }
  .blog_text p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: #7c8d93; }
    .blog_text p + p {
      padding-top: 30px; }
  .blog_text .more_btn {
    margin-top: 45px; }

.blog_main_item {
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px; }
  .blog_main_item:last-child {
    margin-bottom: 0px; }

.pagination_area {
  padding-top: 100px; }
  .pagination_area .pagination li {
    margin-right: 10px; }
    .pagination_area .pagination li a {
      border-radius: 0px;
      border: none;
      background: transparent;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #7c8d93;
      padding: 0px;
      transition: all 400ms linear 0s; }
    .pagination_area .pagination li:last-child {
      margin-right: 0px; }
    .pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
      color: #313330;
      background: transparent; }

.r_widget {
  margin-bottom: 80px; }
  .r_widget:last-child {
    margin-bottom: 0px; }

.r_w_title {
  padding-bottom: 25px; }
  .r_w_title h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #313330; }

.search_widget .input-group {
  display: block;
  position: relative; }
  .search_widget .input-group input {
    width: 100%;
    display: block;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-image: -moz-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
    -webkit-border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
    border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
    border-image: -ms-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
    border-image-slice: 1;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    padding: 0px;
    line-height: 0px;
    padding-bottom: 24px;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    color: #acb6ba;
    font-family: "Roboto", sans-serif;
    font-style: italic; }
    .search_widget .input-group input.placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    .search_widget .input-group input:-moz-placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    .search_widget .input-group input::-moz-placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    .search_widget .input-group input::-webkit-input-placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
  .search_widget .input-group .input-group-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3; }
    .search_widget .input-group .input-group-btn .btn-secondary {
      background: transparent;
      border-radius: 0px;
      padding: 0px;
      border: none;
      transition: all 400ms linear 0s;
      margin: 0px;
      outline: none !important;
      box-shadow: none !important;
      color: #acb6ba;
      cursor: pointer; }
      .search_widget .input-group .input-group-btn .btn-secondary:hover {
        color: #313330; }

.categories_widget ul li {
  margin-bottom: 10px; }
  .categories_widget ul li a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #7c8d93;
    transition: all 400ms linear 0s; }
  .categories_widget ul li:last-child {
    margin-bottom: 0px; }
  .categories_widget ul li:hover a {
    color: #70a7e4; }

.insta_widget ul {
  overflow: hidden;
  margin: -3px; }
  .insta_widget ul li {
    width: calc(100% / 3);
    float: left;
    overflow: hidden; }
    .insta_widget ul li a {
      display: block;
      padding: 3px; }

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px; }
  .tag_widget ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px; }
    .tag_widget ul li a {
      display: inline-block;
      background: #f4f8fc;
      padding: 0px 25px;
      line-height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #7c8d93;
      transition: all 400ms linear 0s; }
    .tag_widget ul li:hover a {
      border-radius: 20px;
      background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
      background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
      background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
      color: #fff; }

.quote_widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px; }

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px; }
  .s_blog_social h3 {
    font-size: 18px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block; }
  .s_blog_social ul {
    display: inline-block; }
    .s_blog_social ul li {
      display: inline-block;
      margin-left: 30px; }
      .s_blog_social ul li a {
        font-size: 12px;
        color: #0b1033; }
      .s_blog_social ul li:first-child {
        margin-left: 40px; }

.blog_author .media {
  vertical-align: middle; }
  .blog_author .media .d-flex {
    padding-right: 20px;
    align-self: center; }
  .blog_author .media .media-body h4 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-bottom: 25px; }
    .blog_author .media .media-body h4 span {
      color: #7c8d93; }
  .blog_author .media .media-body p {
    font-size: 15px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.blog_comment h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #313330;
  padding-bottom: 80px;
  padding-top: 80px; }
.blog_comment .media {
  margin-bottom: 35px; }
  .blog_comment .media .d-flex {
    display: block !important;
    padding: 0px 0px 0px 25px;
    max-width: 144px;
    width: 100%; }
    .blog_comment .media .d-flex h4 {
      color: #313330;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      display: block;
      padding-bottom: 6px; }
    .blog_comment .media .d-flex h5 {
      color: #7c8d93;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 12px;
      display: block; }
  .blog_comment .media .media-body {
    padding-left: 20px; }
    .blog_comment .media .media-body p {
      color: #7c8d93;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 28px;
      padding-bottom: 15px; }
    .blog_comment .media .media-body a {
      color: #313330;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 12px; }
  .blog_comment .media:last-child {
    margin-bottom: 0px; }

.blog_comment_form {
  max-width: 560px; }
  .blog_comment_form h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #313330;
    padding: 75px 0px 55px 0px; }
  .blog_comment_form .contact_us_form {
    margin-top: 0px; }
    .blog_comment_form .contact_us_form .form-group input {
      height: 55px; }
    .blog_comment_form .contact_us_form .form-group:last-child {
      margin-bottom: 0px; }

/* End Blog Main Area css
============================================================================================ */
/*-----------------------------------------------------*/
.bd-calloutsmall {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top, #bc9235 0%, #f2c34c 100%);
  border-image: -webkit-linear-gradient(top, #bc9235 0%, #f2c34c 100%);
  border-image: linear-gradient(to bottom, #bc9235 0%, #f2c34c 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .bd-calloutsmall h3 {
    font-size: 15px;
    color: #313330;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px; }
  .bd-calloutsmall p {
    color: #7c8d93;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 28px;
    display: inline-block; }
  .bd-calloutsmall .social-list li {
    margin-right: 15px; }  
    .bd-calloutsmall .social-list li a:hover i {
      color: #313330; }
  .bd-calloutsmall h4 {
    display: inline-block;
    padding-left: 50px; }
    .bd-calloutsmall h4 a {
      display: block;
      color: #7c8d93;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 28px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widget_area {
  background: url(../img/footer-bg.png) no-repeat scroll center center;
  background-size: cover;
  padding: 130px 0px 115px 0px; }

.f_title {
  padding-bottom: 45px; }
  .f_title h3 {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.f_about_widget {
  padding-right: 35px; }
  .f_about_widget img {
    padding-bottom: 55px; }
  .f_about_widget p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.f_insta_widget ul {
  overflow: hidden;
  margin: -1px; }
  .f_insta_widget ul li {
    width: calc(100% / 4);
    float: left; }
    .f_insta_widget ul li a {
      display: inline-block;
      padding: 1px; }
      .f_insta_widget ul li a img {
        width: 100%; }

.f_subs_widget .input-group {
  display: block; }
  .f_subs_widget .input-group input {
    display: block;
    width: 100%;
    border-radius: 0px;
    border: none;
    height: 52px;
    padding: 0px 30px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #9b9b9b; }
    .f_subs_widget .input-group input.placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
    .f_subs_widget .input-group input:-moz-placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
    .f_subs_widget .input-group input::-moz-placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
    .f_subs_widget .input-group input::-webkit-input-placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
  .f_subs_widget .input-group .input-group-btn {
    margin-left: 0px;
    display: block;
    margin-top: 25px; }
    .f_subs_widget .input-group .input-group-btn .submit_btn {
      margin-left: 0px;
      border-radius: 35px !important; }
      .f_subs_widget .input-group .input-group-btn .submit_btn:hover {
        border-color: #8cc4fb; }

.footer_copyright {
  overflow: hidden;
  background: #313330;
  padding: 35px 0px; }
  .footer_copyright .float-sm-left h5 {
    font-size: 14px;
    color: #f2c34c;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 29px; }
  .footer_copyright .float-sm-left a {
    color: #f2c34c;
    text-decoration: none; }
    .footer_copyright .float-sm-left a:hover {
      color: #bc9235; }
  .footer_copyright .float-sm-right ul li {
    display: inline-block;
    margin-right: 32px; }
    .footer_copyright .float-sm-right ul li a {
      font-size: 14px;
      color: #f2c34c;
      transition: all 400ms linear 0s; }
    .footer_copyright .float-sm-right ul li:last-child {
      margin-right: 0px; }
    .footer_copyright .float-sm-right ul li:hover a {
      color: #bc9235; }

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-gold {
  color: #bc9235;
}
.input-group-addon {
  background-color: #bc9235 !important;
  border: 1px solid #bc9235 !important;
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */

