@import url("font-awesome.css");
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url("animate.min.css");
@import url("ionicons.min.css");
@import url("themify-icons.css");
@import url("et-line.css");
@import url("shortcodes.css");
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url("fonts/utsaahb.ttf");
@import url("fonts/Myriad%20Pro%20Regular.ttf");
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Repeatable Patterns
-------------------------------------------------------------- */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 15px/22px "Poppins", sans-serif;
    background-color: #fff;
    color: #5d5d5d;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #666666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #076ED3;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b,
strong {
    font-weight: 900;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 0px 29px 0 30px;
    height: 47px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

button.search-submit-form {
    position: absolute;
    right: 16px;
    top: 1px;
    padding: 0px 17px;
    color: #0e0e0e;
    background-color: #ffffff;
    display: inline-block;
    line-height: 68px;
    height: 68px;
    font-size: 19px;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 8px 8px 15px;
    color: #222222;
    border: 1px solid #cccccc;
    xxheight: 47px;
    background-color: #ffffff;
    border-radius: 4px;
    /*margin-bottom: 20px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="search"] {
    padding: 8px 50px 8px 20px;
    height: 70px;
}

/*input[type="email"] {
    padding: 8px 20px;
    color: #555555;
    border: 1px solid #2e363a;
    height: 47px;
    margin-bottom: 19px;
}*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #076ED3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    padding: 7px 19px;
    height: 170px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #5d5d5d;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #5d5d5d;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #5d5d5d;
    opacity: 1;
}


/* bootstrap resetting elements */

.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #222222;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    line-height: 35px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    font-size: 14px;
    line-height: 27px;
}

.container {
    width: 1200px;
    max-width: 100%;
}

.height49 {
    height: 49px;
}

.clearfix {
    clear: both;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.blue {
    color: #076ED3;
}

.orange {
    color: #076ED3;
}

.text-color {
    color: #2c2c2c;
}

.btn-more a {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 30px;
    background-color: #076ED3;
    border-radius: 3px;
}

.btn-more a:hover {
    background-color: #076ED3;
}

.bg-blue {
    background-color: #076ED3;
}

.background {
    background-color: #f9fafb;
}

.boxed {
    position: relative;
}

.boxed.overlay-canvas:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
}


/* Header Top
-------------------------------------------------------------- */

.header-top {
    background-color: #076ed3;
}

ul.flat-infomation {
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

ul.flat-infomation li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-left: 19px;
    padding-right: 31px;
}
ul.flat-infomation li.phone a {
    
    padding-left: 20px !important;
}
ul.flat-infomation li.phone a:hover {
    background: #076ED3;
    color: #fff !important;
    transition: all 0.5s ease 0s;
}
ul.flat-infomation li.phone a:hover:before{
    transition: all 0.5s ease 0s;
    color: #fff;
}
ul.flat-infomation li.phone a:before {
    transition: all 0.5s ease 0s;
    content: "\f095";
    position: absolute;
    font-family: 'fontawesome';
    color: #fff;
    left: 0;
}
ul.flat-infomation li a {
    color: #ffffff;
    line-height: 32px;
    position: relative;
    letter-spacing: 0.3px;
    padding-left: 4px;
}

ul.flat-infomation li.email a {
    padding-left: 20px;
    letter-spacing: 0.1px;
}

ul.flat-infomation li.email a:before {
    content: "\f095";
    position: absolute;
    font-family: 'fontawesome';
    color: #fff;
    left: 2px;
    line-height: 32px;
}

ul.flat-infomation li.email a:before {
    content: "\f0e0";
    left: -2px;
    font-size: 14px;
}

ul.flat-infomation li a:hover {
    color: #fff;
}

.header-top ul.flat-social {
    float: right;
    margin-top: 5px;
}

.header-top ul.flat-social li {
    display: inline-block;
}

.header-top ul.flat-social li a {
    padding-top: 3px;
    display: block;
    color: #076ED3;
    width: 30px;
    background: #fff;
    text-align: center;
    height: 30px;
    border-radius: 100px;
    border: 2px solid #fff;
    transition: all 0.5s ease 0s;
}
.header-top ul.flat-social li a:hover {
    color: #fff;
    background: #076ED3;
    transition: all 0.5s ease 0s;
}


/* Header Top Style1
-------------------------------------------------------------- */

.header-top.style1 {
    background-color: transparent;
    border-bottom: 1px solid #f8f8f8;
}

.header-top.style1 ul.flat-infomation {
    float: right;
}

.header-top.style1 ul.flat-infomation li a:not(:hover),
.header-top.style1 ul.flat-infomation li,
.header-top.style1 ul.flat-infomation li:before {
    color: #555555;
    line-height: 59px;
}

.header-top.style1 ul.flat-infomation li {
    font-size: 14px;
}

.header-top.style1 .menu-extra>div {
    line-height: 59px;
}

.header-top.style1 .menu-extra>div.box-search .top-search {
    top: 5px;
}


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

.header {
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}


/* Header Fix */

.header.downscrolled {
    width: 100%;
    position: fixed;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.upscrolled {
    opacity: 1;
    z-index: 9999;
    background-color: #fff;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Logo */

#logo {
    float: left;
    width: 205px;
}

#logo a {
    line-height: 90px;
}

#logo.style1 {
    position: absolute;
    top: -60px;
    left: 15px;
    z-index: 5;
}

#logo.style1 a img:last-child {
    display: none;
}


/* Header Style1 */

#header.style1 #logo a,
#header.style1 #mainnav .menu>li>a,
#header.style1 .menu-extra>div {
    line-height: 76px;
}

#header.style1 #mainnav .menu>li:hover>.sub-menu {
    top: 76px;
}

#header.style1 .menu-extra>div.box-search .top-search {
    top: 15px;
}

#header.style1 .btn-menu {
    margin: 30px 0 30px 20px;
}


/* Header Style2 */

#header.style2 #mainnav .menu>li>a {
    line-height: 86px;
}

#header.style2 #mainnav .menu>li>.sub-menu {
    top: 86px;
}


/* Show Search */

.show-search {
    float: right;
    position: relative;
}

.show-search>button {
    text-align: center;
    display: block;
    position: relative;
    padding: 0;
    background-color: transparent;
    width: 15px;
    height: 0px;
    top: -35px;
}

.show-search>button:before {
    content: "\f002";
    font-family: 'fontawesome';
    top: 0px;
    position: absolute;
    left: 0px;
}

.show-search>button.active:before {
    content: "\f00d";
}

.show-search>button:hover:before {
    color: #076ED3;
}

.show-search .top-search {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    right: 0;
    top: 50px;
    width: 250px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu.top-search.widget_search.active {
    top: 0px;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.search-submit-form.active {
    right: 1px;
}


/* Main Menu */

.nav-wrap {
    float: right;
}

#mainnav {
    margin-right: 25px;
}

#mainnav .menu>li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
#mainnav .menu>li.logoutli {
    margin-left: -12px;
}
#mainnav .menu>li>a {
    display: block;
    padding: 0 4px;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    margin: 30px 0;
}
#mainnav .menu>li>.sub-menu>li>a:before {
    display: none;
}
#mainnav .menu>li>a.icon:before {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px;
}
#mainnav .menu>li a:before {
    content: "";
    height: 2px;
    background: #076ED3;
    width: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
    transition: all 0.5s ease 0s;
}

#mainnav .menu>li a:hover:before {
    width: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
#mainnav .menu>li.active a:before {
    width: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
#mainnav .menu>li.active>a {
    color: #076ED3;
}

#mainnav .menu>li>a:hover {
    color: #076ED3;
}

#mainnav .menu>li:last-child a {
    padding-right: 0;
}

#mainnav .menu>li a i.fa {
    padding-left: 3px;
    font-size: 12px;
}


/* Sub-menu */

#mainnav .menu>li>.sub-menu {
    opacity: 0;
    z-index: 9999;
    position: absolute;
    width: 254px;
    background-color: #fff;
    top: 110px;
    left: 0;
    box-shadow: 0 3px 8px 0 #2c2c2c;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#mainnav .menu>li:hover>.sub-menu {
    opacity: 1;
    top: 90px;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav .menu>li i.fa.fa-lock {
    font-size: 15px;
    margin: 0 5px 0 0;
    color: #076ED3;
}
#mainnav .menu>li:last-child a {
    color: #076ED3;
}
#mainnav .menu>li>.sub-menu>li>a {
    display: block;
    padding: 0px 0px 0px 30px;
    line-height: 42px;
    border-bottom: 1px solid rgba(26, 24, 35, 0.13);
    color: #7d8698;
}
.tp-bullet {
    background: #076ED3 ;
}
#mainnav .menu>li>.sub-menu>li.active>a {
    color: #076ED3;
}

#mainnav .menu>li>.sub-menu>li:last-child>a {
    border-bottom: none;
}

#mainnav .menu>li>.sub-menu>li>a:hover {
    color: #076ED3;
}


/* Mobile navigation
---------------------------------------------------------------*/

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #222222;
    z-index: 1000;
    left: 0px;
    top: 90px;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #333333;
    cursor: pointer
}

#mainnav-mobi ul>li>a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
}

#mainnav-mobi ul>li.active>a,
#mainnav-mobi ul.sub-menu li.active a {
    color: #076ED3;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #101010;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
    position: relative;
    border-top: 1px solid #333333;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
    padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 40px;
    border-top-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
    color: #fff;
}

#header.style1 #mainnav-mobi {
    top: 76px;
}


/* Button menu mobile */

.btn-menu {
    display: none;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 37px 0;
    width: 26px;
    height: 16px;
    float: right;
    margin-left: 20px;
    z-index: 999;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#header.style1 .nav-wrap .btn-menu {
    margin: 30px 20px 30px 0;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #222222;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 24px;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 24px;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    width: 24px;
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after {
    width: 24px;
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
    position: absolute;
    right: 0px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.btn-submenu:before {
    content: "\f107";
    color: #ffffff;
}

.btn-submenu.active:before {
    content: "\f106"
}

.btn-submenu-child {
    right: 50px;
}


/* Menu Extra */

.menu-extra {
    float: right;
    position: relative;
}

.menu-extra:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #dad7d7;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-extra>div {
    display: inline-block;
    line-height: 90px;
    padding-left: 17px;
}

.menu-extra>div.box-search {
    padding-left: 27px;
    position: relative;
}

.menu-extra>div span {
    cursor: pointer;
}

.menu-extra>div.box-search .top-search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 240px;
    right: -240px;
    top: 22px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-extra>div.box-search .top-search.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.menu-extra>div.box-search .top-search .input-search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #222;
    padding: 0 15px;
}


/* Page Title
---------------------------------------------------------------*/

.page-title {
    position: relative;
    height: 220px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(5 20 35 / 68%);
    height: 100%;
    width: 100%;
}

.title-heading {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-title-heading {
    text-align: center;
}

.page-title-heading h1 {
    font-weight: bold;
    letter-spacing: 2.5px;
    line-height: 30px;
    color: #ffffff;
    font-size: 42px;
}


/* breadcrumbs */

.breadcrumbs {
    text-align: center;
    margin-top: 22px;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #fff;
}

.breadcrumbs ul li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-right: 12px;
    letter-spacing: 0.8px;
    margin-right: 2px;
}

.breadcrumbs ul li a:after {
    content: "\f105";
    font-family: 'fontawesome';
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 14px;
}

.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:hover:after {
    color: #076ED3;
}

.breadcrumbs ul li:last-child a:after {
    content: '';
}


/* TP Banner
---------------------------------------------------------------*/

.tp-caption.flat-button-slider.bg-blue {
    border: 2px solid transparent;
}


/* Main Content
---------------------------------------------------------------*/

.main-content {
    padding: 96px 0 50px;
}


/* Main Post */

article.main-post {
    padding: 15px 0;
    margin-bottom: 13px;
}

article.main-post:first-child {
    padding: 0 0 15px;
}

article.main-post .entry-post-title .post-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
}

article.main-post .entry-post-title .post-title a {
    color: #0e0e0e;
    font-weight: 600;
}

article.main-post .entry-post-title .post-title a:hover {
    color: #076ED3;
}

article.main-post .featured-post ul.entry-meta li {
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-left: 18px;
}

article.main-post .featured-post ul.entry-meta li:first-child {
    margin-left: 0;
}

article.main-post .featured-post ul.entry-meta li:last-child {
    border-right: none;
}

article.main-post .featured-post ul.entry-meta li:before {
    content: "\f017";
    font-family: "Fontawesome";
    position: absolute;
    top: 2px;
    left: 8px;
    font-size: 13px;
    color: #076ED3;
}

article.main-post .featured-post ul.entry-meta {
    margin-right: 24px;
    text-align: right;
    margin-top: 14px;
}

article.main-post .featured-post ul.entry-meta li.date:before {
    left: 2px;
}

article.main-post .featured-post ul.entry-meta li.author:before {
    content: "\f007";
}

article.main-post .featured-post ul.entry-meta li.comment:before {
    content: "\f0e5";
}

article.main-post .featured-post ul.entry-meta li.folder:before {
    content: "\f114";
}

article.main-post .featured-post ul.entry-meta li a {
    color: #5d5d5d;
    font-size: 13px;
}

article.main-post .featured-post ul.entry-meta li a:hover {
    color: #076ED3;
}

article.main-post .featured-post {
    margin-bottom: 35px;
    position: relative;
}

article.main-post .featured-post .post-date {
    position: absolute;
    bottom: -4px;
    left: 35px;
    background-color: #076ED3;
    padding: 24px 25px 0;
    text-align: center;
    color: #fff;
}

article.main-post .featured-post .post-date .day {
    font-size: 40px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 0;
}

article.main-post .featured-post .post-date .month {
    font-size: 28px;
    padding: 16px 0;
}

article.main-post .entry-content .more-link {
    text-align: right;
    margin-top: 20px;
}

article.main-post .entry-content p {
    line-height: 27px;
}

article.main-post .entry-content .more-link a {
    color: #076ED3;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-right: 47px;
}

article.main-post .entry-content .more-link a:hover {
    color: #076ED3;
}

article.main-post .entry-content .more-link a:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 29px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article.main-post .entry-content .more-link a:hover:before {
    right: 22px;
    color: #076ED3;
}


/* Main Content Style1
---------------------------------------------------------------*/

.main-content.style1 {
    padding: 94px 0 63px;
}

article.main-post.style1 {
    margin-bottom: 42px;
}

article.main-post.style1 .featured-post {
    margin-bottom: 34px;
}

article.main-post.style1 .featured-post .post-date {
    top: 19px;
    right: 20px;
    left: auto;
    bottom: auto;
    padding: 10px 14px 4px;
}

article.main-post.style1 .featured-post .post-date .day {
    font-size: 24px;
}

article.main-post.style1 .featured-post .post-date .month {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

article.main-post.style1 .entry-content p {
    line-height: 26px;
}


/* Sidebar
---------------------------------------------------------------*/

.sidebar {
    padding-left: 50px;
}


/* Widget */

.widget {
    margin-bottom: 67px;
}

.sidebar .widget:last-child {
    margin-bottom: 0px;
}

.widget .widget-title {
    font-size: 18px;
    color: #0e0e0e;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}


/* Widget Search */

.widget-search .search-form input {
    height: 53px;
}

.widget-search .search-form button {
    line-height: 50px;
    height: auto;
}


/* Widget Categories */

.widget-categories {
    margin-bottom: 50px;
}

.widget-categories li {
    padding: 14px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    color: #545b6a;
}

.widget-categories li:last-child {
    border: none;
}

.widget-categories li a {
    position: relative;
    font-size: 16px;
    padding-left: 13px;
    letter-spacing: -0.5px;
}

.widget-categories li a:before {
    content: "\f105";
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: normal;
    font-size: 16px;
    transform: translateY(-50%);
}

.widget-categories li a:hover:before {
    color: #076ED3;
}

.widget-categories li span {
    color: #b5b5b5;
    float: right;
    font-size: 15px;
}


/* Widget Recent */

.widget-recent {
    margin-bottom: 56px;
}

.widget-recent .widget-title {
    margin-bottom: 40px;
}

.widget-recent .recent-list .recent-image {
    float: left;
    overflow: hidden;
    margin-right: 11px;
    margin-bottom: 10px;
    width: 33.333%;
    max-width: 99px;
}

.widget-recent .recent-list .recent-image.last {
    margin: 0 0 10px;
}


/* Widget Tag */

.widget-tags .widget-title {
    margin-bottom: 17px;
}

.widget-tags .tag-cloud a {
    padding: 7px 17px 4px 15px;
    color: #555555;
    font-size: 13px;
    line-height: 29px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 4px;
}

.widget-tags .tag-cloud a:hover {
    color: #ffffff;
    background-color: #076ED3;
    border-color: #076ED3;
}


/* Blog Pagination
---------------------------------------------------------------*/

.blog-pagination {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 30px;
}

.flat-pagination li {
    display: inline-block;
}

.flat-pagination li a {
    padding: 0 12px;
    display: block;
    font-size: 13px;
}

.flat-pagination li.prev a,
.flat-pagination li.next a {
    padding: 0;
}

.flat-pagination li a.active {
    color: #076ED3;
}


/* Flat Pagination Style1 */

.flat-pagination.style1 li a {
    height: 38px;
    line-height: 38px;
    width: 33px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 1px;
}

.flat-pagination.style1 li.next a {
    width: 72px;
}

.flat-pagination.style1 li.next a i {
    padding-left: 5px;
}


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

footer {
    background-color: #222222;
    color: #ffffff;
    padding: 94px 0 75px;
}


/* Widget About */

.widget-about .logo-ft {
    margin-bottom: 30px;
    margin-top: 5px;
    width: 250px;
}
ul.flat-infomation li.phone {
    padding-left: 0 !important;
}
.cntct-btn .contactinfo__btn1:first-child {
    margin-left: 0;
}
.cntct-btn .contactinfo__btn1 {
    font-weight: normal !important;
}
.widget-about .text-about p {
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.08px;
    padding-right: 20px;
    color: #fff;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.tab-planning h2.heading-h2 {
    color: #076ED3;
    border-bottom: 1px solid #076ED3;
}
/* Form Footer */

#subscribe-content input {
    height: 45px;
}

.form-footer form {
    position: relative;
}

.form-footer form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #037492;
    border-radius: 0;
    font-size: 16px;
    padding: 0 18px;
    height: 45px;
}

.form-footer form button:hover {
    background-color: #076ED3;
}


/* Widget Footer */

.widget-footer .widget-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 38px;
    position: relative;
}

.widget-footer .widget-title span {
    color: #076ED3;
}

.widget-footer .widget-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #076ED3;
    bottom: 0;
    left: 0;
}

.widget-footer {
    color: #a7a0a0;
}


/* Widget Portfolio */

.widget-portfolio ul.portfolio-ft li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 2px;
    overflow: hidden;
}

.widget-portfolio ul.portfolio-ft li a {
    position: relative;
    display: block;
}

.widget-portfolio ul.portfolio-ft li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 170, 232, 0.9);
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-portfolio ul.portfolio-ft li a:hover:before {
    opacity: 1;
}

.widget-portfolio ul.portfolio-ft li a:after {
    content: "\f489";
    position: absolute;
    font-family: 'Ionicons';
    font-size: 48px;
    color: #fff;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-portfolio ul.portfolio-ft li a:hover:after {
    opacity: 1;
    transform: scale(1);
}


/* Widget Quicklink */

.widget-quicklink {
    overflow: hidden;
}

.widget-quicklink .widget-title {
    margin-bottom: 32px;
}

.widget-quicklink .one-half {
    float: left;
    width: 100%;
}

.widget-quicklink .one-half.second {
    padding-left: 10px;
}

.widget-quicklink .one-half li {
    margin-bottom: 15px;
}

.widget-quicklink .one-half li a {
    color: #fff;
    position: relative;
    padding-left: 21px;
    font-size: 14px;
}

.widget-quicklink .one-half li a:before {
    content: "\f105";
    font-family: 'fontawesome';
    position: absolute;
    top: 48%;
    left: 2px;
    transform: translateY(-50%);
}

.widget-quicklink .one-half li a:hover {
    color: #076ED3;
}


/* Widget Contact */

.widget-contact .widget-title {
    margin-bottom: 32px;
}

.widget-contact .footer-info li {
    padding-left: 31px;
    margin-bottom: 13px;
    padding-top: 1px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 25px;
    color: #fff;
}

.widget-contact .footer-info li.phone {
    padding-left: 29px;
    padding-top: 2px;
}

.widget-contact .footer-info li.email {
    padding-left: 29px;
    letter-spacing: 0.1px;
}

.widget-contact .footer-info li.phone span {
    display: block;
    letter-spacing: 0.7px;
}

.widget-contact .footer-info li:before {
    content: "\f041";
    font-family: 'fontawesome';
    position: absolute;
    color: #fff;
    left: 0px;
    top: 1px;
}

.widget-contact .footer-info li.email:before {
    content: "\f0e0";
}

.widget-contact .footer-info li.phone:before {
    content: "\f095";
    top: 3px;
}


/* Footer Style2
-------------------------------------------------------------- */

footer.style2 .widget-quicklink .one-half.second {
    padding-left: 12px;
}


/* Footer Bottom
---------------------------------------------------------------*/

.footer-bottom {
    background-color: #076ed3;
    padding: 16px 0;
}


/* Copyright */

.copyright {
    color: #ffffff;
    float: left;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
}
.widget-contact .footer-info li a {
    color: #fff;
}
.copyright a {
    color: #fff;
    font-weight: 600;
}

.copyright a:hover {
    color: #fff;
}


/* Social Footer */

.social-footer {
    float: right;
    margin-top: 3px;
}

.social-footer li {
    display: inline-block;
    line-height: 32px;
    width: 36px;
    margin-left: 2px;
}

.social-footer li a {
    color: #ffffff;
    background-color: #222222;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding-top: 4px;
}

.social-footer li a:hover {
    background-color: #076ED3;
}


/* Blog Single
---------------------------------------------------------------*/


/* Post Single */

article.post-single {
    margin-bottom: 0px;
}

article.post-single .featured-post .flexslider {
    margin: 0;
}

article.post-single .flexslider .flex-direction-nav a.flex-prev {
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}

article.post-single .flexslider .flex-direction-nav a.flex-next {
    right: -10px;
    top: 46%;
    transform: translateY(-50%);
}

article.post-single .flexslider .flex-direction-nav a:before {
    background: rgba(15, 172, 238, 0.5);
    color: #000000;
    width: 40px;
    height: 47px;
}

article.post-single .flexslider .flex-direction-nav a:hover:before {
    background: rgba(15, 172, 238, 1);
}

article.post-single .featured-post .post-date {
    padding: 19px 19px 0;
    bottom: -6px;
}

article.post-single .featured-post .post-date .day {
    font-size: 48px;
}

article.post-single .featured-post .post-date .month {
    padding: 9px 0 12px;
    margin-top: 13px;
    border-top: 1px solid #fff;
}

article.post-single .featured-post ul.entry-meta {
    margin-right: 28px;
}

article.post-single .entry-post-title .post-title {
    font-size: 24px;
    letter-spacing: 0.12px;
    margin: 52px 0 32px;
}

article.post-single .entry-content>p {
    margin-bottom: 15px;
    line-height: 28px;
}

article.post-single .entry-content blockquote {
    margin-left: 68px;
    padding: 27px 33px 28px 96px;
    background-color: #f3f3f3;
    font-size: 16px;
    color: #5d5d5d;
    position: relative;
    margin-bottom: 28px;
    margin-top: 28px;
    font-style: italic;
}

article.post-single .entry-content blockquote:before {
    content: "\f10d";
    font-family: 'fontawesome';
    position: absolute;
    color: #a6a6a6;
    font-size: 35px;
    font-style: normal;
    top: 40px;
    left: 48px;
    transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
}


/* Social Post */

.social-post {
    margin-top: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.social-post .share {
    float: left;
}

.social-post .share a {
    font-size: 20px;
    color: #e2af11;
}

.social-post .social-list {
    float: right;
}

.social-post .social-list li {
    display: inline-block;
    margin-left: 20px;
}

.social-post .social-list li a {
    font-size: 20px;
    color: #a6a6a6;
}

.social-post .social-list li a:hover {
    color: #0e0e0e;
}


/* Main Single */

.main-single .comment-area .comment-title {
    font-size: 24px;
    font-weight: 600;
    color: #0e0e0e;
    margin: 66px 0 34px;
    letter-spacing: 2px;
}


/* Article Comment Body */

article.comment-body .comment-author {
    float: left;
    margin-right: 34px;
    border-radius: 50%;
    overflow: hidden;
}


/* Comment Text */

.comment-text .comment-metadata {
    line-height: 51px;
}

.comment-text .comment-metadata h5 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #0e0e0e;
    float: left;
    line-height: 51px;
    margin-right: 47px;
}

.comment-text .comment-metadata span {
    letter-spacing: 0.4px;
}

.comment-text .comment-metadata a.reply {
    float: right;
    font-weight: bold;
    color: #037492;
    position: relative;
    padding-left: 20px;
    margin-right: -1px;
    letter-spacing: 0.4px;
}

.comment-text .comment-metadata a.reply:hover {
    color: #076ED3;
}

.comment-text .comment-metadata a.reply:before {
    content: "\f064";
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    left: 3px;
    color: #0e0e0e;
}

.comment-text .comment-content p {
    margin: 4px 0 0 135px;
    line-height: 27px;
}


/* Comment children */

.comment-list .children {
    margin-left: 69px;
    margin-top: 36px;
}


/* Comment Respond */

.comment-respond {
    margin-top: 83px;
    margin-bottom: 37px;
    background-color: #f3f3f3;
    padding: 36px 29px 25px 28px;
    position: relative;
}

.comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.3px;
    color: #0e0e0e;
}

.comment-respond .comment-form {
    margin-top: 58px;
}

.comment-respond .comment-form-name,
.comment-respond .comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.comment-respond .comment-form-name {
    padding-right: 15px;
}

.comment-respond .comment-form-name input {
    padding-left: 20px;
}

.comment-respond .comment-form-email {
    padding-left: 15px;
}

.comment-respond .comment-form-name input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
    background-color: transparent;
    border-color: #a6a6a6;
}

.comment-respond .comment-form-name input,
.comment-respond .comment-form-email input {
    height: 50px;
}

.comment-respond .comment-form .btn-submit {
    position: absolute;
    top: 44px;
    right: 29px;
}

.comment-respond .comment-form .btn-submit button {
    background-color: #076ED3;
    font-weight: 500;
    height: 40px;
    padding: 0 16px;
    border-radius: 0px;
}


/* Menu Canvas
---------------------------------------------------------------*/

.menu-canvas {
    width: 545px;
    padding: 0 70px 80px;
    position: absolute;
    top: 0;
    right: -545px;
    z-index: 9999;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-canvas.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.menu-canvas>span.delete {
    position: absolute;
    font-size: 28px;
    color: #222;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.menu-canvas .logo-canvas {
    margin-bottom: 55px;
}

.menu-canvas .canvas-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #677183;
}

.menu-canvas .canvas-content ul {
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-canvas .canvas-content ul li {
    position: relative;
}

.menu-canvas .canvas-content ul li:not(:last-child) {
    margin-bottom: 15px;
}

.menu-canvas .canvas-content ul li .icon {
    position: absolute;
    font-size: 40px;
    color: #076ED3;
    text-align: center;
    width: 60px;
    top: 8px;
}

.menu-canvas .canvas-content ul li .text {
    padding-left: 80px;
}

.menu-canvas .canvas-content ul li .text .title {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
}

.menu-canvas .canvas-content ul li .text p {
    font-size: 14px;
    color: #677183;
    line-height: 24px;
}

.menu-canvas .canvas-content .btn-more a {
    display: block;
    text-align: center;
}


/* Preload
-------------------------------------------------------------- */

.preloader {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dizzy-gillespie {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    filter: saturate(3);
    width: 0.1px;
    height: 0.1px;
    border: 40px solid transparent;
    border-radius: 5px;
    animation: loader 3s ease-in infinite, spin 1s linear infinite;
}

.dizzy-gillespie::before {
    filter: saturate(0.3);
    display: block;
    position: absolute;
    z-index: -1;
    margin-left: -40px;
    margin-top: -40px;
    content: '';
    height: 0.1;
    width: 0.1;
    border: 40px solid transparent;
    border-radius: 5px;
    animation: loader 2s ease-in infinite reverse, spin 0.8s linear infinite reverse;
}

.dizzy-gillespie::after {
    display: block;
    position: absolute;
    z-index: 2;
    margin-left: -10px;
    margin-top: -10px;
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: white;
}

@keyframes loader {
    0% {
        border-bottom-color: transparent;
        border-top-color: #114357
    }
    25% {
        border-left-color: transparent;
        border-right-color: #826C75
    }
    50% {
        border-top-color: transparent;
        border-bottom-color: #F29492
    }
    75% {
        border-right-color: transparent;
        border-left-color: #826C75
    }
    100% {
        border-bottom-color: transparent;
        border-top-color: #114357
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.portfolio-content h3 a {
    color: white;
}

div#slide-3049-layer-4 {
    margin-top: 15px !important;
}

.contactinfo__btn {
    padding: 10px 5px;
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    transition: all ease-in .5s;
    background-color: #076ed3;
}

.cntct-btn {
    display: flex;
    margin-top: 20px;
}

.contactinfo__btn1 {
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 30%;
    border-radius: 4px;
    font-size: 18px;
    transition: all ease-in .5s;
    background-color: #076ed3;
    margin: 0 10px;
}

.contactinfo__btn1:hover {
    background-color: #014283;
    color: white;
}

.contactinfo__btn:hover {
    background-color: #014283;
    color: white;
}

.pb-4 {
    padding-bottom: 20px;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
li {
    padding: 0;
    margin: 0;
}

.order-box {
    padding-bottom: 10px;
}

.mborder {
    border: solid 2px red;
}

.bb {
    border: solid 2px black;
}

.myformgroup {
    display: flex;
    flex-direction: column;
}

.myformgroup label {
    margin-bottom: 10px;
    font-size: 20px;
}

.myformgroup input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 5px;
}

.myformgroup-1 input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 5px
}

.check-box-wrapper {
    border: solid 2px black;
}

.h-2 {
    margin-top: 20px;
    border: solid 2px black;
}

.shr-margin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mini-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.myformgroup {
    margin-top: 20px;
    margin-bottom: 5px;
}

.myformgroup-1 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.info-box {
    border-bottom: solid 2px #c4c4c4;
}

.myformgroup-2 {
    display: flex;
    flex-direction: column;
}

.myformgroup-2 input {
    height: 34px;
    border-radius: 3px;
    border: solid 2px #ced4da;
    line-height: 1.5;
    font-weight: 400;
}

.myformgroup-2 p {
    font-size: 12px;
}

.myformgroup-3 {
    display: flex;
    flex-direction: column;
}

.myformgroup-3 input {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    border: solid 2px #ced4da;
    line-height: 1.5;
    font-weight: 400;
}

.myformgroup-3 p {
    font-size: 12px;
}

.bg-formcolor {
    background-color: #F0F5FF;
}

.asterik-color {
    color: red;
}

.myformgroup-3 p {
    font-size: 12px;
}

.box {
    display: flex;
    align-items: center;
}

.vcolmun p {
    font-size: 12px;
}

.myformgroup-4 input {
    height: 30px;
    width: 100%;
}

.maroon-textcolor {
    margin-top: 30px;
    color: #B70004;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-check {
    margin-top: 20px;
}
.logoBlue.b.theme-blue {
    font-weight: bold;
}
.asterik-color {
    color: red;
}
.total.text-center {
    margin: 30px 0 0;
}
.heading-box {
    padding: 20px 0;
    border-bottom: solid 2px #c4c4c4;
}

.asterik-color {
    color: red;
}

.thirdmygroup input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #ced4da;
}

.thirdformgroup {
    display: flex;
    flex-direction: column;
}

.thirdformgroup input {
    border: solid 1px #ced4da;
    height: 40px;
}

.thirdformgroup p {
    font-size: 12px;
}

.asterik-color {
    color: red;
}

.d-box {
    display: flex;
    align-items: center;
}

.d-box-1 {
    display: flex;
    align-items: center;
}

.b-box {
    display: flex;
    align-items: center;
}

.heading-color {
    color: #0069CF;
    font-weight: Bold
}

.header-box h1 {
    font-size: 28px;
    font-weight: 600;
    color: #0069cf;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
}

.heading-color {
    font-size: 20px;
    font-weight: 600;
    color: #0069cf;
}

.theme-blue {
    color: #0069cf;
}

.fa-edit:before {
    content: "\f044";
    color: #0069cf;
    font-size: 20px;
    margin-right: 5px;
}

.steps-sub-heading .edit {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 4px;
    font-family: 'Roboto';
    font-weight: 500;
    float: right;
}

.header-box h1 {
    font-size: 28px;
    font-weight: 600;
    color: #0069cf;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
}

.heading-color {
    font-size: 28px;
    font-weight: 600;
    color: #0069cf;
}

.theme-blue {
    color: #0069cf;
}

.fa-edit:before {
    content: "\f044";
    color: #0069cf;
    font-size: 20px;
    margin-right: 5px;
}

.steps-sub-heading .edit {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 4px;
    font-family: 'Roboto';
    font-weight: 500;
    float: right;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

h3.steps-sub-heading.kaka.heading-color {
    margin-bottom: 30px !important;
}

h3.steps-sub-heading.theme-blue {
    margin-bottom: 30px;
}

.form-group {
    margin: 20px 0 0;
}
small.form-text.text-muted {
    margin-bottom: -8px;
    display: block;
}
.tab-planning p strong {
    font-weight: 700;
}
.form-select {
    padding: 8px 60px 8px 15px;
}
.btn-theme {
    background: #0069cf;
    color: #fff;
}

.theme-color {
    color: #0069cf;
}

.flatpage-wrap h1 {
    font-family: Georgia, Times, serif;
    font-size: 28px;
    font-weight: normal;
    color: #0069cf;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
}

.mybtn {
    color: white;
}

.mybtn:hover {
    color: white;
}

.mm-margin {
    margin-top: 15px;
    padding-bottom: 15px;
}

.mytext {
    text-align: left !important;
}

.my-h3 {
    color: #0069CF;
    font-size: 16px;
    font-weight: Bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.heading-h1 {
    font-family: Georgia, Times, serif;
    font-size: 28px;
    font-weight: normal;
    color: #0069cf;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
}

.heading-h3 {
    color: #0069CF;
    font-size: 18px;
    font-weight: Bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

.order-heading {
    font-size: 16px;
}


/* tabs css */

.tabs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    width: 100%;
    border-radius: 5px;
    overflow: auto;
}

.tabs .content section h2,
.tabs ul li label {
    font-size: 18px;
    color: #428bff;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    user-select: none;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 25%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #EB3349;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #EB3349;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #EB3349;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #EB3349;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }
}


/* tabs css */


/* navbar css */

.navbr-section {
    padding: 50px 0 0;
}

.btn-breadcrumb .btn {
    padding: 15px 15px;
}


/* 
.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
} */


/** Primary button **/

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}


/* navbar css */


/* login form */


/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}


/* FORM TYPOGRAPHY*/

div#formContent input[type=button],
div#formContent input[type=submit],
div#formContent input[type=reset] {
    background-color: #076ed3;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div#formContent input[type=button]:hover,
div#formContent input[type=submit]:hover,
div#formContent input[type=reset]:hover {
    background-color: #39ace7;
}

div#formContent input[type=button]:active,
div#formContent input[type=submit]:active,
div#formContent input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

div#formContent input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

div#formContent input[type=email] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

div#formContent input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

div#formContent input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

div#formContent input[type=email]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

div#formContent input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

div#formContent input[type=text]:placeholder {
    color: #cccccc;
}

div#formContent input[type=email]:placeholder {
    color: #cccccc;
}

div#formContent input[type=password]:placeholder {
    color: #cccccc;
}


/* ANIMATIONS */


/* Simple CSS3 Fade-in-down Animation */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* Simple CSS3 Fade-in Animation */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}


/* Simple CSS3 Fade-in Animation */

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}


/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    padding: 15px 0;
}

.login-form {
    padding: 50px 0;
}

.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none !important; 
}
/* login-form */

.login-sidebar {
    padding: 0;
    color: #5d5d5d;
}

.sidebox {
    border: 1px solid #dfdfdf;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 0 0 30px;
}
.sidebox.livechat img {
    position: absolute;
    top: 0;
    right: 16px;
    width: 165px;
    z-index: 1;
}
.sidebox.livechat {
    position: relative;
    padding-bottom: 8px;
}
.form-column.col-lg-8.col-md-12.cols-m-12.users {
    margin: 0 auto;
    float: none;
    box-shadow: 2px 1px 14px rgb(0 0 0 / 5%);
    padding: 20px 0;
}
.users .form-check {
    margin: -13px 0px;
}
.users .contact-form form button {
    padding: 0;
    border-radius: 5px;
    background-color: #076ED3;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    padding: 10px 5px !important;
    display: flex !important;
    width: 220px;
}
.sidebox h2 {
    color: #076ED3;
    margin-bottom: 20px;
    position: relative;
}
.sidebox span.for-phone {
    font-size: 12px;
    margin: -8px 0 4px 16px;
    display: block;
}
.sidebox strong {
    font-weight: normal;
    font-size: 18px;
    margin: 17px 0 5px;
    display: block;
    color: #5d5d5d;

}
.sidebox h2:after {
    height: 2px;
    position: absolute;
    content: "";
    width: 76px;
    left: 0;
    background: #076ED3;
    bottom: -7px;
    margin-left: 0;
    transition: all 0.5s ease 0s;
}
.login-sidebar h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #fff;
}

.login-sidebar p {
    margin: 0 0 5px;
}
.sidebox img {
    margin: 12px auto;
}

.card-box a {
    background-color: #fff;
    border: 2px solid #fff;
    color: #076ED3;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 2;
}
.card-box a:hover {
    background-color: #076ED3;
    border: 2px solid #fff;
    transition: all 0.5s ease 0s;
    color: #fff;
}
.sidebox address:before {
    content: "\f041";
    font-family: 'fontawesome';
    position: absolute;
    color: #5d5d5d;
    left: 0px;
    top: 1px;
}
.sidebox .email:before {
    content: "\f0e0";
    font-family: 'fontawesome';
    position: absolute;
    color: #5d5d5d;
    left: 0px;
    top: -1px;
}
.sidebox .phone:before {
    content: "\f095";
    font-family: 'fontawesome';
    position: absolute;
    color: #5d5d5d;
    left: 0px;
    top: -1px;
}
.sidebox.livechat p:before {
    content: "\f017";
    font-family: 'fontawesome';
    position: absolute;
    color: #5d5d5d;
    left: 0px;
    top: -1px;
}
.sidebox img.authorized {
    width: 139px;
}
.sidebox img.small {
    width: 140px;
    margin: 20px 14px 0 0;
}
.sidebox img.warranty {
    width: 167px;
    margin: -10px;
}
.sidebox.livechat p {
    padding-left: 20px;
    position: relative;
    color: #5d5d5d;
}
.sidebox address {
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 15px;
}
.sidebox a.phone {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    color: #5d5d5d;
    margin: 0 0 5px;
}
.sidebox a.email {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    color: #5d5d5d;
    margin: 0;
    z-index: 2;
    width: 50%;
    word-break: break-all;
}
nav#mainnav ul li div a {
    color: #076ed3;
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
}
.btn-group.btn-breadcrumb .btn-primary:hover {
    background-color: #0a58ca;
}
.btn-group.btn-breadcrumb a.btn.btn-primary.active:before, 
.btn-group.btn-breadcrumb a.btn.btn-primary:hover:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 30px solid #0a58ca;
    position: absolute;
    top: 100%;
    margin-top: -55px;
    margin-left: 0;
    left: 100%;
    z-index: 1;
}



div#formContent input {
    margin-bottom: 20px !important;
}


/*** 

====================================================================
	Talk Section
====================================================================

***/

.talk-section {
    position: relative;
    padding: 50px 0px;
}

.talk-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.talk-section .title-column .inner-column {
    position: relative;
}

.talk-section .title-column .contact-list {
    position: relative;
}

.talk-section .title-column .contact-list li {
    position: relative;
    margin-bottom: 22px;
}

.talk-section .title-column .contact-list li a {
    position: relative;
    color: #161616;
    font-size: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.talk-section .title-column .contact-list li a .icon {
    position: relative;
    margin-right: 16px;
    color: #aaaec2;
}

.talk-section .title-column .contact-list li a:hover {
    color: #f32f22;
}

.talk-section .form-column {
    position: relative;
    margin-bottom: 30px;
}

.talk-section .form-column .inner-column {
    position: relative;
}

.talk-section .form-column .column-text {
    position: relative;
    color: #086ed3;
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}

.talk-section .form-column .pattern-layer {
    position: absolute;
    left: -480px;
    bottom: 0px;
    width: 283px;
    height: 115px;
    background-repeat: no-repeat;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 35px;
}

.row.clearfix .form-check {
    display: flex;
    align-items: center;
}
.contact-form.contact form:before {
    display: none;
}
.contact-form.contact .form-group label {
    color: #fff;
}
.order-summary h2.heading-h2 span {
    font-size: 14px;
    float: right;
    color: #3a9b3a;
}
.order-summary h3.steps-sub-heading.theme-blue {
    margin: 10px 0;
}
.order-summary em.price {
    color: #ec1010;
}
.order-summary em.status {
    color: #0606f3;
}
.wellcome {
    margin: 13px 0 0;
    font-size: 18px;
}
.wellcome span a{
    color: #ec1010;
    margin-left: 18px;
}
.row.clearfix .form-check .form-check-label {
    margin-left: 10px;
    color: #555555;
    font-size: 14px;
}

.form-btm a {
    background: #076ed3;
    color: #fff;
    padding: 10px 20px;
}

.form-group.col-lg-12.col-md-12.col-sm-12 p span a {
    color: #076ED3;
    font-weight: 500;
}

.contact-form>form {
    padding: 30px 0;
    position: relative;
}

.sign-in {
    display: none;
}

.form-hide .contact-form {
    display: none;
}

.form-hide .sign-in {
    display: block;
}
.contact-form.contact form button {
    padding: 0;
    border-radius: 4px;
    background-color: #076ED3;
    color: #ffffff;
    font-weight: 300;
    width: 200px;
    margin: 0 auto !important;
    display: flex;
    float: none;
    text-align: center;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="password"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 24px;
    color: #555555;
    height: 45px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 4px;
    outline: none;
    border: 1px solid #ced4da;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
    border-color: #076ed3;
}

.contact-form .form-group input[type="file"] {
    display: none;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 22px 24px;
    color: #555555;
    height: 180px;
    background: #ffffff;
    border-radius: 4px;
    border-bottom: 2px solid #bec3d9;
    resize: none;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.input_files {
    border-radius: 10px;
    padding: 20px 25px;
    background: #fff;
    color: #161616;
    font-size: 16px;
    box-shadow: inset 0 -2px #bec3d9;
    transition: box-shadow .3s ease;
}

.input_files {
    cursor: pointer;
    width: 100%;
    height: 55px;
    padding: 0 25px;
    line-height: 55px;
    color: #838aa6;
    display: block;
    position: relative;
}

.input_files i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.contact-form .form-group .theme-btn {
    position: relative;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #838aa6;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form .form-group h4 {
    position: relative;
    font-size: 21px;
    color: #161616;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
}

.contact-form.style-two .subjects::after,
.contact-form.style-two .subjects>span,
.contact-form.style-two .form-group h4 {
    color: #ffffff;
}

.d-none {
    display: none;
}

.contact-form .form-group>span {
    display: block;
    margin-bottom: 15px;
}

.contact-form .subjects {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.subjects {
    display: inline-block;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    display: inline-block;
}

.subjects::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px #f73e23;
    left: 0;
    top: 2px;
}

.subjects::after {
    position: absolute;
    content: "\f10e";
    font-family: "Flaticon";
    font-size: 22px;
    color: #161616;
    top: -2px;
    left: 4px;
    display: none;
}

[id^="subject-"]:checked+.subjects::after {
    display: block;
}

.subjects>span {
    font-size: 18px;
    color: #161616;
    display: inline-block;
}

.contact-form form .form-group {
    margin-bottom: 10px;
}

.contact-form {
    background-color: transparent;
    padding: 0 40px;
}

@media (max-width: 767px) {
    .form-column.col-lg-8.col-md-12.cols-m-12.users {
        box-shadow: none;
        padding: 0;
    }
    .header {
        position: relative;
    }
    .table-responsive {
        width: 100%;
    }
    #logo img {
        width: 100%;
    }
    .contactinfo__btn1 {
        width: 150px;
    }
    #mainnav-mobi ul li i.fa.fa-chevron-down {
        display: none;
    }
    #mainnav-mobi ul>li>a i.fa.fa-lock {
        margin-right: 7px;
    }
    .iconbox.style2 {
        min-height: auto;
    }
    section.flat-portfolio {
        padding-bottom: 0;
    }
    ul.flat-infomation {
        float: none;
        margin-top: 4px;
        margin-bottom: 4px;
        width: 100%;
        text-align: center;
    }
    .widget-about .logo-ft {
        width: 200px;
    }
    .testimonial-item.style1 .testimonial-content {
        min-height: auto;
    }
    ul.flat-infomation li.phone a {
        display: inline-block;
    }
    ul.flat-infomation li {
        display: block;
        padding-right: 0;
    }
    ul.flat-infomation {
        display: none;
    }
    .header-top ul.flat-social {
        margin-top: 6px;
        margin-bottom: 6px;
        width: 100%;
        text-align: center;
    }
    .login-sidebar {
        margin-top: 40px;
        padding: 0;
    }
    .sidebox {
        padding: 15px;
    }
    .page-title-heading h1 {
        font-size: 20px;
    }
    .btn-group.btn-breadcrumb a.btn.btn-primary.active:before, .btn-group.btn-breadcrumb a.btn.btn-primary:hover:before {
        
        display: none;
    }
    .navbr-section .btn-group.btn-breadcrumb {
        display: block !important;
    }
    .btn-breadcrumb .btn {
        padding: 10px;
        margin-bottom: 10px;
        border-style: none;
        width: 100%;
        border-radius: 5px !important;
    }
    div#slide-3049-layer-4 {
        display: none;
    }
}

.red{
   color: #AB0002;
}


.form-control.error {
   border: 1px solid red !important;
}
label.error {
    display: none !important;
}
