/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

@font-face {
    font-display: swap;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 500;
    src: local('Palanquin Medium'), local('Palanquin-Medium'), url(https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhYw5Gu.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 600;
    src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url(https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9Yw5Gu.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 700;
    src: local('Palanquin Bold'), local('Palanquin-Bold'), url(https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5Yw5Gu.ttf) format('truetype');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #007bff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #fff;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 0;
    right: 0;
    bottom: 0;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

.form-control {
    padding: .375rem .75rem !important;
}

.bx-wrapper img {
    max-width: 100%;
    height: 120px !important;
}

#customers .hmarquee .bx-wrapper img {
    max-width: 100%;
    height: 120px !important;
}

.hmarquee .bx-wrapper img {
    max-width: 100%;
    height: auto !important;
}

.post, .page {
    margin: 0px !important;
}

section:target {
    display: none;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.laptop-video-wrap .laptop-video {
    position: relative;
    margin: 0 5% 64px;
    padding: 2.5%;
    border: 2px solid #dee2e6;
    border-radius: 15px 15px 0 0;
}

.bg-white {
    background-color: #fff !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.rounded {
    border-radius: .25rem !important;
}

.laptop-video-wrap .laptop-video:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 -5%;
    height: 64px;
    background: url(/wp-content/uploads/2020/06/laptop-bottom.png) no-repeat center top;
    background-size: auto;
    background-size: 100% 64px;
    content: '';
}

.embed-responsive-16by9:before {
    padding-top: 48.25%;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.custom {
    margin-top: 45px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.menu-header-menu-container {
    display: inline-block;
    width: 100%;
}

li.menu-item-27.current_page_item a {
    color: #007bff !important;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    padding-left: 2%;
    padding-right: 2%;
}

#header.header-scrolled,
#header.header-pages {
    height: 60px;
    padding: 10px 0;
    padding-left: 2%;
    padding-right: 2%;
}

#header .logo h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    padding-left: 14px;
    margin-top: -6px;
    float: right;
    color: #00366f !important;
}

#header .logo h1 span {
    font-size: 35px;
    font-weight: 600;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #00366f;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 50px;
    margin-top: -7px;
    margin-bottom: 0px;
}

.main-pages {
    margin-top: 60px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    background: url("../img/intro-bg6.jpg") center;
    background-size: cover;
    padding: 200px 10px;
}

#intro .intro-img {
    width: 20%;
    float: right;
}

#intro .intro-info {
    width: 100%;
    float: left;
}

#intro .intro-info h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}

#intro .intro-info h2 span {
    color: #74b5fc;
    text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
}

#intro .intro-info .btn-get-started {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}

#intro .intro-info .btn-get-started:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}

#intro .intro-info .btn-services {
    border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu > li a {
    display: block;
    position: relative;
    color: #34495e;
    padding: 7px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu > li a:focus {
	outline:none;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu a:hover,
.main-nav .menu-header-menu-container > ul#menu-header-menu .active > a,
.main-nav .menu-header-menu-container > ul#menu-header-menu li:hover > a {
    color: #007bff;
    text-decoration: none;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    color: #004289;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down ul a:hover,
.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down ul .active > a,
.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down ul li:hover > a {
    color: #007bff !important;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .menu-header-menu-container > ul#menu-header-menu .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #74b5fc;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}


/* Section with background
--------------------------------*/

.section-bg {
    background: #ecf5ff;
}


/* About Us Section
--------------------------------*/

#services {
    background: #fff;
    padding: 60px 0;
}

#services .about-container .background {
    margin: 20px 0;
}

#services .about-container .content {
    background: #fff;
}

#services .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

#services .about-container p {
    line-height: 26px;
}

#services .about-container p:last-child {
    margin-bottom: 0;
}

#services .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#services .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #007bff;
    transition: all 0.3s ease-in-out;
}

#services .about-container .icon-box .icon i {
    color: #007bff;
    font-size: 24px;
}

#services .about-container .icon-box:hover .icon {
    background: #007bff;
}

#services .about-container .icon-box:hover .icon i {
    color: #fff;
}

#services .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

#services .about-container .icon-box .title a {
    color: #283d50;
}

#services .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

#services .about-extra {
    padding-top: 60px;
}

#services h4 {
    color: #004a99;
    font-size: 25px;
    font-weight: 500;
}


/* Services Section
--------------------------------*/

.input_name_box {
    border-width: 1px;
    background-color: #f4f6f7;
    font-size: 14px;
    color: #768894;
    height: 44px;
    border: 1px solid #d2d2d2;
    padding: 8px 15px;
    border-radius: 5px;
    width: 206px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: blue;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.plhead {
    font-family: Palanquin;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-align: center
}

.pl {
    float: left;
    width: 576px;
    height: 435px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 20px;
    border-color: #ebeaea;
    transition: all 0.3s ease-in-out
}

.pr {
    float: right;
    width: 576px;
    height: 435px;
    border: 1px solid;
    border-color: #ebeaea;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out
}

.bl {}

.br {}

#features {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#features .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

#features .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#features .icon {
    position: absolute;
    left: 15px;
    top: calc(50% - 32px);
}

#features .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

#features .title {
    margin-left: 55PX;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#features .title a {
    color: #111;
}

#features .box:hover .title a {
    color: #007bff;
}

#features .description {
    font-size: 14px;
    margin-left: 55PX;
    line-height: 24px;
    margin-bottom: 0;
}

#why-us {
    padding: 60px 0;
    background: #ecf5ff;
	padding-bottom:0px !important;
}

#why-us .section-header h3,
#why-us .section-header p {
    color: black;
}

#why-us .card {
    background: #00458f;
    border-color: #00458f;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
}

#why-us .card:hover {
    background: #003b7a;
    border-color: #003b7a;
}

#why-us .card i {
    font-size: 48px;
    padding-top: 15px;
    color: #bfddfe;
}

#why-us .card h5 {
    font-size: 22px;
    font-weight: 600;
}

#why-us .card p {
    font-size: 15px;
    color: #d8eafe;
}

#why-us .card .readmore {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border: transparent solid 2px;
    padding: 6px 20px;
    border-radius: 50px;
}

#why-us .card .readmore:hover {
    border: #fff solid 2px;
    padding: 6px 20px;
    border-radius: 50px;
}

#why-us .counters {
    padding-top: 40px;
}

#why-us .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #fff;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #cce5ff;
}

#why-us.six_box {
	padding-top:0px;
    padding-left: 2%;
    padding-right: 2%;
	overflow:hidden;
}

/* Pricing Section
--------------------------------*/

.createaccount {
    background: #fff;
	border:2px solid #34495e;
    display: inline-block;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 15px 20px 0;
    color: #34495e;
}

.createaccount.border {
    background: #34495e;
	border:2px solid #34495e !important;
    display: inline-block;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 15px 20px 0;
    color: #fff;
}

.createaccount:hover {
    background: #007bff;	
	color:#fff;
	border:2px solid #007bff !important;
}

.createaccount a:hover {
	color:#fff !important;
}

.createaccount a {
	padding:6px 18px !important;
	color:#34495e !important;
}

.createaccount.border a {
	padding:6px 18px !important;
	color:#fff !important;
}

.loginn {
    border-radius: 2px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
}

.createaccount:hover >a {
    color: #fff;
}


/* Pricing Section
--------------------------------*/

#pricing {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.full_price {
    padding: 70px 0px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

#pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

#pricing h3,
#customers h3,
#contact h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}

#pricing h4 {
    font-size: 46px;
    color: #1dc8cd;
    font-weight: 300;
}

#pricing h4 sup {
    font-size: 20px;
    top: -20px;
}

#pricing h4 span {
    color: #bababa;
    font-size: 20px;
}

#pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

#pricing ul li {
    padding-bottom: 12px;
}

#pricing ul i {
    color: #1dc8cd;
    font-size: 18px;
    padding-right: 4px;
}

#pricing .get-started-btn {
    background: #515e61;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

#pricing .featured {
    border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
}


/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
    margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #007bff;
}


/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 60px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

#team .member .member-info {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

#team .member .member-info-content {
    margin-top: 50px;
    transition: margin 0.2s;
}

#team .member:hover .member-info {
    background: rgba(0, 62, 128, 0.7);
    opacity: 1;
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #007bff;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Clients Section
--------------------------------*/

#clients {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients .client-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#clients img {
    transition: all 0.4s ease-in-out;
}


/* Contact Section
--------------------------------*/

#contact {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    overflow: hidden;
    margin-bottom: -20px;
}

#contact .section-header {
    padding-bottom: 30px;
}

#contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #007bff;
}

#contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #888;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #007bff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #007bff;
}

#contact .social-links a:hover {
    background: #007bff;
    color: #fff;
}

#contact .info {
    color: #283d50;
}

#contact .info i {
    font-size: 32px;
    color: #007bff;
    float: left;
    line-height: 1;
}

#contact .info p {
    padding: 0px 0px 12px 7px;
    line-height: 28px;
    font-size: 14px;
}

#contact .form #sendmessage {
    color: #007bff;
    border: 1px solid #007bff;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#contact .form button[type="submit"] {
    background: #007bff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
    background: #0067d5;
    cursor: pointer;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #00428a url(../img/dots_bg.png) -22% 44% no-repeat;	
    padding: 0 0 0px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #004a99 url(../img/dots_bg.png) -22% 32% no-repeat;
    padding: 50px 0px;
    padding-left: 2%;
    padding-right: 2%;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #ecf5ff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #007bff;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #0067d5;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
    color: #74b5fc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #007bff;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #0062cc;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
}

#footer .credits a {
    color: #bfddfe;
}

#footer .credits a:hover {
    color: #f1f7ff;
}

.contant_bg {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    margin-top: 0px;
}

.contant_bg img {
    max-width: 100%;
    margin: 25px 0px;
}

.contant_bg .thead-default img {
    width: 10%;
    margin-right: 20px;
}

.contant_bg .table-bordered {
    border: 1px solid #dee2e6;
    display: inline-block;
    width: 100%;
}

.contant_bg ul.file-tree-list {
    padding: 0px;
}

.side-bar {
    display: inline-block;
    background: #fff;
    padding: 0px 0px;
    border-radius: 15px;
    margin-top: 0px;
    overflow-y: hidden;
    width: 100%;
}

.side-bar.setfixed.darkHeader {
    position: sticky;
    height: 100%;
    margin: 0;
}

.side-bar.setfixed {
    margin-top: 15px;
    overflow-y: hidden;
    top: 15%;
    position: fixed;
    width: 293.77px;
}

.side-bar ul {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}


/* width */

.side-bar ul::-webkit-scrollbar {
    width: 3px;
}


/* Track */

.side-bar ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}


/* Handle */

.side-bar ul::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}


/* Handle on hover */

.side-bar ul::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.side-bar a {
    display: inline-block;
    width: auto;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.side-bar ul {
    padding: 0px 0px;
    margin: 0px;
    padding-bottom: 10px;
    height: 500px;
}

.side-bar ul li {
    display: block;
    padding: 0px 0px;
    width: 100%;
}

.side-bar ul li a {
    font-weight: 500;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 5px;
}

.multi-collapse .card.card-body {
    padding: 0px 0px;
    border: none;
    margin: 0px 0px;
}

.multi-collapse .card.card-body a {
    font-size: 14px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
    font-weight: normal;
    padding-bottom: 5px;
}

section {
    padding-top: 100px;
    display: inline-block;
    width: 100%;
}

section.none_space {
    padding-top: 0px;
}

.dropdown-menu.show {
    display: block;
    transform: none !important;
    position: relative !important;
}

a.dropdown-toggle {
    float: right;
}

.dropdown-toggle::after {
    display: none;
}

ul.dropdown-menu.show {
    border: none;
    margin-top: 15px;
}

ul.dropdown-menu.show li {
    padding: 0px 0px;
    border: none;
}

ul.dropdown-menu.show li a {
    margin-bottom: 10px;
    padding-left: 10px;
    color: gray;
}

#services,
#about {
    overflow: hidden;
}

#contact .form input,
#contact .form textarea {
    border-radius: 6px;
    resize: none;
}

#contact .info {}

#contact .info p {
    padding: 0px 0px 12px 70px;
    line-height: 54px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

#contact .info:hover .icon {
    background-color: #007bff;
    color: #fff;
}

#contact .info:hover .icon i {
    color: #fff;
}

#contact .info .icon {
    float: left;
    background: #ecf5ff;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #007bff;
}

#contact .spacing {
    display: inline-block;
    width: 100%;
    padding: 6% 7%;
}

#banner {
    display: inline-block;
    width: 100%;
    padding-top: 6%;
    /* padding-bottom: 0; */
    background: url(../img/main_banner_new.png) 50% 50% no-repeat;
    background-size: cover;
    padding-left: 5%;
    padding-bottom: 6%;
    background-color: #ecf5ff;
}

#banner img {
	margin-top:30px;
}

#banner h2 {
    font-size: 39px;
    color: #fff;
    font-weight: bold;
    margin-top: 40%;
}

#banner h3 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

#banner .intro-info .btn-get-started,
#banner .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
}

#banner .intro-info .btn-get-started {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}

#banner .intro-info .btn-get-started:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}

#banner .intro-info .btn-services {
    border: 2px solid #fff;
}

#banner .intro-info .btn-services:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.container.sub h4 {
    margin: 0px 0px;
    font-size: 14px;
    color: #ebf4fe91;
}

.container.sub ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.container.sub ul li {
    display: inline-block;
    padding: 0px 1px;
}

.container.sub ul li a {
    margin: 0px 0px;
    font-size: 14px;
    color: #fff;
}

.container.sub ul li a:hover {
    color: #ebf4fe91;
}

#footer h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
}

#footer h3 span {
    font-size: 35px;
    font-weight: 600;
}

#footer ul.address {
    padding: 0px;
}

#footer .footer-top h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize !important;
    line-height: 27px;
    margin: 0;
    padding: 0;
}

#footer h6 {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 35px;
    width: 100%;
}

#footer h6 a {
    color: #ffffff91;
    text-decoration: underline;
}

#footer ul.address li {
    display: inline-block;
    padding: 0px 20px;
    vertical-align: middle;
    text-align: left;
}

#footer ul.address li i {
    float: left;
    margin-right: 15px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #000;
    width: 41px;
    padding: 9px 0px;
    background-color: #fff;
}

#footer ul.address li p {
    margin: 0px;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
}

#footer ul.address li p.address {
    margin-top: -6px;
}

.container.sub {
    padding: 25px 0px;
}

.menu-footer-menu-container ul#menu-footer-menu {
    padding: 0px 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    padding-left: 7%;
}

.menu-footer-menu-container ul#menu-footer-menu li {
    display: inline-block;
    padding: 19px 0px;
}

.menu-footer-menu-container ul#menu-footer-menu li a {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 9px;
    display: inline-block;
}

ul.social {
    padding: 0px;
    margin: 0px;
}

ul.social li {
    display: inline-block;
    padding: 12px 6px;
}

ul.social li a {
    font-size: 18px;
    color: #000;
    width: 35px;
    height: 35px;
    background: #ffff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 35px;
    border: 1px solid #fff;
}

ul.bxslider li a {
    color: #000;
}

#customers {
    background-color: #fff;
    padding: 50px 0px;
    overflow: hidden;
}

#customers .bx-wrapper {
    margin-bottom: 0px;
}

#banner.contact-banner {
    padding: 6% 0px;
}

#banner.contact-banner h2 {}

#contact.section-bg {
    padding: 70px 0px;
    background-color: #ecf5ff;
    display: inline-block;
    width: 100%;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

marquee {
    width: 70%;
}

ul.horizontal {
    padding: 0px;
    display: inline-block;
    width: 100%;
}

ul.horizontal li {
    display: inline-block;
    padding: 0px 25px;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a {
    top: 45% !important;
    z-index: 99 !important;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.equal_set {
    display: inline-block;
    width: 100%;
    padding: 25px 25px !important;
}

.equal_set .left_sele {
    float: left;
    width: 48%;
}

.equal_set .right_sele {
    float: right;
    width: 48%;
}

.equal_set .right_sele ul li {
	display:inline-block;
}

.equal_set .right_sele ul li:last-child {
    padding-left: 15px;
    width: 67%;
    float: right;
}

.equal_set .right_sele ul {
	padding: 0px;
    text-align: left;
    margin: 0px;	
}

.equal_set input {
    border-width: 1px;
    background-color: #fff;
    height: 40px;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
	outline:none;
}

.equal_set select {
    border-width: 1px;
    background-color: #fff;
    color: #768894;
    height: 44px;
    border: 1px solid #e4e4e4;
    padding: 8px 15px;
    border-radius: 6px;
    width: 100%;
    margin: 0px 0px;
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
	outline:none;
}

.equal_set button {
    background: #007bff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0px;
    cursor: pointer;
	outline:none;
}

.equal_set button:focus {
    outline: none;
}

.full_text {
    display: inline-block;
    width: 100%;
}

.full_text textarea {
    width: 100%;
    display: inline-block;
    border-width: 1px;
    background-color: #fff;
    height: 100px;
    padding: 8px 15px;
    border-radius: 6px !important;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    margin-top: 15px;
    display: inline-block;
    float: left;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    resize: none;
	outline:none;
}

.equal_set .full_side {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.equal_set h3 {
    margin: 0px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    float: left;
    display: inline-block;
}

.equal_set span {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px !important;
    display: inline-block;
}

.hmarquee {
    overflow: hidden;
}

.hmarquee ul {
    display: inline-block;
    position: relative;
    left: 100%;
    animation: marquee 15s linear infinite;
}

.hmarquee:hover ul {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

#pricing h3 {
    margin-bottom: 25px;
}

#form h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    padding-left: 25px;
}

#form h1 span {
    font-size: 35px;
    font-weight: 600;
}

#form h1 a {
    color: #fff;
}

#form a.acc {
    color: #000;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 8px 13px;
    font-size: 15px;
    display: inline-block;
}

#form a.acc:hover {
    background-color: #00366f;
    color: #fff;
}

.tablerow {
    display: table;
    width: 100%;
    height: 100%;
}

.tablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#form {
    padding: 0px 0px;
}

#form .logo {
    padding-top: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(../img/login_bg.jpg) bottom left no-repeat;
    background-size: cover;
}

#form .white {
    background: #fff;
    display: inline-block;
    height: 100vh;
    padding: 35px 70px;
    overflow-y: scroll;
}

#form form {
    display: inline-block;
    text-align: left;
    width: 100%;
}

#form h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #2d2d2f;
    font-weight: 600;
}

#form h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #2d2d2f;
    font-weight: 400;
    margin-bottom: 10px;
}

#form p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #2d2d2f;
    font-weight: 400;
}

#form form {
    margin-top: 15px;
}

#form form label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #2d2d2f;
    font-weight: 300;
}

#form form input {
    border-radius: 0px;
    border: 1px solid #afafaf;
    height: 49px;
    outline: none;
}

#form form input:focus {
    outline: 0;
    box-shadow: none;
}

#form form select {
    border-radius: 0px;
    border: 1px solid #afafaf;
    height: 49px;
    padding: 0px 5px;
    outline: none;
    position: relative;
    z-index: 99999999;
}

#form form button {
    background-color: #007bff;
    width: 190px;
    color: #fff;
    line-height: 35px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

#form a.back-btn {
    width: 100%;
    display: inline-block;
    background-color: #ff5b5b;
    color: #fff;
    margin-top: 20px;
    line-height: 55px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#form a.forgot {
    float: right;
    margin-top: 35px;
    font-size: 14px;
    color: #2d2d2f;
}

#form p a {
    color: #007bff;
    font-weight: 600;
    text-decoration: underline;
}

#form form p.small {
    text-align: right;
    font-size: 12px;
}

#form p.last {
    text-align: center;
    margin-top: 10px;
}

.side_bottom {
    display: inline-block;
    width: 100%;
}

.side_bottom a {
    float: right;
}

.side_bottom button {
    float: left;
    width: 50%;
}

#form .left_s,
.left_ss {
    float: left;
    width: 48%;
}

#form .right_s,
.right_ss {
    float: right;
    width: 48%;
}

#form .left_se {
    float: left;
    width: 74%;
}

#form .right_se {
    float: right;
    width: 24%;
}

.left_ss a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    border-radius: 5px;
    background: #4285f4;
    border: 3px solid #4285f4;
}

.left_ss a img {
    background-color: #fff;
    margin-right: 10px;
    padding: 7px 8px;
}

.right_ss a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    border-radius: 5px;
    background: #4285f4;
    border: 3px solid #4285f4;
}

.right_ss a img {
    background-color: #fff;
    margin-right: 10px;
    padding: 7px 8px;
}

.divider {
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}

.divider h6 {
    position: relative;
    text-align: center;
}

.divider h6:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #c1c1c1;
    height: 1px;
    width: 45%;
}

.divider h6:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #c1c1c1;
    height: 1px;
    width: 45%;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    display: inline-block;
}

button.owl-prev {
    background: url(../img/left-arrow.png) left center no-repeat !important;
    width: 50px;
    height: 50px;
    margin-left: -10px;
}

button.owl-next {
    background: url(../img/right-arrow.png) left center no-repeat !important;
    width: 50px;
    height: 50px;
    float: right;
    margin-right: -10px;
}

button.owl-next span,
button.owl-prev span {
    display: none;
}

button:focus {
    outline: none;
}

.calculator {
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
}

.calculator select#sourceList,
.calculator select#destList {
    border-width: 1px;
    background-color: #fff;
    color: #768894;
    height: 44px;
    border: 1px solid #e4e4e4;
    padding: 8px 15px;
    border-radius: 6px;
    width: 100%;
    margin: 0px 0px;
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.calculator select:focus,
.calculator input:focus,
.calculator button:focus {
    outline: none;
}

.calculator input#data {
    border-width: 1px;
    background-color: #fff;
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.calculator p {
    margin: 15px 0px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.calculator h3 {
    margin: 0px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 50px;
    display: inline-block;
}

.calculator span {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px !important;
    display: inline-block;
}

.calculator button {
    background: #007bff;
    border: 0;
    border-radius: 20px;
    padding: 10px 34px;
    color: #fff;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0px;
    cursor: pointer;
    line-height: 19px;
}

.calculator a#buy {
    background: #007bff;
    border: 0;
    border-radius: 20px;
    padding: 10px 34px;
    color: #fff;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0px;
    cursor: pointer;
    line-height: 19px;
    text-decoration: none;
}

.calculator tr td {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 50%;
    display: inline-block;
    padding: 10px 0px;
}

.calculator tr td span {
    margin-bottom: 0px !important;
    margin-left: 10px;
    color: #007bff;
    font-weight: 700;
}

.calculator tr td.totals {
    color: #57b757;
    font-weight: 600;
}

.calculator tr td.totals b {
    color: #000;
    font-weight: 400;
}

.calculator span#amount {
    color: #57b757;
}

.calculator .full_side {
    margin-top: -8px;
    display: inline-block;
    width: 100%;
}

.calculator .left_sele {
    float: left;
    width: 48%;
}

.calculator .right_sele {
    float: right;
    width: 48%;
}

#friends,
#friends2,
#friends3,
#friends4 {
    position: absolute
}

#text {
    height: 0px;
}

.txt {
    position: absolute;
    margin: 13% 0%;
    margin-right: 17.5% !important;
}

.txt2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 39%;
    left: -2%;
}

.txt2 img {
    width: 25%;
    height: auto;
}

.txt2 h1 {
    margin: 0px;
}

.white_im {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
}

.white_im img {
	max-width: inherit !important;
	height: auto !important;
}

#team {
    background-color: #ecf5ff;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team h3 {}

#team p {}

#team .card {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    padding: 35px 15px;
    font-family: "Montserrat", sans-serif;
    margin-top: 25px;
}

#team .card img {
    width: 50%;
    margin-bottom: 25px;
}

#team .card h3 {
    margin-bottom: 25px;
    font-size: 20px;
}

#team .card p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footer-top img {
    padding: 0;
    margin: 7px 0;
    max-height: 50px;
    margin-bottom: 0px;
    margin-right: 9px;
    margin-top: -12%;
}

a.btn-get-started.scrollto {
    text-align: left;
}

#blog_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url(../img/bg_banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 120px 0px;
}

#blog_banner.details {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url(../img/bg_banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 400px 0px 20px 0px;
}

#blog_banner h3 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0px 0px;
}

#blog_banner.details h3 {
    text-align: left;
    margin-bottom: 10px;
}

#blog_banner.details h6 {
    font-size: 20px;
    color: #fff;
}

time.rpwe-time.published {
    color: #6d6d6d;
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.rpwe-thumb {
    border: none;
    box-shadow: none!important;
    margin: 2px 10px 2px 0;
    padding: 3px!important;
}

.for_title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.rpwe-block {
    margin-top: 15px;
}

.some_white {
    border: none;
    padding: 15px 0px;
    margin-bottom: 30px;
}

.blog_body {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
}

.some_white .flush {
    padding-right: 0px;
    padding-left: 0px;
}

.blog_body a {
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 15px;
}

.blog_body a:visited {
	color:#fff;
}

.blog_body h6 a {
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 5px;
	color:#000;
}

.blog_body h6 span {
    margin-left: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
    display: inline-block;
}

.blog_img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
}

.card h5,
h5.card-title {
    font-weight: 700;
    font-size: 25px;
}

.card h5 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    color: #004a99;
    font-family: "Montserrat", sans-serif;
}

.card h6 {
    font-weight: 500;
    font-size: 18px;
    color: gray;
    font-family: "Montserrat", sans-serif;
}

#about.blog {
    background-color: #fff;
	padding-top:30px;
    padding-bottom: 35px;
}

#about.blog .space {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popular-post-box {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f1f2f3;
}

.popular-post-box img {
    margin: 0 15px 0 0;
    width: 70px;
}

.post-title-side {
    color: #414042;
    font-size: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin-top: -4px;
}

.post-date-side {
    color: #6d6d6d;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

h6.side {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

#about_banner {
    background: #004a99 url(../img/dots_bg.png) 0% 21% no-repeat;
    padding-top: 110px;
    padding-bottom: 35px;
}

#about_banner h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;
}

#about.some_about h3 {
    margin-bottom: 25px;
    margin-top: 25px;
}

#main.nopadd {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
}

#about.some_become {
    background-color: #ecf5ff;
    overflow: hidden;
    padding: 70px 0px;
}

.card_become {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 5px solid #f5a623;
}

.card_become.pink_br {
    border-color: #ff3e7f;
}

.card_become.blue_br {
    border-color: #8369fc;
}

.card_become img {
    width: 36%;
    padding: 3% 8%;
    margin: 25px 0px;
}

.card_become h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px;
}

.card_become p {
    font-size: 14px;
    color: #adb2b3;
    font-weight: 400;
    margin: 15px 0px;
    padding: 0px 30px;
}

.card_become h3 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin: 50px 0px;
}

#findOut {
    display: inline-block;
    width: 100%;
    padding: 70px 0px;
}

#findOut h3 {
    font-weight: 500 !important;
}

#findOut form {
    margin: 50px 0px;
    margin-bottom: 0px;
}

#findOut label {
    float: left;
    width: 100%;
    text-align: left;
}

#findOut input {
    margin-bottom: 25px;
    border-radius: 6px;
}

#findOut button {
    background: #007bff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#features {
    background-color: #ecf5ff;
    overflow: hidden;
    padding: 70px 0px;
}

#features .nav-tabs .nav-item.show .nav-link,
#features .nav-tabs .nav-link.active {
    background: #fff;
    border: none;
    color: #004a99;
    padding: 15px 20px;
    border-radius: 0px;
}

#features .nav-tabs .nav-link {
    background: #004a99;
    border: none;
    color: #fff;
    padding: 15px 20px;
}

#features .nav-tabs,
#features .tab-content {
    background-color: #fff;
}

#features .tab-content {
    padding-top: 45px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: inline-block;
    width: 100%;
}

#features .tab-content img {
    float: left;
    width: 50%;
    border: none;
}

#features .nav-tabs {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: none;
    background-color: #004a99;
}

.side_content {
    float: right;
    width: 50%;
    text-align: left;
    padding: 25px 30px;
}

#some_content {
    padding: 50px 0px;
}

#some_content ul {
    padding: 20px;
}

#some_content ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px 0px;
}

#some_content h2 {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 0px;
}

#some_content img {
    width: 100%;
    padding-top: 0px;
}

.two_space {
    margin-top: 50px;
}

#about.some_about h3 {
    color: #004a99;
    font-size: 28px;
    font-weight: 500;
}




#services {
    padding-left: 2%;
    padding-right: 2%;
}

.plhead {
    font-family: Palanquin;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}

a#fusion-tab-personal,
a#fusion-tab-business {
    display: inline-block;
    width: 100%;
    color: #000;
    border: none;
    padding: 15px 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f4f6f7;
    position: relative;
}

li#li-personal.active a#fusion-tab-personal::after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #007bff;
    left: 40%;
}

li#li-business.active a#fusion-tab-business::after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #007bff;
    left: 40%;
}

li#li-personal.active a#fusion-tab-personal,
li#li-personal.active a#fusion-tab-personal:hover {
    color: #fff;
    background: #007bff;
}

li#li-business.active a#fusion-tab-business {
    color: #fff;
    background: #007bff;
}

li#li-personal {
    margin-right: 5px;
}

li#li-business {
    margin-left: 5px;
}

h4.fusion-tab-heading {
    margin: 0px;
}

#personal, #business {
    padding: 0px 0px;
    border-radius: 10px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    overflow: hidden;
    margin-top: 15px;
    border-left: 1px solid #007bff;
    border-right: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
}

#Personalleftlist,
#Personalreghtlist,
#Businessleftlist,
#Businessreghtlist {
    margin: 0px;
    border: none;
    padding: 0px 0px;
}

ul.nav-tabs {
    padding: 0px;
}

ul.description {
    padding: 25px 0px 0px 70px;
    margin-left: 0px;
    margin-top: 0px !important;
}

ul.description li {
    padding: 7px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#Personalleftlist p.plhead,
#Personalreghtlist p.plhead,
#Businessleftlist p.plhead,
#Businessreghtlist p.plhead {
    color: #000;
    text-align: left;
    background: #007bff;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.pl,
.pr {
    height: 520px;
}

.pl {
    width: 49.9%;
}

.pr {
    width: 50%;
}

.equal_set {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

iframe#same_i {
    border: none;
    text-align: center;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
}

main#main {
    padding-top: 110px;
}

.main-cloud #text {
    position: absolute !important;
    top: 50%!important;
    left: 50%!important;
    margin-left: 219px!important;
    margin-top: -242px!important;
}

a.btn-get-started.scrollto {
    display: inline-block;
}

ul.nav-tabs {
    text-align: center;
    border: none !important;
    padding: 0px 0px !important;
    margin-bottom: 0px;
}

ul.nav-tabs li {
    display: inline-block;
    border: none !important;
    padding: 0px 0px !important;
    margin-bottom: 0px;
}

.nav {
    text-align: center;
    float: none;
    display: inline;
}

.mn {
    margin: 0 -103px -21px 98px;
}

.mo {
    margin: 0 -139px 40px 101px;
}

.ms {
    margin: -36px -103px 41px 98px;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-bottom: 50px;
}

.small_card {
    display: inline-block;
    width: 100%;
    padding: 25px 15px;
    height: 91%;
    margin-bottom: 6%;
    transition: all 0.3s ease-in-out;
}

.small_card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.small_card img {
	margin-bottom:15px;
}

.small_card h2 {
    font-size: 18px;	
    font-weight: 700;
}

.small_card p {
    font-size: 14px;
    line-height: 24px;
}

img.image_small {
    width: 100%;
}

#main.nopadd #about {
	padding-top:25px !important;
}

.some_space_n {
	padding:65px 0px;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width:600px) {
    #intro .intro-info {
        width: 100%;
    }
    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .section-header p {
        width: 100%;
    }
    #testimonials .testimonial-item {
        text-align: center;
    }
    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }
    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }
    .side-bar {
        display: inline-block;
        background: #fff;
        padding: 30px 30px;
        border-radius: 15px;
        margin-top: 15px;
        overflow-y: hidden;
        height: auto;
        top: 0;
        position: relative;
        width: 100%;
    }
    main#main {
        padding-top: 58px !important;
    }
    #banner h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #banner h3 {
        font-size: 16px;
    }
    #banner .intro-info .btn-get-started,
    #banner .intro-info .btn-services {
        font-size: 12px;
        padding: 10px 23px;
    }
    .fusion-column-wrapper.wow.fadeInUp {
        padding: 0px 15px !important;
    }
    ul.nav-tabs li {
        display: inline-block;
    }
    a#fusion-tab-personal,
    a#fusion-tab-business {
        padding: 10px 20px !important;
    }
    h4.fusion-tab-heading {
        margin: 0px;
        font-size: 22px !important;
    }
    li#li-personal.active a#fusion-tab-personal::after {
        bottom: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #007bff;
        left: 43%;
    }
    .pl,
    .pr {
        width: 100% !important;
    }
    .plhead {
        font-size: 17px !important;
    }
    ul.description {
        padding: 15px 0px !important;
        padding-left: 30px !important;
        margin: 15px 0px !important;
    }
    ul.description li {
        padding: 5px 0px;
        font-size: 14px;
    }
    div#Personalleftlist {
        height: auto !important;
    }
    #header .logo h1 {
        font-size: 18px;
    }
    #header .logo h1 span {
		font-size: 28px;
	}
    #header .logo img {
		margin-top: 2px;
		max-height: 40px;
	}
    #header .logo h1 {
		font-size: 11px;
		padding: 8px 9px;
	}
    .mobile-nav-toggle i {
		margin: 19px 18px 0 0;
		color: #004289;
	}
	.mobile-nav a:visited {
		color: #fff;
	}
    #banner {
        height: auto;
        padding-top: 0%;
        padding-bottom: 15%;
        padding-left: 0;
    }
    li#li-personal {
        margin-right: 0px;
    }
    li#li-business {
        margin-left: 0px;
    }
    #banner h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 27px;
    }
    #banner h3 {
        font-size: 14px;
        line-height: 25px;
    }
    #header.header-scrolled,
    #header.header-pages {
        height: 80px;
        padding: 20px 0;
    }
    .section-header h3 {
        font-size: 25px;
    }
    .section-header p {
        font-size: 13px;
    }
    #why-us .card {
        margin: 0px 15px;
    }
    button.owl-next {
        margin-right: 10px;
    }
    button.owl-prev {
        margin-left: 10px;
    }
    .owl-nav {
        display: none;
    }
    img.wow.fadeInUp {
        max-width: 100%;
    }
    #why-us .card p {
        font-size: 13px;
        color: #d8eafe;
    }
    #about .about-extra h4 {
        font-weight: 600;
        font-size: 20px;
    }
    #services .title {
        font-size: 16px;
    }
    #services .description {
        font-size: 12px;
        margin-left: 55PX;
        line-height: 24px;
        margin-bottom: 0;
    }
    .fusion-column-wrapper {
        padding: 0px 20px 0px 20px !important;
    }
    h4.fusion-tab-heading {
        margin: 0px;
        font-size: 18px !important;
    }
	li#li-business.active a#fusion-tab-business::after {
		left: 44%;
	}
    #Personalleftlist p.plhead,
    #Personalreghtlist p.plhead,
    #Businessleftlist p.plhead,
    #Businessreghtlist p.plhead {
        padding: 10px 0px;
    }
    .calculator {
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
    }
    .calculator p {
        font-size: 14px;
    }
    .calculator tr td {
        font-size: 12px;
    }
    .calculator .left_sele, .calculator .right_sele, .equal_set .left_sele, .equal_set .right_sele {
        width: 100%;
    }
    .calculator h3 {
        margin-top: 25px;
    }
    .equal_set h3 {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .pl,
    .pr {
        height: auto !important;
    }
    .calculator button {
        padding: 10px 22px;
    }
    .calculator a#buy {
        padding: 10px 22px;
    }
    #contact .info p {
        font-size: 14px;
    }
    .menu-footer-menu-container ul#menu-footer-menu li a {
		font-size: 11px;
		padding: 0px 5px;
    }
	.menu-footer-menu-container ul#menu-footer-menu {
		text-align:center;
		padding-left:0px;
	}
	.menu-footer-menu-container ul#menu-footer-menu li {
		padding:10px 0px;
	}
    .footer-top img {
		margin-right: 7px;
		float: none;
		position: relative;
		top: 0px;
    }
    a.back-to-top.btn-get-started.scrollto.wow.fadeInUp {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0px 15px;
        margin-bottom: 20px;
    }
    ul.social {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }
    .container.sub h4 {
        margin: 0px 0px;
        font-size: 12px;
        color: #ebf4fe91;
    }
    .container.sub ul li a {
        margin: 0px 0px;
        font-size: 12px;
        color: #fff;
    }
    .createaccount {
        margin: 10px 18px;
        color: #000 !important;
		background: #fff;
		border: none;
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		display: inline-block;
		border-radius: 50px;
		transition: 0.5s;
		color: #28036f;
		border: none !important;
    }
	.createaccount a {
		color: #28036f !important;
	}
    #footer .footer-top {
        background: #004a99;
        padding: 50px 15px;
    }
	#footer {
		background: #00428a url(../img/dots_bg.png) 0px 43% no-repeat;
	}
    .container.sub {
        padding: 25px 15px;
    }
    ul.sub_footer li {
        display: inline-block;
        padding: 10px 0px;
    }
    #services {
        padding-right: 15px;
        padding-left: 0px;
    }
    #services .box {
        margin: 0 10px 40px 0px;
    }
    .section-header .col-md-6.col-lg-5.offset-lg-1.wow.bounceInUp {
        padding-right: 0px;
    }
    .mn {
        margin: 0 -103px -21px 0px;
    }
    .mo {
        margin: 0 -139px 40px 0px;
    }
    .ms {
        margin: -36px -103px 41px 0px;
    }
    #form .logo {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .main-cloud {
        display: none;
    }
    main#main {
        padding-top: 0px !important;
    }
    #form .white {
        padding: 25px 25px;
        height: auto;
    }
    #form form label {
        font-size: 14px;
    }
    #form form input {
        height: 40px;
    }
    #form p {
        margin-bottom: 15px;
    }
    .left_ss.mini {
        width: 100%;
        margin-bottom: 15px;
    }
    .right_ss.mini {
        width: 100%;
    }
    #form h6 {
        font-size: 16px;
    }
    #form a.forgot {
        float: none;
        margin-top: 0;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    #about_banner h3 {
        font-size: 27px;
    }
    div#icon .bx-wrapper {
    margin: 0px;
}
#about {
    background: #fff;
    padding: 30px 0;
}
#about.some_become {
    padding: 30px 0px;
}
.card_become {
    margin-bottom: 15px;
    height: auto;
}
.card_become h3 {
    margin: 25px 0px;
}
#findOut input {
    margin-bottom: 10px;
    border-radius: 6px;
}

#findOut form {
    margin: 25px 0px;
    margin-bottom: 0px;
}
#features .nav-tabs {
    float: left;
    width: 100%;
}
ul.nav-tabs li {
    display: inline-block;
    width: 100%;
}

#features .tab-content {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
#features .tab-content img {
    float: left;
    width: 100%;
    border: none;
}

.side_content {
    float: right;
    width: 100%;
    text-align: left;
    padding: 25px 0px;
}
}

@media (min-width:601px) and (max-width: 991px) {
    #header {
        height: 80px;
        padding: 15px 0;
    }
    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }
    #intro {
        padding: 140px 0 60px 0;
    }
    #intro .intro-img {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }
    #intro .intro-info {
        float: none;
        margin: auto;
        text-align: center;
    }
    #why-us .card {
        margin: 0;
    }
    .side-bar {
        display: inline-block;
        background: #fff;
        padding: 30px 30px;
        border-radius: 15px;
        margin-top: 15px;
        overflow-y: hidden;
        height: auto;
        top: 0;
        position: relative;
        width: 100%;
    }
    #header .logo h1 {
        font-size: 18px;
    }
    #header .logo h1 span {
        font-size: 25px;
    }
    #header .logo img {
        margin-top: 0px;
    }
    #header .logo h1 {
        font-size: 18px;
        padding: 12px 9px;
    }
    .mobile-nav-toggle i {
        margin: 25px 18px 0 0;
        color: #004289;
    }
    #banner {
        height: auto;
        padding-top: 10%;
        padding-bottom: 12%;
        padding-left: 0;
    }
    #banner h2 {
        padding-top: 0;
 		margin-top: 20%;
        font-size: 22px;
        margin-bottom: 10px;
    }
    #banner h3 {
        font-size: 14px;
        line-height: 25px;
    }
    #header.header-scrolled,
    #header.header-pages {
        height: 80px;
        padding: 15px 0;
    }
    .section-header p {
        width: 80%;
    }
    #why-us .card {
        margin: 0px 15px;
    }
    button.owl-next {
        margin-right: -10px;
    }
    button.owl-prev {
        margin-left: -10px;
    }
    img.wow.fadeInUp {
        max-width: 100%;
    }
    #why-us .card, .owl-stage-outer, .owl-carousel.owl-drag .owl-item {
        height: 100%;
    }
    #why-us .card p {
        font-size: 14px;
        color: #d8eafe;
    }
    #about .about-extra h4 {
        font-weight: 600;
        font-size: 20px;
    }
    #services .title {
        font-size: 16px;
    }
    #services .description {
        font-size: 14px;
        margin-left: 55PX;
        /* line-height: 24px; */
        margin-bottom: 0;
    }
    .fusion-column-wrapper {
        padding: 0px 20px 0px 20px !important;
    }
    h4.fusion-tab-heading {
        margin: 0px;
        font-size: 18px !important;
    }
    #Personalleftlist p.plhead,
    #Personalreghtlist p.plhead,
    #Businessleftlist p.plhead,
    #Businessreghtlist p.plhead {
        padding: 10px 0px;
    }
    .calculator {
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
    }
    .pl,
    .pr {
        height: auto !important;
    }
    .calculator button {
        padding: 10px 22px;
    }
    .calculator a#buy {
        padding: 10px 22px;
    }
    #contact .info p {
        font-size: 14px;
    }
    ul.sub_footer li a {
        font-size: 12px;
    }
    #footer h3 {
        margin-top: 10px;
    }
    .footer-top img {
        margin-right: 7px;
        float: none;
        position: relative;
        top: 0;
    }
    a.back-to-top.btn-get-started.scrollto.wow.fadeInUp {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 0px 15px;
    }
    ul.social {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }
    .container.sub h4 {
        margin: 0px 0px;
        font-size: 12px;
        color: #ebf4fe91;
    }
    .container.sub ul li a {
        margin: 0px 0px;
        font-size: 12px;
        color: #fff;
    }
    .createaccount {
        margin: 10px 18px;
        color: #000 !important;
    }
    #footer .footer-top {
        background: #004a99;
        padding: 32px 15px;
    }
    .container.sub {
        padding: 25px 15px;
    }
    ul.sub_footer li {
        display: inline-block;
        padding: 10px 0px;
    }
    #Personalleftlist p.plhead, #Personalreghtlist p.plhead, #Businessleftlist p.plhead, #Businessreghtlist p.plhead {
        font-size: 18px;
    }
    .mn {
        margin: 0 -103px -21px 0px;
    }
    .ms {
        margin: -36px -103px 41px 0px;
    }
    #form .logo {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .main-cloud {
        display: none;
    }
    main#main {
        padding-top: 0px !important;
    }
    #form .white {
        padding: 25px 25px;
        height: auto;
    }
    #form form label {
        font-size: 14px;
    }
    #form form input {
        height: 40px;
    }
    #form p {
        margin-bottom: 15px;
    }
    #features .nav-tabs {
        float: left;
    }
	.menu-footer-menu-container ul#menu-footer-menu li a {
		font-size:12px;
	}
}

@media (min-width: 992px) and (max-width:1200px) {
	#banner {
        height: auto;
        padding-top: 10%;
        padding-bottom: 12%;
        padding-left: 0;
    }
    #banner h2 {
        padding-top: 0;
 		margin-top: 20%;
        font-size: 22px;
        margin-bottom: 10px;
    }
    #header {
        padding: 13px 0;
    }
    nav.main-nav.float-right.d-none.d-lg-block {
        padding: 8px 0px;
    }
    #header.header-scrolled, #header.header-pages {
        padding: 13px 0;
    }
    #testimonials .testimonial-item p {
        width: 80%;
    }
    .main-nav a {
        padding: 10px 8px;
    }
    .main-nav a {
       margin: 0px 5px;
    }
    #header .logo h1 {
        font-size: 18px;
    }
    #header .logo h1 span {
        font-size: 25px;
    }
    #header .logo img {
        margin-top: 0px;
    }
    #header .logo h1 {
        font-size: 18px;
        padding: 12px 9px;
    }
    .mobile-nav-toggle i {
        margin: 25px 18px 0 0;
        color: #004289;
    }
	.main-nav .menu-header-menu-container > ul#menu-header-menu > li a {
		padding: 10px 6px;
	}
    #header.header-scrolled,
    #header.header-pages {
        height: 80px;
    }
    #why-us .card {
        margin: 0px 15px;
    }
    button.owl-next {
        margin-right: -10px;
    }
    button.owl-prev {
        margin-left: -10px;
    }
    img.wow.fadeInUp {
        max-width: 100%;
    }
    #why-us .card, .owl-stage-outer, .owl-carousel.owl-drag .owl-item {
        height: 100%;
    }
    #why-us .card p {
        font-size: 14px;
        color: #d8eafe;
    }
    #about .about-extra h4 {
        font-weight: 600;
        font-size: 20px;
    }
    #services .title {
        font-size: 16px;
    }
    #services .description {
        font-size: 14px;
        margin-left: 55PX;
        /* line-height: 24px; */
        margin-bottom: 0;
    }
    .fusion-column-wrapper {
        padding: 0px 20px 0px 20px !important;
    }
    h4.fusion-tab-heading {
        margin: 0px;
        font-size: 18px !important;
    }
    #Personalleftlist p.plhead,
    #Personalreghtlist p.plhead,
    #Businessleftlist p.plhead,
    #Businessreghtlist p.plhead {
        padding: 10px 0px;
    }
    .calculator {
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
    }
    .pl,
    .pr {
        height: auto !important;
    }
    .calculator button {
        padding: 10px 22px;
    }
    .calculator a#buy {
        padding: 10px 22px;
    }
    #contact .info p {
        font-size: 14px;
    }
    ul.sub_footer {
        margin-top: 20px;
    }
    ul.sub_footer li a {
        font-size: 12px;
        padding: 0px 7px;
    }
    #footer h3 {
        margin-top: 25px;
        font-size: 10px;
    }
    .footer-top img {
        margin-right: 7px;
        float: none;
        position: relative;
        top: 0;
        max-width: 60px;
    }
    #footer h3 span {
        font-size: 28px;
        font-weight: 600;
    }
    ul.social li {
        display: inline-block;
        padding: 12px 2px;
    }
    a.back-to-top.btn-get-started.scrollto.wow.fadeInUp {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0px 15px;
    }
    ul.social {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }
    .createaccount {
        color: #000 !important;
    }
    #footer .footer-top {
        background: #004a99;
        padding: 50px 15px;
    }
    .container.sub {
        padding: 25px 15px;
    }
    ul.sub_footer li {
        display: inline-block;
        padding: 10px 0px;
    }
    #Personalleftlist p.plhead, #Personalreghtlist p.plhead, #Businessleftlist p.plhead, #Businessreghtlist p.plhead {
        font-size: 18px;
    }
    .mn {
        margin: 0 -103px -21px 81px;
    }
    .ms {
        margin: -36px -103px 41px 81px;
    }
    #form .white {
        padding: 25px 25px;
    }
    #features .nav-tabs {
        float: left;
    }
}

.row.about-container .section-header h3 {
    margin: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#about header h3 {
    margin-bottom: 50px;
}

#about header.section-header.forPC h3 {
    margin-bottom: 30px !important;
}

#about .about-container h4 {
    color: #004a99;
    font-size: 25px;
    font-weight: 500;
}

#about .about-container h5 {
    color: #000;
    font-weight: 600;
}

#about .about-container p {
    line-height: 25px;
    font-size: 15px;
}

.left-side {
    float: left;
    width: 48%;
    padding-top: 25px;
}

.right-side {
    float: right;
    width: 48%;
    padding-top: 25px;
}

.full-side {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.hmarquee .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *: ;
    zoom: 1;
}

#search-3 {
    padding: 0;
    margin: 0;
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

#search-3 input.search-field {
    padding: 6px 15px;
    border-radius: 0px;
}

#search-3 input.search-submit {
    padding: 11px 10px;
    border-radius: 0px;
    border: none;
    color: #fff;
    float: right;
	cursor:pointer;
	background: #004a99;
}

#about.blog a.post-thumbnail {
    float: left;
    width: 200px;
    margin-right: 25px;
    margin-top: 25px;
}