/*
-----------------------------------------------------------------------
* Template Name    : Pioted | Responsive Bootstrap 4 Landing Template *
* Author           : ThemesBoss                                       *
* Version          : 1.0.0                                            *
* Created          : Aug 2018                                         *
* File Description : Main Css file of the template                    *
*----------------------------------------------------------------------
*/

/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.SERVICE
    6.FEATURES
    7.CTA SECTION
    8.TESTIMONIAL
    9.TRUSETED CLIENTS
    10.PRICE BOX
    11.FAQ
    12.CONTACT
    13.FOOTER
    14.RESPONSIVE
************************/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700');

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
a{
  color:#0c5881;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #0c5881;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size:14px;
    display: block;
}

/*==========================
        2.HELPER
============================*/

.contact-1a {
  font-size:1.3em;
  color:000;
}
.bigeye{
  font-size:2em;
  color:#0c5881;
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.main-title-border::after,
.main-title-border::before {
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    content: "";
    background-color: #d0d0d0;
    width: 30px;
    height: 1px;
}

.main-title-border i {
    font-size: 20px;
}

.bg-dark {
    background-color: #000;
}

.text-muted {
    color: #777 !important;
}

.text-custom {
    color: #f05a2b;
}
.text-custom-teal{
  color:#00e7ff;
}

.text-danger {
    color: #E64236 !important;
}

.text-green {
    color: #33D287 !important;
}

.text-blue {
    color: #4285F3 !important;
}

.text-yellow {
    color: #FCBB03 !important;
}

.text-purple {
    color: #5859FE !important;
}

.bg-danger-opacity {
    background-color: rgba(230, 66, 54, 0.13);
}

.bg-green-opacity {
    background-color: rgba(51, 210, 135, 0.13)
}

.bg-blue-opacity {
    background-color: rgba(66, 133, 243, 0.13);
}

.bg-yellow-opacity {
    background-color: rgba(252, 187, 3, 0.13);
}

.bg-purple-opacity {
    background-color: rgba(88, 89, 254, 0.13);
}

.bg-dark-opacity {
    background-color: rgba(0, 0, 0, 0.13);
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #0c5881;
}

.bg-dark {
    background-color: #1d1f25 !important;
}

.bg-overlay-gredient {
    background: linear-gradient(32deg, rgba(27, 0, 255, 0.78) 0%, rgba(56, 98, 103, 0.7) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(42, 42, 45, 0.88);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 10px 22px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 15px;
}
.btn-nav-apply {
  background-color: #f05a2b!important;
  border: 2px solid #f05a2b!important;
  color: #fff !important;
  transition: all 0.5s;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  shadow:2px #000;
}
.apply-link {
  display:block;
  background-color: #f05a2b!important;
  color: rgba(255, 255, 255, 1);
    font-size: 15px;
    padding: 10px 15px !important;
    margin: 0 7px;
    transition: all 0.4s;
}

.text-white p h1 h2 h3 h4 h5{
  color:#fff;
}
.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.btn-custom {
    background-color: #0c5881;
    border: 2px solid #0c5881;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}
.btn-customgreen {
    background-color: #f05a2b;
    border: 2px solid #f05a2b;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #25af64;
    border-color: #25af64;
    color: #f3f3f3;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 12px 0px;
    /* border-bottom: 1px solid #c6c6c6; */
    -webkit-box-shadow: 0px 0 3px #dddddd;
    -moz-box-shadow: 0px 0 3px #dddddd;
    box-shadow: 0px 0 3px #dddddd;
  }

.custom-nav .navbar-nav li a {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    padding: 10px 0;
    margin: 0 7px;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #0c5881;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active {
    color: #f05a2b;
}

.apply-link:hover,
.btn-nav-apply:hover{
  background-color:#0c5881!important;
  border-color:#0c5881!important;
  color:white!important;
}

.nav-item .apply-link:hover{
  color:white!important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.custom-nav .navbar-brand.logo img {
    height: 50px;
}

/*.custom-nav .navbar-brand {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 2px;
    height: auto;
    font-size: 22px;
}*/

/*========================
        HOME
==========================*/

.home-bg-color {
    background-color: #2e323a;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_btn span {
    position: relative;
    top: 14px;
}

.header_content {
    max-width: 700px;
}

.header_small_title span {
    border-radius: 7px;
    padding: 5px 20px;
    background-color:rgba(46, 208, 120, 0.10);
    color: #0c5881;
}

.header_title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;

}
.header_title2a {
    font-size: 43px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: capitalize;
}

.header_subtitle {
    font-size: 16px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.6);
}

.scroll_down {
    position: absolute;
    bottom: 13vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 30px;
    line-height: 60px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}

/*----HOME 2----*/

.home-half {
    padding: 200px 0px;
}

/*----HOME 3----*/

.bg-trial-form{
    background-color: rgba(255, 255, 255, 1);
    max-width: 360px;
}
.bg-trial-form-app{
    background-color: rgba(255, 255, 255, 1);
    max-width: 100%;
}

.bg-trial-form .trial-input.bg-trial-form-app{
    border: 2px solid #3d3f44;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
}

.bg-trial-form .bg-trial-form-app label{
    margin-left: 10px;
}

/*---- HOME 6----*/

.presentation-mockup{
    position: relative;
    top: 50px;
    z-index: 100;
}

/*---- HOME 10---*/

.home-bg-img{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/hero_main_new.jpg);

}

.home-bg-img2{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/hero_new_2.jpg);

}
.home-bg-img3{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/new-hero-6.jpg);
}
.home-bg-img4{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/landscape-hero.jpg);
}
.divider1{
  display: inline-block;
  height: 3px;
  width: 50px;
  margin-bottom: 10px;
  position: relative;
  background-color: #00e7ff;
}
@media (max-width:991px){
  .divider1{
    display:none;
  }

  .divider2{
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
    background-color: #00e7ff;
  }
@media (min-width:991px){
  .divider2{
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
    background-color: #00e7ff;
}}
.shadow-me{
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 15px 5px rgba(115, 128, 157, 0.3); }
}
/*Home Banners 02*/
.home-banner-02 {position: relative!important; overflow: hidden!important; }
.home-banner-02:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, 0.40); }
.home-banner-02 .img-effect { z-index: 1; }
.home-banner-02 .container { position: relative; z-index: 1; }
.home-banner-02 .hb-text { padding-top: 150px; }
/* @media (max-width: 991px) { .home-banner-02 .hb-text { padding-top: 120px; } }
@media (max-width: 767px) { .home-banner-02 .hb-text { padding-bottom: 15px; } }
.home-banner-02 h1 { font-size: 50px; font-weight: 500; margin: 0 0 15px 0; letter-spacing: 1px; }
@media (max-width: 767px) { .home-banner-02 h1 { margin: 0 0 10px 0; font-size: 28px; } }
.home-banner-02 p { font-size: 17px; margin-bottom: 25px; width: 600px; max-width: 100%; display: inline-block; vertical-align: top; }
@media (max-width: 767px) { .home-banner-02 p { font-size: 15px; margin-bottom: 20px; } } */
.home-banner-02-custom {position: relative!important; overflow: hidden!important; }
.home-banner-02-custom:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, 0.6); }
.home-banner-02-custom .img-effect { z-index: 1; }
.home-banner-02-custom .container { position: relative; z-index: 1; }
.home-banner-02-custom .hb-text { padding-top: 150px; }


.bg-effect-section .img-effect img{
  width:100%;
}

.bg-effect-section .bottom {
    bottom: 0;
}
.bg-effect-section .img-effect {
    position: absolute;
    left: -2px;
    right: -2px;
  }

.p-tb-35{
  padding-top:35px;
  padding-bottom:35px;
}
.p-t-20{
  padding-top:20px;
}

/*---- HOME 19----*/

.home-bg-gradient{
    background: #0c5881;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #0c5881);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #0c5881); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-blueg {
      background: #0c5881;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #182848, #0c5881);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #182848, #0c5881); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .bg-white{
    background-color:#fff;
  }
.bg-trial-form {
  margin-top:2rem;
}
.home-bg-gradient .bg-trial-form .bg-trial-form-app .trial-input {
    border: 2px solid #eaeaea;
    background-color: rgb(255, 255, 255, 1);
    border-radius: 30px;
}

.home-bg-gradient .bg-trial-form .bg-trial-form-app{
    background-color: #fff;
}

.home-bg-gradient .bg-trial-form  h5{
    color: #000 !important;
}

/*--- HOME PETTERN ---*/

.home-bg-pattern{
    background-color:#0c5881;
    background-image: url(../images/pettern.png);
    background-position: center center;
}

/*--- LOGIN PAGE ---*/

.account_bg_color{
  background: #c6c6c6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ddd, #fff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ddd, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100vh;
}

.account_bg_color_gradient{
    background: #5758bb;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #5758bb);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #5758bb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100vh;
}

.account_bg_img{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/home-bg-3.jpg);
    height: 100vh;
    position: relative;
}

.account_bg_pattern{
    background-color:#2e323a;
    background-image: url(../images/pettern.png);
    background-position: center center;
    height: 100vh;
}

.account_img{
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.08);
    background-position: center center;
    position: relative;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.38);
}

.account_form_bg{
    background-color: #fff;
}

.account_form_bg .form-control {
    background-color: #fff;
    /* border-color: #c6c6c6; */
    border: 1px solid rgb( 113,113,113,0.2);
}

/*==========================
        5.SERVICES
============================*/

.lan_box_ser h5 {
    font-weight: 600;
}

.lan_box_ser p {
    font-size: 15px;
}

.lan_box_ser {
    border: 1px dotted #e7e7e7;
    border-radius: 5px;
    transition: all 0.5s;
}

.lan_box_ser .ser_icon i {
    font-size: 42px;
    height: 70px;
    width: 70px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    padding-left: 36px;
    transition: all 0.5s;
}

.lan_box_ser:hover {
    border-color: transparent;
}

/*==========================
        7.CTA SECTION
============================*/

.cta-desc {
    max-width: 635px;
}

.free-trial-form .form-control {
    height: 50px;
    box-shadow: none;
}

.free-trial-form .form-control:focus {
    border-color: #0c5881;
}

/*==========================
        FEATURES
============================*/

.lan_features_subtitle {
    max-width: 420px;
}

/*==========================
        HOW IT WORK
============================*/

.work_box .work_icon i {
    font-size: 32px;
    height: 75px;
    line-height: 75px;
    width: 75px;
    background-color: #0c5881;
    display: inline-block;
    border-radius: 50%;
}

.work_content h5 {
    font-weight: 600;
}

.working_icons_left i,
.working_icons_right i {
    font-size: 35px;
    position: absolute;
    top: 100px;
    color: #0c5881;
    z-index: 9;
}

.working_icons_left i {
    left: 63%;
}

.working_icons_right i {
    left: 30%;
}

/*==========================
        Video Section
============================*/

.video_section .presentation_icon {
    position: absolute;
    top: 50%;
    left: 51%;
    margin-left: -40px;
    margin-top: -40px;
}

.presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    background-color: #0c5881;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    line-height: 65px;
}

/*==========================
        8.TESTIMONIAL
============================*/

.client_review {
    line-height: 1.6;
    font-size: 22px;
    font-weight: 600;
    max-width: 550px;
}

.testi_boxes .tam_testi_icon {
    font-size: 80px;
}

.client_name {
    font-size: 18px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 13px;
    height: 13px;
    border: 2px solid #0c5881;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 13px;
}

/*==========================
        9.TRUSETED CLIENTS
============================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

/*==========================
        10.PRICE BOX
============================*/

.price_border_box {
    padding: 40px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    border-top: 3px solid #0c5881;
}

.price_border_box.active .lable {
    background: #0c5881;
    padding: 8px 0;
    text-align: center;
    width: 130px;
    position: absolute;
    top: -17px;
    right: 0px;
    left: 0;
    border-radius: 6px;
}

.price_border_box.active .lable h6 {
    color: #fff;
    font-size: 14px;
}

.price_border_box .lan-price h1 sup,
.price_border_box .lan-price h1 sub {
    font-size: 26px;
}

.price_border_box .lan-price h1 {
    font-size: 49px;
    font-weight: 600;
}

.price_border_box .price-name h5 {
    font-weight: 600;
}

.price_border_box .lan-price h1 sup {
    position: relative;
    top: -15px;
}

.price_border_box .lan_price_feat {
    padding: 40px 0px;
}

.price_border_box .lan_price_feat p {
    font-size: 14px;
    color: #777;
}

/*=========================
        9.TEAM
===========================*/

.team-box {
    border: 1px dotted #eae5e5;
}

.bus_team_email {
    font-size: 13px;
}

.bus_team_name {
    font-size: 19px;
}

.bus_team_social {
    border-top: 1px solid #eae5e5;
}

.bus_team_social li a {
    color: #b7b7bb;
    transition: all 0.52s;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.bus_team_social li a:hover {
    color: #0c5881;
}

/*==========================
        FUNFACTS
============================*/

.bg-funfact {
    background-image: url('../images/img-1.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.lan_funfact {
    border: 1px dashed #8a8a8a;
}

.lan_funfact .lan_fun_name {
    font-size: 15px;
}

/*==========================
        11.FAQ
============================*/

.faq-boxes {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    transition: all 0.5s;
}

.faq-boxes h5 {
    font-size: 18px;
}

/*==========================
        12.Contact
============================*/

.form-control {
    box-shadow: none !important;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.form-control:focus {
    border-color: #0c5881;
}

.contact-border {
    width: 60px;
    height: 3px;
    margin: 20px 0px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #0dba26;
    font-size: 22px;
}

/*=======================
        13.FOOTER
=========================*/

.footer {
    background-color: #232227;
}

.about_footer_color {
    color: #989898;
}

.footer ul.footer_menu_list li a:hover {
    color: #fff;
    transition: all 0.3s;
}

.footer ul.footer_menu_list li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 5px 0;
    text-decoration: none !important;
}

.footer-border {
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}

.footer-title {
    color: #fff;
}

.footer-alt .copy-rights {
    margin: 10px 0px;
    line-height: 60px;
    color: #989898;
    padding-left: 20px;
}
.footer {
    background-color: #fff;
		border-top: 1px dashed rgb(0,0,0,0.3);
}
.footer ul.footer_menu_list li a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 0;
    text-decoration: none !important;
}
.footer-title {
	color:rgb(113,113,113, 0.5);
}
.footer-right-border{
    border-right: 1px solid #ddd;
}
.footer-social {
font-size: 1.4em;
color: #0c5881;
}
/*==========================
        14.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff;
        border-bottom: 1px solid rgba(90, 90, 90, 0.24);
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
    }
    .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
}
    .custom-nav>.container {
        width: 90%;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 4px;
        margin-bottom: 0px;
        color: #0c5881;
    }
    .header_title {
        font-size: 36px;
        line-height: 1.2;
    }
    .header_title2a {
        font-size: 26px;
        font-weight: 300;
        line-height: 1;

        text-align:center;
    }



    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .vertical-content {
        display: inherit;
    }
    .h-100vh,
    .home-half {
        height: auto;
        padding: 110px 0 170px 0;
    }
    .account_bg_color,.account_bg_color_gradient,.account_bg_img,.account_bg_pattern{
        height: auto;
        padding: 50px 0px;
    }
    .custom-nav .navbar-brand.logo img {
        height: 40px;
    }
    .client_review {
        line-height: 1.4;
        font-size: 18px;
        max-width: 550px;
    }
}
-
@media (max-width: 991px) and (min-width: 200px) {
    .working_icons_left i,
    .working_icons_right i {
        display: none;
    }
    .copy-rights {
       margin: 10px 0px;
       line-height: 20px;
       color: #989898;
       padding-left: 5px;
       font-size: 10px;
   }
}


.custom-title-cory{
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.custom-subtitle-cory{
  font-size: 25px;
  margin-bottom: 30px;
  line-height:1.8;
  font-weight:400;
}

.align-items-center{
  display:flex;
  align-items: center;
}

.trustlinksize{
  min-height:62px;
  max-height:62px;
}
.bbbsize{
  min-height:86px;
  max-height:86px;
}
.googlesize{
  min-height:60px;
  max-height:60px;
}

.b-b{
  border-bottom:1px solid #d0d0d0;
}
.b-t{
  border-top:1px solid #d0d0d0;
}


.text-gray{
  color:#c4c5c7!important;
}

.mt-20{
  margin-top:20px;
}

.mt-2rem{
  margin-top:2rem;
}
@media (max-width:991px){
.hide-mobile{
  display:none
}}
@media (min-width:991px){
.show-mobile{
  display:none;
}}

.underline-me{
  text-decoration:underline!important;
  -webkit-text-decoration-color:#00e7ff!important;
  text-decoration-color:#00e7ff!important;
}
.m-t-home-header{
    margin-top:100px;
}
.small-bg-home{
    height:500px;
}
.fw-700{
    font-weight:700;
}
.fw-600{
    font-weight:600;
}
.m-l-10per{
    margin-left:8%;
}

.mobile-bg-img{
    background-image:url('../images/bg-1.jpg');
}
@media (max-width:991px){
    .mobile-bg-img{
        background-color:white;
            background-image:url('../images/bg-1.jpg');

}
}
@media (max-width:991px) {
.mobile-hide-app{
    display:none;
}}
