body {
    font-weight: 300;
    color: #666;
    background-color: #fdfffe;
    font-size: 14px;
    word-break: break-word;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

body,
html {
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    color: #111;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    color: #666;
    transition: all .2s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
}

.heading {
    font-family: Merriweather, serif;
}



.inner-body {
    padding-top: 100px;
    padding-bottom: 50px;
}

.link-area {
    background: linear-gradient(45deg, #015071, #172c49);
    padding: 15px 0;
    margin-bottom: 10px;
}

.link-area ul {
    padding-top: 5px;
    font-size: 0;
}

.link-area ul li {
    position: relative;
}

.link-area ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
}

.link-area ul li a i {
    color: #60bafb;
}

.link-area ul li:after {
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    z-index: 1;
}

.link-area ul li:first-child a {
    padding-left: 0;
}

.link-area ul li:last-child a {
    padding-right: 0;
}

.link-area ul li:last-child:after {
    display: none;
}

.tab-area .tab-inner {
    background-color: hsla(0, 0%, 80%, .32);
    padding: 15px 0;
    height: auto;
    margin-bottom: 20px;
}

.tab-area .tab-inner ul {
    font-size: 0;
}

.tab-area .tab-inner ul li a {
    background-color: #fff;
    cursor: pointer;
    padding: 15px 20px 10px;
    font-size: 16px;
    color: #333;
    border-radius: 0;
}

.tab-area .tab-inner ul li a i {
    color: #0c3c5b;
}

.tab-area .tab-inner ul li a:hover {
    background-color: #0070c0;
    color: #fff;
}

.tab-area .tab-inner ul li a:hover i {
    color: #fff;
}

.tab-area .tab-inner ul li.active {
    position: relative;
    top: 6px;
}

.tab-area .tab-inner ul li.active a {
    background-color: #0070c0;
    color: #fff;
    position: relative;
}

.tab-area .tab-inner ul li.active a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    bottom: -12px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #0070c0;
}

.tab-area .tab-inner ul li.active a i {
    color: #fff;
}

.tab-area .tab-inner .stylish-input-group {
    background-color: transparent;
    width: 60%;
    margin-left: auto;
}

.tab-area .tab-inner .stylish-input-group .input-group-addon {
    background-color: #fdfffe;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 5px;
}

.tab-area .tab-inner .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border: none;
    background-color: #fdfffe;
    height: 47px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.tab-area .tab-inner .stylish-input-group button {
    border: 0;
    background: #0c3d5c;
    color: #fff;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 50%;
}

.tab-area .tab-inner .stylish-input-group button:hover {
    background: #0070c0;
}

.tab-area .tab-open-1 ul.top-link {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbd8d8;
    padding-bottom: 13px;
}

.tab-area .tab-open-1 ul.top-link li a {
    border-bottom: 1px solid transparent;
}

.tab-area .tab-open-1 ul.top-link li a.btn {
    padding: 10px 15px;
    font-size: 13px;
}

.tab-area .tab-open-1 ul.top-link li a:hover {
    border-bottom: 1px solid #23527c;
}

.tab-area .tab-open-1 ul.top-link.page li a {
    color: #333;
}

.tab-area .tab-open-1 ul.top-link.page li a:hover {
    color: #23527c;
}

.tab-area .tab-open-1 ul.top-link.page li:first-child a {
    font-weight: 600
}

.tab-area .second-part {
    padding-bottom: 13px;
}

.tab-area .second-part .link-thum {
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .09);
    border: 1px solid #cccccc73;
    background-color: #fff;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 7px;
    margin-right: 15px;
    display: inline-block;
    width: 190px;
    text-align: center;
}

.tab-area .second-part .link-thum .img-box img {
    display: inline-block;
}

.tab-area .second-part .link-thum .img-box img.ico-img-2 {
    display: none;
}

.tab-area .second-part .link-thum .img-box.img-box-1 {
    padding-right: 10px;
}

.tab-area .second-part .link-thum .img-box.img-box-2,
.tab-area .second-part .link-thum .img-box.img-box-3,
.tab-area .second-part .link-thum .img-box.img-box-4 {
    padding-right: 23px;
}

.tab-area .second-part .link-thum h1 {
    font-size: 15px;
    color: #183052;
}

.tab-area .second-part .link-thum:hover {
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .23);
}

.tab-area .second-part .link-thum:hover .img-box img.ico-img-2 {
    display: inline-block;
}

.tab-area .second-part .link-thum:hover .img-box img.ico-img-1 {
    display: none;
}

.tab-area .second-part .link-thum:hover .img-box img.ico-img-3 {
    display: inline-block;
}

.tab-area .second-part .link-thum:hover h1 {
    color: #0070c0;
}

.tab-area .second-part ul.new-stl-link li a {
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    background-color: #0f64a1;
}

.tab-area .second-part ul.new-stl-link li a:hover {
    background-color: #0070c0;
}

.tab-area .second-part .table-box .table thead {
    background-color: hsla(0, 0%, 80%, .32);
}

.tab-area .second-part .table-box .table thead th {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding-top: 14px;
    padding-bottom: 10px;
}

.tab-area .second-part .table-box .table tbody td {
    font-size: 13px;
    color: #333;
    padding: 3px;
    padding-bottom: 1px;
    padding-top: 8px;
    text-align: center;
}

.tab-area .second-part .table-box .table tbody td a i {
    color: #0070c0;
}

.tab-area .second-part .table-box .table tbody td a:hover,
.tab-area .second-part .table-box .table tbody td a:hover i {
    color: #0a4160;
}

.wh-5 {
    width: 5%;
}

.wh-4,
.wh-5 {
    padding: 8px 3px!important;
}

.wh-4 {
    width: 4%;
}

.wh-21 {
    padding: 8px 3px!important;
    width: 21%;
}

.border-pad {
    border-bottom: 1px solid #dbd8d8;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

.disp-table {
    display: table;
    width: 100%;
}

.disp-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.disp-table-cell-5 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
}

.font-none {
    font-size: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-none {
    padding: 0;
    text-align: right;
}

.tab-area .second-part ul li span {
    font-size: 12px;
    color: #333;
    line-height: normal;
}

.display-justi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
}

.display-justi.form-group {
    margin-bottom: 0;
}

.display-justi.form-group label {
    padding-right: 10px;
}

.display-justi.form-group .select-btn .btn {
    line-height: normal;
    padding: 10px 15px;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    border: 1px solid #ccc;
    font-family: Josefin Sans, sans-serif;
}

.display-justi.form-group .select-btn .btn:focus,
.display-justi.form-group .select-btn .btn:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}

.display-justi.form-group .select-btn .dropdown-menu {
    top: 35px;
}

.margin-15 {
    margin-top: 25px;
}

.radio-grp {
    display: block;
}

.radio-grp .radio {
    margin-top: 0;
    margin-bottom: 0;
}

a.feedback {
    position: fixed;
    left: -7px;
    bottom: 0;
    height: 102px;
    top: calc(50% - 61px);
}

/*a:hover {
    left: 0;
}*/

.width-55 {
    width: 50%;
}

.contact-details-blade {
    background-color: hsla(0, 0%, 80%, .32);
    margin-bottom: 10px;
}

.contact-details-blade .inner-box {
    padding: 20px 15px;
}

.contact-details-blade .inner-box h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-details-blade .inner-box .btn {
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    background-color: #0f64a1;
}

.contact-details-blade .inner-box p {
    color: #333;
    margin-bottom: 5px;
}

.contact-details-blade .inner-box p span {
    font-weight: 600;
}

.new-row {
    display: -ms-flexbox;
    display: flex;
}

.new-call-cls {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

footer {
    background-color: #fdfffe;
    text-align: center;
    position: relative;
    bottom: -57px;
}



.footer .ftr-single-sec .first-section {
    padding-top: 25px;
}

.footer .ftr-single-sec .first-section img {
    margin-bottom: 30px;
}

.footer .ftr-single-sec .foot-nav {
    padding: 0;
    padding-bottom: 10px;
}

.footer .ftr-single-sec .foot-nav li {
    list-style-type: none;
    padding: 5px 0;
    position: relative;
}

.footer .ftr-single-sec .foot-nav li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    text-transform: uppercase;
}

.footer .ftr-single-sec .foot-nav li a:hover {
    color: #b2dfff;
}

.footer .ftr-single-sec .foot-nav li a:focus {
    color: #b2dfff;
    outline: none;
}

.footer .ftr-single-sec .foot-nav li:after {
    top: 3px;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #999;
    z-index: 1;
}

.footer .ftr-single-sec .foot-nav li:last-child:after {
    display: none;
}

.footer .ftr-single-sec h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    font-family: Josefin Sans, sans-serif
}

.foot-bottom .foot-bottom-inner {
    background: #0f64a1;
    padding: 18px 0
}

.foot-bottom .foot-bottom-inner .copy-right {
    text-align: center;
    font-size: 13px;
    color: #fff
}

.cust-my-modal .modal-content {
    border-radius: 0
}

.cust-my-modal .modal-header {
    background-color: transparent;
    border-bottom: none;
    color: #494949;
    min-height: 16.4286px;
    padding: 15px 40px;
    position: relative;
    border-top: 3px solid #0c3d5c;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    text-transform: uppercase
}

.cust-my-modal .modal-header .close {
    color: #494949;
    font-size: 50px;
    font-weight: 100;
    line-height: 27px;
    position: absolute;
    right: 15px;
    top: 15px
}

.cust-my-modal .modal-header .modal-title {
    color: #333;
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize
}

.cust-my-modal .modal-body {
    padding-bottom: 40px;
    padding-top: 0
}

.cust-my-modal .modal-body .input-group-addon {
    font-size: 14px;
    color: #999;
    border-radius: 0;
    border: 1px solid #dfdfdf
}

.cust-my-modal .modal-body .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #45555f;
    height: 43px;
    padding-left: 0
}

.cust-my-modal .modal-body .form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.cust-my-modal .modal-body .form-control:-ms-input-placeholder {
    color: #666
}

.cust-my-modal .modal-body .form-control::-webkit-input-placeholder {
    color: #666
}

.cust-my-modal .modal-body .btn.btn-sign-btn {
    background-color: #272264;
    color: #fff!important;
    padding: 11px 45px;
    font-size: 16px;
    transition: all .5s ease-in-out;
    outline: none;
    border-radius: 0;
    text-transform: uppercase
}

.cust-my-modal .modal-body .cast-sign-link {
    text-decoration: underline;
    color: #272264
}

.cust-my-modal .modal-body .fotget-pass {
    overflow: hidden;
    margin-top: 20px;
    font-size: 15px;
    color: #494949
}

.form-group {
    margin-bottom: 15px
}

.form-group input[type=text],
.form-group select {
    border: none;
    border-bottom: 2px solid #a9a9a9;
    background-color: inherit;
    display: block;
    width: 100%;
    margin: none
}

.form-group .line {
    height: 2px;
    width: 0;
    position: absolute;
    background-color: #a9a9a9;
    display: inline-block;
    transition: width .3s ease-in-out;
    position: relative;
    top: -14px
}

.form-group:focus+.line,
.form-group select:focus+.line {
    width: 100%;
    background-color: #02add7
}

.form-group.other-on {
    margin-bottom: 15px
}

.modal-body .radio-grp .radio {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 45px
}

.btn-rap {
    padding-top: 15px
}

a.plus-link {
    font-size: 25px;
    color: #0070c0;
    position: relative;
    top: 30px
}

a.plus-link:hover {
    color: #152f4d
}

a.plus-link-2 {
    font-size: 25px;
    color: #0070c0;
    position: relative;
    top: 10px
}

a.plus-link-2:hover {
    color: #152f4d
}

.signup-form {
    position: relative
}

.btn.cst-print {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    font-size: 13px;
    z-index: 3
}

.btn.cst-print:hover {
    border: transparent;
    background-color: #1c89d7;
    right: 0;
    left: auto
}

textarea.form-control {
    min-height: 70px
}

.cust-my-modal .form-group {
    margin-bottom: 0
}

.cust-my-modal .form-group.other-on {
    margin-bottom: 15px
}

.blog-section {
    padding: 60px 0
}

.form-control {
    height: 45px;
    border-radius: 0;
    border: 1px solid #eae9e9;
    box-shadow: none
}

.contact-message {
    height: 95px!important
}

.contact_btm_area .do-btn-round-solid {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    letter-spacing: 1px!important;
    text-transform: none;
    font-weight: 500
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333
}

.form .form-group .input-group .form-control {
    height: 40px!important;
    border-radius: 0!important;
    border-right: 0;
    background-color: #f9f9f9
}

.form .form-group .input-group .input-group-btn {
    border: 1px solid #c5c9cb;
    border-left: none;
    background-color: #f9f9f9
}

.form .form-group .input-group .input-group-btn .btn-default {
    border: none
}

.form-control {
    height: 45px;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    background-color: #f9f9f9
}

input[type=text],
select {
    border: none;
    border-bottom: 2px solid #a9a9a9;
    background-color: inherit;
    display: block;
    width: 100%;
    margin: none
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.checkbox label:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

.checkbox label:after,
.checkbox label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox label:after {
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.checkbox input[type=checkbox] {
    opacity: 0;
}

.checkbox input[type=checkbox]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked+label:after {
    font-family: FontAwesome;
    content: "\f00c";
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65;
}

.checkbox input[type=checkbox]:disabled+label:before {
    background-color: #eee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label:before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked+label:before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type=checkbox]:checked+label:after {
    color: #fff;
}

.checkbox-danger input[type=checkbox]:checked+label:before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked+label:after {
    color: #fff;
}

.checkbox-info input[type=checkbox]:checked+label:before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked+label:after {
    color: #fff;
}

.checkbox-warning input[type=checkbox]:checked+label:before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked+label:after {
    color: #fff;
}

.checkbox-success input[type=checkbox]:checked+label:before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked+label:after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label:before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    transition: border .15s ease-in-out;
}

.radio label:after,
.radio label:before {
    display: inline-block;
    position: absolute;
    margin-left: -20px;
}

.radio label:after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555;
    transform: scale(0);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
}

.radio input[type=radio] {
    opacity: 0;
}

.radio input[type=radio]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type=radio]:checked+label:after {
    transform: scale(1);
}

.radio input[type=radio]:disabled+label {
    opacity: .65;
}

.radio input[type=radio]:disabled+label:before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type=radio]+label:after {
    background-color: #f26b3b;
}

.radio-primary input[type=radio]:checked+label:before {
    border-color:#f26b3b;
}

.radio-primary input[type=radio]:checked+label:after {
    background-color: #f26b3b;
}

.radio-danger input[type=radio]+label:after {
    background-color: #d9534f;
}

.radio-danger input[type=radio]:checked+label:before {
    border-color: #d9534f;
}

.radio-danger input[type=radio]:checked+label:after {
    background-color: #d9534f;
}

.radio-info input[type=radio]+label:after {
    background-color: #5bc0de;
}

.radio-info input[type=radio]:checked+label:before {
    border-color: #5bc0de;
}

.radio-info input[type=radio]:checked+label:after {
    background-color: #5bc0de;
}

.radio-warning input[type=radio]+label:after {
    background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked+label:before {
    border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked+label:after {
    background-color: #f0ad4e;
}

.radio-success input[type=radio]+label:after {
    background-color: #5cb85c;
}

.radio-success input[type=radio]:checked+label:before {
    border-color: #5cb85c;
}

.radio-success input[type=radio]:checked+label:after {
    background-color: #5cb85c;
}

.select-btn .btn {
    line-height: normal;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    color: #45555f;
    height: 43px;
}

.select-btn .btn:focus,
.select-btn .btn:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}

.select-btn .dropdown-menu {
    top: 35px;
}

.signup-form input[type=text],
select,
textarea {
    border: none;
    border-bottom: 2px solid #a9a9a9;
    background-color: inherit;
    display: block;
    width: 100%;
    margin: none;
}

.signup-form input[type=text]:focus,
select:focus,
textarea:focus {
    outline: none;
}

.form-group .line {
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #a9a9a9;
    display: inline-block;
    transition: width .3s ease-in-out;
    position: relative;
    top: -14px;
}

.signup-form input[type=text]:focus+.line,
select:focus+.line,
textarea:focus+.line {
    width: 100%;
    background-color: #02add7;
}

.icon-area i {
    font-size: 25px;
    color: #999;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label,
.radio label {
    padding-left: 5px;
}

.checkbox .cr {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    color: #fff;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border: 1px solid #a9a9a9;
    border-radius: 0;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}

.checkbox {
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.radio {
    display: inline-block;
    margin-right: 15px;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
    display: none;
}

.checkbox label input[type=checkbox]+.cr>.cr-icon,
.radio label input[type=radio]+.cr>.cr-icon {
    transform: scale(3) rotate(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type=checkbox]:checked+.cr>.cr-icon,
.radio label input[type=radio]:checked+.cr>.cr-icon {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.checkbox label input[type=checkbox]:disabled+.cr,
.radio label input[type=radio]:disabled+.cr {
    opacity: .5;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 8px 15px;
    transition: all .2s ease-in;
    color: #6e6e6e;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #d7d7d7 transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #fff;
}

.select-styled.active,
.select-styled:active {
    background-color: #8eb849;
    color: #fff;
}

.select-styled.active:after,
.select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #d7d7d7;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    color: #666;
    border-top: 1px solid #d7d7d7;
    transition: all .15s ease-in;
}

.select-options li:hover {
    color: #8eb849;
    background: #fff;
}

.select-options li[rel=hide] {
    display: none;
}

.col-no-pad {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    background-color: #f26b3b;
    color: #fefefe;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
    line-height: 0;
    padding: 20px 25px;
    margin: 0;
    transition: all .3s;
    border: transparent;
}

.btn:hover {
    border: transparent;
    background-color: #e56639;
}

.btn:focus,
.btn:hover {
    color: #fefefe;
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .header .navbar-custom ul.nav li a {
        font-size: 13px;
        font-weight: 500;
        border: 1px solid transparent;
        padding: 5px 7px;
        border-radius: 3px;
    }
    .header .navbar-custom ul.nav li a.btn {
        color: #fefefe;
        box-shadow: 2px 4px 10px 0 rgba(5, 91, 152, .32);
        padding: 7px 18px;
        border-radius: 5px;
        border: transparent;
        background-color: #0070c0;
    }
    .banner-sec-inner.inr-bnr-img-2 {
        padding: 135px 0 30px;
    }
    .banner-sec-inner.inr-bnr-img-2 h2 {
        font-size: 40px;
    }
    .banner-sec-inner {
        padding: 135px 0 30px;
    }
    .banner-sec-inner h2 {
        font-size: 40px;
    }
    .banner-sec {
        padding: 170px 0 90px;
    }
    .banner-sec h2 {
        font-size: 50px;
        padding-bottom: 8px;
    }
    .banner-sec p {
        font-size: 23px;
        font-weight: 400;
    }
    .about-section,
    .portfolio-section {
        padding: 50px 0 30px;
    }
    .blog-section {
        padding: 60px 0 10px;
        padding: 50px 0 0;
    }
    .testimonial-section {
        padding: 45px 0;
    }
    .brnd-section {
        background-color: #fff;
        padding: 40px 0 45px;
    }
    .tab-section .link-thm-grp .link-thum .img-box {
        text-align: center;
    }
    .tab-section {
        padding: 30px 0 0;
    }
    .tab-section .link-thm-grp .link-thum {
        margin-bottom: 15px;
    }
    .tab-section .link-thm-grp .link-thum .img-box.img-box-1,
    .tab-section .link-thm-grp .link-thum .img-box.img-box-2,
    .tab-section .link-thm-grp .link-thum .img-box.img-box-3,
    .tab-section .link-thm-grp .link-thum .img-box.img-box-4 {
        padding-right: 0;
    }
    .tab-section .link-thm-grp .link-thum {
        padding: 15px 10px;
        border-radius: 5px;
        width: 100%;
        min-height: 85px;
    }
    .pad-5 {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .tab-section .link-thm-grp .link-thum .img-box img {
        display: inline-block;
        width: 23%;
    }
    .banner-sec .right-part h2 {
        text-align: left;
        font-size: 23px;
        color: #212f56;
        padding-bottom: 5px;
        line-height: 35px;
    }
    .banner-sec .right-part p {
        font-size: 25px;
    }
    .banner-sec .right-part .banner-box {
        margin-top: 20px;
    }
    .banner-sec .right-part .banner-box .form-control {
        height: 45px!important;
        border-radius: 6px!important;
        background-color: #fff;
        font-weight: 400;
        padding: 20px;
        margin-bottom: 20px;
    }
    .banner-sec .right-part .banner-box .btn {
        padding: 23px 50px;
        box-shadow: 2px 4px 10px 0 rgba(5, 91, 152, .32);
    }
    .top-part-heading h1 {
        font-size: 30px;
        color: #323232;
        font-weight: 400;
        position: relative;
        padding-bottom: 18px;
        margin-bottom: 0;
    }
    .tab-section .cont-area {
        padding: 30px 0 0
    }
    .tab-section .cont-area .left-part .btn {
        margin-top: 25px;
    }
    .testimonial-section .media .media-right {
        vertical-align: top;
        display: none;
    }
    .footer-top .footer-top-inner .inner-part h1 {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-top .footer-top-inner .inner-part h2 {
        font-size: 18px;
        color: #8b97a8;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-top .footer-top-inner .inner-part h2 img,
    .footer-top .footer-top-inner .inner-part h3 img {
        display: inline-block;
        margin-right: 8px;
    }
    .footer-top .footer-top-inner .inner-part {
        text-align: center;
    }
    .footer-top .footer-top-inner .inner-part .btn {
        padding: 20px 30px;
        box-shadow: 2px 4px 10px 0 rgba(5, 91, 152, .32);
    }
    .footer-top .footer-top-inner .inner-part h3 {
        margin-bottom: 12px;
    }
    .footer-top .disp-tbl-cell {
        display: block;
        float: none;
        vertical-align: middle;
    }
    .form-inner h1 {
        font-size: 25px;
        text-align: center;
        color: #323232;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

@media (max-width:767px) {
    .footer {
        padding: 25px 0 15px;
    }
    .footer .ftr-single-sec {
        margin: 0 0 15px;
    }
    .footer .ftr-single-sec .ftr-heading {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .footer .ftr-single-sec .foot-nav li {
        font-size: 15px;
        list-style-type: none;
        padding: 1px 0;
    }
    .footer .ftr-single-sec .first-section img {
        margin-bottom: 5px;
    }
    .foot-bottom .foot-bottom-inner .privacy {
        text-align: left;
        font-size: 12px;
        color: #183052;
    }
    .foot-bottom .foot-bottom-inner .copy-right {
        text-align: left;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .foot-bottom .foot-bottom-inner {
        padding: 15px 0;
    }
    .footer {
        padding: 25px 0 0;
    }
    .footer .ftr-single-sec .first-section {
        padding-top: 0;
    }
    .footer .ftr-single-sec .social li {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .header .navbar-toggle {
        margin-right: 0;
    }
    .header .navbar-custom .site-logo {
        padding-top: 15px;
        display: inline-block
    }
    .header {
        background-color: transparent;
        padding: 7px;
    }
    .header.inner-header {
        background-color: #fff;
        padding: 7px;
    }
    .header.darkHeader {
        background-color: #fff;
        z-index: 4!important;
    }
    .header .navbar-custom ul.nav {
        margin-top: 0!important;
        background-color: #fff;
        margin-top: 10px;
    }
    .header .navbar-custom ul.nav li a {
        text-align: left;
        text-align: center;
    }
    .header .navbar-custom .navbar-collapse {
        box-shadow: none;
    }
    .header .nav-sec .navbar-custom .navbar-header .navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 16px;
        margin-right: 0;
    }
    .header .nav-sec .navbar-custom .navbar-header .navbar-toggle i {
        color: #fff;
        font-size: 20px;
    }
    .banner-sec .right-part h2 {
        font-size: 21px;
        color: #212f56;
        padding-bottom: 15px;
        line-height: 35px;
        text-align: center;
    }
    .banner-sec .right-part p {
        text-align: left;
        font-size: 21px;
        font-weight: 400;
        color: #6e6e6e;
    }
    .banner-sec .left-part {
        margin-bottom: 20px;
    }
    .banner-sec .right-part .banner-box {
        margin-top: 5px;
    }
    .banner-sec .right-part .banner-box .form-control {
        border: 1px solid #0070c0;
        height: 50px!important;
        border-radius: 6px!important;
        background-color: #fff;
        font-weight: 400;
        padding: 5px 20px;
        margin-bottom: 20px;
    }
    .banner-sec .right-part .banner-box .btn {
        padding: 23px 15px;
        width: 100%;
        box-shadow: 2px 4px 10px 0 rgba(5, 91, 152, .32);
    }
    .top-part-heading h1 {
        font-size: 25px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .tab-section {
        padding: 30px 0 0;
    }
    .tab-section .link-thm-grp .link-thum {
        margin-bottom: 15px;
    }
    .tab-section .link-thm-grp .link-thum .img-box.img-box-1,
    .tab-section .link-thm-grp .link-thum .img-box.img-box-2,
    .tab-section .link-thm-grp .link-thum .img-box.img-box-3,
    .tab-section .link-thm-grp .link-thum .img-box.img-box-4 {
        padding-right: 0;
    }
    .tab-section .link-thm-grp .link-thum {
        padding: 15px 10px;
        border-radius: 5px;
        width: 100%;
        min-height: 85px;
    }
    .pad-5 {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .tab-section .link-thm-grp .link-thum .img-box img {
        display: inline-block;
        width: 55%;
    }
    .tab-section .cont-area {
        padding: 10px 0 30px;
    }
    .tab-section .cont-area .left-part .btn {
        padding: 21px 0;
        box-shadow: 2px 4px 10px 0 rgba(5, 91, 152, .32);
        margin-top: 10px;
        width: 100%
    }
    .tab-section .cont-area .left-part h1 {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .top-part-heading {
        padding-bottom: 10px;
    }
    .testimonial-section .media .media-left {
        display: block;
        text-align: center;
        margin-bottom: 15px
    }
    .testimonial-section .media .media-body {
        padding: 0;
        vertical-align: middle;
        padding-left: 0;
        overflow: unset;
        display: table-cell
    }
    .testimonial-section .media .media-right {
        vertical-align: top;
        display: none;
    }
    .footer-top .disp-tbl-cell {
        display: block;
        float: none;
        vertical-align: middle;
    }
    .testimonial-section .media .media-left .img-round {
        width: 120px;
        height: 120px;
    }
    .testimonial-section .media {
        padding: 15px 0 0;
    }
    .testimonial-section .media .media-body h1 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .testimonial-section .media .media-body p {
        font-size: 17px;
        line-height: 23px;
    }
    .footer-top .footer-top-inner .inner-part h1 {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-top .footer-top-inner .inner-part h2 {
        font-size: 18px;
        color: #8b97a8;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-top .footer-top-inner .inner-part h2 img,
    .footer-top .footer-top-inner .inner-part h3 img {
        display: inline-block;
        margin-right: 8px
    }
    .footer-top .footer-top-inner .inner-part .btn {
        padding: 20px 30px;
        width: 100%;
        box-shadow: 2px 4px 10px 0 rgba(5, 91, 152, .32);
    }
    .footer-top .footer-top-inner .inner-part h3 {
        margin-bottom: 12px;
    }
    .banner-sec {
        padding: 90px 0 60px;
        background-size: 100%;
    }
    .testimonial-section .owl-theme .owl-nav {
        top: 30px;
        bottom: inherit;
    }
    .form-inner h1 {
        font-size: 21px;
        line-height: 33px;
        margin-bottom: 20px
    }
    .form-body {
        height: 100vh;
        padding-top: 50px;
    }
    .form-inner .btn {
        padding: 26px 38px;
        margin-top: 15px;
    }
}