@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

@font-face { font-family: 'styling'; src: url("../fonts/styling/Styling-Regular4.ttf"); }
@font-face { font-family: 'carmen-sans-regular'; src: url("../fonts/carmen-sans/Carmen-Sans-Regular.otf"); }
@font-face { font-family: 'carmen-sans-regular'; src: url("../fonts/carmen-sans/Carmen-Sans-Medium.otf"); }
@font-face { font-family: 'carmen-sans-bold'; src: url("../fonts/carmen-sans/Carmen-Sans-Bold.otf"); }
/* width */
::-webkit-scrollbar { width: 5px; }

/* Track */
::-webkit-scrollbar-track { background: #d1d1d1; }

/* Handle */
::-webkit-scrollbar-thumb { background: #e94b3c; border-radius: 15px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #aa031c; }

.img-fluid-height { max-height: 100%; }

.clear-parent::after { content: ""; display: block; clear: both; }

.owl-carousel .owl-item img { width: auto; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 5px; }

.owl-theme .owl-dots .owl-dot span { margin: 3px 4px; background: #fff; }

.color-secondary { color: #e94b3c !important; }

.color-primary { color: #124b98 !important; }

.color-black { color: #000 !important; }

.color-less-black { color: #333 !important; }

.font-weight-100 { font-weight: 100; }

.font-weight-200 { font-weight: 200; }

.font-weight-300 { font-weight: 300; }

.font-weight-400 { font-weight: 400; }

.font-weight-500 { font-weight: 500; }

.font-weight-600 { font-weight: 600; }

.font-weight-700 { font-weight: 700; }

.font-weight-800 { font-weight: 800; }

.font-weight-900 { font-weight: 900; }

.owl-carousel.vertical-buttons .owl-nav > button { position: absolute; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); display: -ms-flexbox !important; display: flex !important; -ms-flex-pack: center !important; justify-content: center !important; -ms-flex-align: center !important; align-items: center !important; line-height: 0; height: 25px; width: 25px; border-radius: 50%; background-color: #d0d0d0; transition: 0.3s; color: #fff; outline: none !important; }
@media screen and (min-width: 768px) { .owl-carousel.vertical-buttons .owl-nav > button { height: 35px; width: 35px; } }
.owl-carousel.vertical-buttons .owl-nav > button:hover { background-color: #124b98; }
.owl-carousel.vertical-buttons .owl-nav > button:active { background-color: #0f3e7d; }
.owl-carousel.vertical-buttons .owl-nav > .owl-prev { left: 0; }
.owl-carousel.vertical-buttons .owl-nav > .owl-next { right: 0; }

.st-form { width: 100%; position: relative; }
.st-form input, .st-form select, .st-form textarea { border: none; font-size: 15px; color: #616161; border-radius: 0; background-color: #fff; }
.st-form input.lightgray, .st-form select.lightgray, .st-form textarea.lightgray { box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; background-color: #f0f0f0; }
.st-form:not(.input-underline) input, .st-form:not(.input-underline) select, .st-form:not(.input-underline) textarea { -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; }
.st-form input, .st-form select { height: 42px; padding-top: 5px; }
.st-form label { font-size: 14px; color: #5d5d5d; margin-bottom: 5px; }
@media screen and (min-width: 768px) { .st-form label { font-size: 15px; margin-bottom: 8px; } }
.st-form label .imp { color: #124b98; margin-left: 2px; }
@media screen and (min-width: 768px) { .st-form.lt, .st-form.rt { width: 50%; }
  .st-form.lt { padding-right: 7.5px; }
  .st-form.rt { padding-left: 7.5px; } }
.st-form.validate label { width: 100px; margin-bottom: 0; text-align: right; padding-right: 15px; }
@media screen and (min-width: 768px) { .st-form.validate label { width: 150px; } }
.st-form.validate .imp { color: #ff0102; width: 11px; text-align: right; }
.st-form.validate input, .st-form.validate select, .st-form.validate textarea { width: calc(100% - (100px + 11px)); }
@media screen and (min-width: 768px) { .st-form.validate input, .st-form.validate select, .st-form.validate textarea { width: calc(100% - (150px + 11px)); } }
.st-form.icon input { padding-left: 32px; }
.st-form.icon .icon { top: 50%; left: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 0; }
.st-form.icon .icon i { font-size: 18px; color: gray; }
.st-form.input-underline input, .st-form.input-underline select, .st-form.input-underline textarea { background-color: transparent; border-bottom: 1px solid #868686; padding-left: 0; padding-right: 0; }
.st-form.input-underline input:focus, .st-form.input-underline select:focus, .st-form.input-underline textarea:focus { box-shadow: none; border-color: #3c3c3c; }
.st-form .add-info { position: absolute; top: calc(100% + 3px); font-size: 12px; color: #666; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.st-head-menu { position: relative; }
@media screen and (max-width: 767px) { .st-head-menu > li { position: relative; } }
.st-head-menu > li > a { font-size: 15px; color: #fff; text-decoration: none !important; outline: none !important; padding: 15px 2px; transition: 0.3s; letter-spacing: 0.5px; }
@media screen and (min-width: 1200px) { .st-head-menu > li > a { font-size: 16px; } }
@media screen and (min-width: 992px) { .st-head-menu > li > a { border-bottom: 4px solid transparent; border-top: 4px solid transparent; }
  .st-head-menu > li > a:hover { border-bottom-color: #e94b3c; } }
@media screen and (min-width: 992px) { .st-head-menu > li:hover > a, .st-head-menu > li.active > a { border-bottom-color: #e94b3c; } }
@media screen and (min-width: 992px) { .st-head-menu > li { margin-right: 20px; } }
@media screen and (min-width: 1200px) { .st-head-menu > li { margin-right: 35px; } }
@media screen and (max-width: 991px) { .st-head-menu > li { display: block; width: 100%; }
  .st-head-menu > li > a { width: 100%; padding: 10px 20px; color: #fff !important; display: block; } }
.st-head-menu > li > ul { background: #fff; width: 100%; left: 0; top: 85%; -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; }
@media screen and (max-width: 991px) { .st-head-menu > li > ul { display: none; } }
@media screen and (min-width: 992px) { .st-head-menu > li > ul { width: 180px; position: absolute; visibility: hidden; opacity: 0; border-radius: 4px; overflow: hidden; } }
.st-head-menu > li > ul > li > a { padding: 8px 15px; border-bottom: 1px solid #ddd; color: #333; line-height: 23px; transition: 0.3s; }
.st-head-menu > li > ul > li > a:hover { background-color: #e94b3c; color: #fff; }
.st-head-menu > li > ul > li:last-child > a { border-bottom: none; }
.st-head-menu > li > ul > li.active > a { background-color: #e94b3c; color: #fff; }
@media screen and (max-width: 991px) { .st-head-menu > li:hover > ul { display: block; } }
@media screen and (min-width: 992px) { .st-head-menu > li:hover > ul { opacity: 1; visibility: visible; top: 100%; } }

.ST_def-mar-T, .ST_def-mar-TB { margin-top: 25px; }
@media screen and (min-width: 768px) { .ST_def-mar-T, .ST_def-mar-TB { margin-top: 40px; } }
@media screen and (min-width: 992px) { .ST_def-mar-T, .ST_def-mar-TB { margin-top: 70px; } }

.ST_def-mar-B, .ST_def-mar-TB { margin-bottom: 25px; }
@media screen and (min-width: 768px) { .ST_def-mar-B, .ST_def-mar-TB { margin-bottom: 40px; } }
@media screen and (min-width: 992px) { .ST_def-mar-B, .ST_def-mar-TB { margin-bottom: 70px; } }

.ST_def-pad-T, .ST_def-pad-TB { padding-top: 25px; }
@media screen and (min-width: 768px) { .ST_def-pad-T, .ST_def-pad-TB { padding-top: 40px; } }
@media screen and (min-width: 992px) { .ST_def-pad-T, .ST_def-pad-TB { padding-top: 70px; } }

.ST_def-pad-B, .ST_def-pad-TB { padding-bottom: 25px; }
@media screen and (min-width: 768px) { .ST_def-pad-B, .ST_def-pad-TB { padding-bottom: 40px; } }
@media screen and (min-width: 992px) { .ST_def-pad-B, .ST_def-pad-TB { padding-bottom: 70px; } }

#ST_banner .img-sec img { width: 100%; }
#ST_banner .caption { top: 50%; width: 100%; -webkit-transform: translatey(-50%); transform: translatey(-50%); }
#ST_banner .caption .img-sec { width: 100%; }
#ST_banner .caption .st-head { color: #fff; margin-bottom: 5px; letter-spacing: 2px; }
#ST_banner .caption .desc { font-size: 16px; color: #e0e0e0; line-height: 23px; }

.ST_breadcrumbs > ul { flex-wrap: wrap; }
.ST_breadcrumbs > ul > li { position: relative; }
.ST_breadcrumbs > ul > li > a { color: #ebebeb; text-decoration: none; transition: 0.3s; display: flex; align-items: center; }
.ST_breadcrumbs > ul > li > a i { color: #124b98; margin-right: 5px; }
.ST_breadcrumbs > ul > li:not(:last-child) { padding-right: 30px; }
.ST_breadcrumbs > ul > li:not(:last-child):after { content: '/'; position: absolute; right: 11px; top: 0; color: #fff; }
.ST_breadcrumbs > ul > li:not(:last-child):hover > a { color: #e94b3c; }
.ST_breadcrumbs > ul > li.active > a { color: #e94b3c; }
.ST_breadcrumbs > ul > li:last-child > a { pointer-events: none !important; }

.custom-checkbox { position: relative; font-weight: normal; cursor: pointer; }
.custom-checkbox .box { height: 19px; width: 19px; border: 1px solid #d8d8d8; border-radius: 4px; color: #fff; font-size: 11px; transition: 0.1s; }
.custom-checkbox .box i { opacity: 0; transition: 0.1s; }
.custom-checkbox.cc-secondary .box { border-color: #e94b3c; }
.custom-checkbox .text { color: #d8d8d8; font-size: 16px; padding-left: 5px; transition: 0.1s; }
@media screen and (min-width: 992px) { .custom-checkbox .text { padding-left: 15px; } }
.custom-checkbox > input:checked + .box { background: #31bcc7; border-color: #31bcc7; }
.custom-checkbox > input:checked + .box i { opacity: 1; }

ul.st-left-multilevel-menu li { position: relative; }
ul.st-left-multilevel-menu li > a { text-decoration: none; padding: 11px 15px 13px 15px; color: #333; font-size: 16px; transition: 0.3s; position: relative; }
@media screen and (min-width: 768px) { ul.st-left-multilevel-menu li > a { padding: 11px 20px 13px 40px; }
  ul.st-left-multilevel-menu li > a:before { content: '\f061'; font-family: 'Font Awesome 5 Free'; font-weight: 600; position: absolute; top: calc(50% + 2px); left: 20px; -webkit-transform: translatey(-50%); transform: translatey(-50%); font-size: 13px; color: #e94b3c; transition: 0.3s; } }
ul.st-left-multilevel-menu li > a.has-multi-menu i { top: 0; right: 0; width: 40px; color: #e94b3c; }
ul.st-left-multilevel-menu li:not(:last-child) > a { border-bottom: 1px solid lightgray; }
@media screen and (min-width: 768px) { ul.st-left-multilevel-menu > li:hover > a, ul.st-left-multilevel-menu > li.active > a { background-color: #e94b3c; color: #fff; }
  ul.st-left-multilevel-menu > li:hover > a:before, ul.st-left-multilevel-menu > li.active > a:before { color: #fff; } }
ul.st-left-multilevel-menu > li.active > a { background-color: #e94b3c; color: #fff; }
ul.st-left-multilevel-menu > li.active > a i { color: #fff; }
ul.st-left-multilevel-menu > li > a:active { background-color: #b4031e; }
ul.st-left-multilevel-menu ul { width: 100%; display: none; }
@media screen and (max-width: 767px) { ul.st-left-multilevel-menu ul { padding: 5px; } }
@media screen and (min-width: 768px) { ul.st-left-multilevel-menu ul { position: absolute; left: 100%; top: 0; z-index: 1; } }
ul.st-left-multilevel-menu ul > li > a { background-color: #e94b3c; color: #fff; border-color: #efefef; }
ul.st-left-multilevel-menu ul > li > a:before { color: #fff; }
ul.st-left-multilevel-menu ul > li > a.has-multi-menu i { color: #fff; }
@media screen and (min-width: 768px) { ul.st-left-multilevel-menu ul > li:hover > a, ul.st-left-multilevel-menu ul > li.active > a { background-color: #124b98; } }
ul.st-left-multilevel-menu ul > li.active > a { background-color: #124b98; }
ul.st-left-multilevel-menu ul > li > a:active { background-color: #0f3e7d; }
@media screen and (min-width: 768px) { ul.st-left-multilevel-menu li:hover > ul { display: block; } }

.dynamic-select > .input-main > input { padding-right: 35px; box-shadow: none; box-shadow: none !important; cursor: pointer; }
.dynamic-select > .input-main > input:focus { background: #f1f1f1; border-color: #dcdcdc; }
.dynamic-select > .input-main .icon { top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); right: 12px; font-size: 17px; color: #616161; line-height: 0; }
.dynamic-select > .input-main .icon i { font-size: 25px; }
.dynamic-select .options { display: none; background: #fff; border: 1px solid #dcdcdc; border-radius: 4px; overflow: auto; z-index: 1; top: 100%; left: 0; width: 100%; padding: 5px; font-size: 17px; max-height: 120px; }
@media screen and (min-width: 992px) { .dynamic-select .options { max-height: 150px; } }
.dynamic-select .options .frac:not(:last-child) { border-bottom: 1px solid #cdcdcd; margin-bottom: 10px; padding-bottom: 5px; }
.dynamic-select .options .frac .sm-head { padding: 0 10px; font-size: 13px; color: #124b98; margin-bottom: 5px; margin-left: -5px; margin-right: -5px; }
.dynamic-select .options .frac > ul > li { cursor: pointer; }
.dynamic-select .options .frac > ul > li .label { margin-left: -5px; padding: 4px 10px 5px; font-size: 14px; width: calc(100% + 10px); color: #676767; transition: 0.1s; }
.dynamic-select .options .frac > ul > li .label:hover { color: #333; background-color: #85b3f1; }
.dynamic-select .options .frac > ul > li .label:active { background-color: #85b3f1; }
.dynamic-select .options .frac > ul > li .label .text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }

.st-btn { font-family: 'carmen-sans-regular', sans-serif; background-color: #333; font-size: 15px; padding: 9px 15px 10px; border-radius: 5px; color: #fff; box-shadow: none; }
.st-btn:hover { background-color: #262626; color: #fff; }
.st-btn:active { background-color: #1a1a1a; }
.st-btn:focus { box-shadow: none !important; }
.st-btn.st-btn-secondary { background-color: #e94b3c; }
.st-btn.st-btn-secondary:hover { background-color: #fa0f32; color: #fff; }
.st-btn.st-btn-secondary:active { background-color: #c30420; }
.st-btn.st-btn-primary { background-color: #124b98; }
.st-btn.st-btn-primary:hover { background-color: #0f4081; color: #fff; }
.st-btn.st-btn-primary:active { background-color: #0d356a; }
.st-btn.btn-lg { padding: 8px 20px 11px; font-size: 16px; }
@media screen and (min-width: 768px) { .st-btn.btn-lg { padding: 11px 30px 13px; } }

.st-head-top { font-size: 20px; font-family: styling, sans-serif; margin-bottom: 2px; letter-spacing: 1px; }
@media screen and (min-width: 768px) { .st-head-top { font-size: 25px; } }

.st-head { font-size: 25px; font-family: styling, sans-serif; color: #000; margin-bottom: 10px; letter-spacing: .5px; }
@media screen and (min-width: 992px) { .st-head { font-size: 30px; margin-bottom: 15px; } }
.st-head.big { font-size: 27px; }
@media screen and (min-width: 768px) { .st-head.big { font-size: 35px; } }
@media screen and (min-width: 992px) { .st-head.big { font-size: 40px; margin-bottom: 30px; } }

.st-head-sm { font-size: 22px; font-family: styling, sans-serif; color: #000; margin-bottom: 15px; letter-spacing: .5px; }
@media screen and (min-width: 768px) { .st-head-sm { font-size: 28px; } }

.st-desc { font-size: 16px; line-height: 23px; }
@media screen and (min-width: 992px) { .st-desc { font-size: 17px; line-height: 24px; } }
.st-desc.has-margin:not(:last-child) { margin-bottom: 10px; }
@media screen and (min-width: 768px) { .st-desc.has-margin:not(:last-child) { margin-bottom: 15px; } }

.st-main-head { margin-bottom: 30px; }
@media screen and (min-width: 992px) { .st-main-head { margin-bottom: 50px; } }
.st-main-head .st-head { margin-bottom: 10px; }
.st-main-head .st-desc { font-size: 16px; letter-spacing: .5px; color: #333; }
.st-main-head .st-desc + .st-head { margin-top: 10px; }
@media screen and (min-width: 992px) { .st-main-head .st-desc { font-size: 18px; max-width: 70%; margin-left: auto; margin-right: auto; } }

.star-rating-show > li { font-size: 13px; }
.star-rating-show > li:not(.count):not(.no-rate) { color: #f6bb09; }
.star-rating-show > li.no-rate { color: #efefef; }
.star-rating-show > li:not(:last-child) { margin-right: 5px; }

.custom-modal .close { position: absolute; z-index: 1; top: 10px; right: 10px; }

.list-arrow > li { font-size: 16px; line-height: 23px; }
.list-arrow > li:before { content: '\f30b'; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 10px; font-size: 13px; color: #e94b3c; }
.list-arrow > li.has-margin:not(:last-child) { margin-bottom: 10px; }

.section-bg-triangle { position: absolute; bottom: 0; left: 0; background: #fff0f2; height: 70%; width: 100%; }
.section-bg-triangle::after { content: ""; display: block; border-style: solid; border-color: transparent; border-width: 0; border-bottom-color: #fff0f2; border-left-width: 98.8vw; border-bottom-width: 20px; margin-top: -20px; }
@media screen and (min-width: 768px) { .section-bg-triangle::after { border-bottom-width: 60px; margin-top: -60px; } }
@media screen and (min-width: 992px) { .section-bg-triangle::after { border-bottom-width: 80px; margin-top: -80px; } }
@media screen and (min-width: 1200px) { .section-bg-triangle::after { border-bottom-width: 120px; margin-top: -120px; } }

.item-box-shadow { background-color: #fff; padding: 15px 15px; border-radius: 5px; -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 768px) { .item-box-shadow { padding-top: 25px; padding-bottom: 25px; } }
@media screen and (min-width: 992px) { .item-box-shadow { padding-top: 30px; padding-bottom: 30px; } }

.item-box-shadow-hover { transition: 0.3s; background-color: #fff; padding: 15px 15px; border-radius: 5px; }
@media screen and (min-width: 992px) { .item-box-shadow-hover { padding-top: 30px; padding-bottom: 30px; } }
.item-box-shadow-hover:hover { -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); }

.widget-left-icon-with-text { padding-left: 10px; padding-right: 10px; }
.widget-left-icon-with-text > .inner { margin-left: -20px; margin-right: -20px; }
.widget-left-icon-with-text .item { padding: 0 10px 20px; width: 50%; }
@media screen and (min-width: 768px) { .widget-left-icon-with-text .item { padding-bottom: 30px; } }
.widget-left-icon-with-text .item i { font-size: 16px; width: 35px; color: #124b98; }
@media screen and (min-width: 992px) { .widget-left-icon-with-text .item i { font-size: 25px; width: 45px; } }
.widget-left-icon-with-text .item p { font-weight: 700; font-size: 16px; color: #124b98; }
@media screen and (min-width: 992px) { .widget-left-icon-with-text .item p { font-size: 17px; } }

.widget-left-count-with-text { padding-left: 10px; padding-right: 10px; }
.widget-left-count-with-text > .inner { margin-left: -20px; margin-right: -20px; }
.widget-left-count-with-text .item { padding: 0 10px 20px; width: 50%; }
.widget-left-count-with-text .item > .inner { background: #fff5f6; padding: 10px; border-radius: 5px; }
@media screen and (min-width: 992px) { .widget-left-count-with-text .item > .inner { padding: 25px; } }
.widget-left-count-with-text .item .count { height: 30px; width: 30px; border-radius: 50%; background: #fc7387; font-size: 18px; color: #fff; }
@media screen and (min-width: 992px) { .widget-left-count-with-text .item .count { height: 40px; width: 40px; } }
.widget-left-count-with-text .item .text { font-size: 16px; font-weight: 700; color: #124b98; padding-left: 10px; line-height: 22px; }
@media screen and (min-width: 992px) { .widget-left-count-with-text .item .text { font-size: 18px; font-weight: 700; padding-left: 20px; line-height: 26px; } }

.widget-plus-left-container > .widget-plus-left-block:not(:last-child) { margin-bottom: 20px; }
@media screen and (min-width: 992px) { .widget-plus-left-container > .widget-plus-left-block:not(:last-child) { margin-bottom: 30px; } }
.widget-plus-left-container > .widget-plus-left-block > .inner { background-color: #fff; -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); padding: 20px 15px; border-radius: 5px; }
@media screen and (min-width: 992px) { .widget-plus-left-container > .widget-plus-left-block > .inner { padding: 25px 25px; } }
.widget-plus-left-container > .widget-plus-left-block .icon-sec { height: 35px; width: 35px; background: #fc7387; color: #fff; font-size: 13px; border-radius: 50%; }
@media screen and (min-width: 992px) { .widget-plus-left-container > .widget-plus-left-block .icon-sec { height: 45px; width: 45px; font-size: 15px; } }
@media screen and (min-width: 768px) { .widget-plus-left-container > .widget-plus-left-block .text-sec .st-head { font-size: 28px; margin-bottom: 10px; } }

.widget-content-with-icon > .item { margin-bottom: 30px; }
.widget-content-with-icon > .item > .inner { padding: 15px 15px; border-radius: 5px; }
.widget-content-with-icon > .item .icon-sec { font-size: 34px; margin-bottom: 15px; color: #124b98; height: 40px; }
.widget-content-with-icon > .item .text-sec .st-head { font-size: 25px; margin-bottom: 15px; }

body { font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 400; }
@media screen and (min-width: 768px) { body { font-size: 16px; } }

#header { background: #fff; top: 0; left: 0; width: 100%; position: fixed; z-index: 99; }

#header-top { background-color: #2a2a2a; color: #fff; padding: 5px 0; z-index: 1; position: relative; transition: 0.3s; }
@media screen and (min-width: 768px) { #header-top { height: 40px; } }

.header-top p { letter-spacing: 0.2px; }

#header-main { transition: 0.3s; }

.header-main { padding: 20px 0; }
@media screen and (min-width: 768px) { .header-main .st-logo { width: 210px; } }
@media screen and (min-width: 992px) { .header-main .st-logo { width: 280px; } }
.header-main .hm-lt, .header-main .hm-rt { transition: 0.3s; }
.header-main .hm-rt .frac { width: 100%; text-align: center; }
@media screen and (min-width: 768px) { .header-main .hm-rt .frac { width: auto; text-align: left; } }
.header-main .hm-rt .frac:not(:last-child) { margin-bottom: 5px; }
@media screen and (min-width: 768px) { .header-main .hm-rt .frac:not(:last-child) { margin-bottom: 0; margin-right: 10px; } }
@media screen and (min-width: 992px) { .header-main .hm-rt .frac:not(:last-child) { margin-right: 60px; } }
.header-main .hm-rt .frac .head { color: #111; font-family: 'carmen-sans-bold', sans-serif; margin-bottom: 5px; transition: 0.3s; }
.header-main .hm-rt .frac .head i { font-size: 20px; position: relative; top: 3px; margin-right: 5px; }
.header-main .hm-rt .frac .content { color: #e94b3c; font-size: 18px; --animate-duration: 10s; animation-timing-function: ease; }
@media screen and (min-width: 768px) { .header-main .hm-rt .frac .content { padding-left: 30px; } }

#header-menu { background-color: #111; }

@media screen and (min-width: 768px) { .header-menu .get-a-quote-btn .st-btn { width: 160px; } }

#header.active #header-top { margin-top: -40px; }
@media screen and (min-width: 768px) { #header.active #header-top { margin-top: -40px; }
  #header.active #header-main { margin-top: -98px; } }
@media screen and (min-width: 992px) { #header.active #header-main { margin-top: -117px; } }
@media screen and (min-width: 1200px) { #header.active .st-head-menu > li > a { font-size: 15px; padding-top: 12px; padding-bottom: 12px; } }

@media screen and (min-width: 768px) { .header-like-margin-top { margin-top: 190px; }
  .header-like-padding-top { padding-top: 190px; } }
@media screen and (min-width: 992px) { .header-like-margin-top { margin-top: 213px; }
  .header-like-padding-top { padding-top: 213px; } }
.home_slider { background-color: #b8c9d4; }
.home_slider .item { padding: 20px 0; }
@media screen and (min-width: 768px) { .home_slider .item { padding: 30px 0; } }
.home_slider .item .item-lt .st-head { margin-bottom: 8px; }
.home_slider .item .item-lt .text { font-size: 18px; color: #000; margin-top: 10px; }
@media screen and (min-width: 992px) { .home_slider .item .item-lt .text { max-width: 80%; } }
@media screen and (min-width: 992px) { .home_slider .item .item-lt .slider-girl-img { margin-bottom: -114px; width: 240px; } }
@media screen and (min-width: 1200px) { .home_slider .item .item-lt .slider-girl-img { margin-bottom: -62px; width: 300px; } }
@media screen and (min-width: 768px) { .home_slider .item .item-rt { width: 350px; } }
@media screen and (min-width: 1200px) { .home_slider .item .item-rt { width: 370px; } }
.home_slider .item .item-rt > .inner { background-color: #fff; padding: 15px; }
@media screen and (min-width: 768px) { .home_slider .item .item-rt > .inner { padding: 25px; } }

@-moz-document url-prefix() { @media screen and (min-width: 992px) { .home_slider .item .item-lt .slider-girl-img { margin-bottom: -126px; } }
  @media screen and (min-width: 1200px) { .home_slider .item .item-lt .slider-girl-img { margin-bottom: -65px; } } }
.home-block-two .home-block-two-col { background: #124b98 url("../images/home-second-block/background-img.png") no-repeat center/cover; border-radius: 20px; padding: 20px 5px 20px; }
@media screen and (min-width: 576px) { .home-block-two .home-block-two-col { padding: 20px 10px; } }
@media screen and (min-width: 768px) { .home-block-two .home-block-two-col { padding: 30px 15px; } }
@media screen and (min-width: 992px) { .home-block-two .home-block-two-col { padding: 50px 30px; } }
.home-block-two .item { width: 100%; padding-left: 15px; padding-right: 15px; }
@media screen and (max-width: 575px) { .home-block-two .item:not(:last-child) { margin-bottom: 20px; } }
@media screen and (min-width: 576px) { .home-block-two .item { width: 33.3%; padding: 0 4px; } }
@media screen and (min-width: 768px) { .home-block-two .item { width: 220px; } }
@media screen and (min-width: 992px) { .home-block-two .item { width: 280px; } }
.home-block-two .item .img-sec { height: 65px; }
@media screen and (min-width: 576px) { .home-block-two .item .img-sec { margin-bottom: 15px; } }
@media screen and (min-width: 992px) { .home-block-two .item .img-sec { height: 75px; } }
.home-block-two .item .img-sec img { max-height: 100%; }
.home-block-two .item .text-sec .head { font-size: 30px; color: #fff; margin-bottom: 5px; letter-spacing: .5px; }
@media screen and (min-width: 992px) { .home-block-two .item .text-sec .head { font-size: 40px; } }
.home-block-two .item .text-sec .desc { font-size: 17px; color: #fff; }
@media screen and (min-width: 992px) { .home-block-two .item .text-sec .desc { font-size: 19px; } }

@media screen and (min-width: 768px) { .home-about .img-sec { width: 300px; } }
@media screen and (min-width: 992px) { .home-about .img-sec { width: 450px; } }
@media screen and (min-width: 768px) { .home-about .text-sec { padding-left: 25px; } }
@media screen and (min-width: 992px) { .home-about .text-sec { padding-left: 40px; } }
@media screen and (min-width: 992px) { .home-about .text-sec .st-desc { font-size: 17px; } }
.home-about .text-sec .st-desc:not(:last-child) { margin-bottom: 10px; }
@media screen and (min-width: 768px) { .home-about .text-sec .st-desc:not(:last-child) { margin-bottom: 25px; } }

@media screen and (min-width: 768px) { .our-features .lt { width: 250px; padding-right: 20px; } }
@media screen and (min-width: 992px) { .our-features .lt { width: 410px; padding-right: 60px; } }
@media screen and (min-width: 1200px) { .our-features .lt { width: 460px; padding-right: 100px; } }
.our-features .lt .st-btn { margin-top: 20px; }
@media screen and (max-width: 767px) { .our-features .lt .st-btn { margin-bottom: 15px; } }
@media screen and (min-width: 768px) { .our-features .lt .st-btn { margin-top: 30px; } }
.our-features .rt .seprator { width: 100%; width: 50%; }
.our-features .rt .frac { padding: 10px; }
@media screen and (min-width: 768px) { .our-features .rt .frac { padding: 15px; } }
.our-features .rt .frac-inner { background: #fff; padding: 15px; border-radius: 20px; -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 992px) { .our-features .rt .frac-inner { padding: 20px 20px; } }
.our-features .rt .frac-inner .head { font-size: 20px; margin-bottom: 4px; }
@media screen and (min-width: 992px) { .our-features .rt .frac-inner .head { font-size: 25px; } }
.our-features .rt .frac-inner .frac-lt { width: 100%; }
@media screen and (min-width: 768px) { .our-features .rt .frac-inner .frac-lt { width: calc(100% - 40px); } }
@media screen and (min-width: 1200px) { .our-features .rt .frac-inner .frac-lt { width: calc(100% - 90px); } }
.our-features .rt .frac-inner .frac-rt { height: 50px; width: 50px; }
@media screen and (min-width: 768px) { .our-features .rt .frac-inner .frac-rt { height: 40px; width: 40px; } }
@media screen and (min-width: 1200px) { .our-features .rt .frac-inner .frac-rt { height: 90px; width: 90px; } }
.our-features .rt .frac-inner .frac-rt img { max-height: 100%; }

#our-services { background: #f3f3f3 url("../images/map.png") no-repeat center/auto; }

.our-services .item { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .our-services .item { margin-bottom: 30px; } }
.our-services .item .item-inner { background-color: #fff; padding: 25px 20px; transition: 0.3s; height: 100%; }
.our-services .item .img-sec { width: 60px; }
.our-services .item .img-sec img { max-height: 100%; background-color: #fff; }
.our-services .item .img-sec:before, .our-services .item .img-sec:after { content: ''; width: 5px; display: block; background-color: #e94b3c; position: absolute; left: 50%; transition: 0.1s; transition-delay: .2s; transform: translateX(-50%); height: 0; }
.our-services .item .img-sec .icon-main { top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 21px; color: #124b98; }
.our-services .item .img-sec:before { bottom: calc(50% + 60px / 2); }
.our-services .item .img-sec:after { top: calc(50% + 60px / 2); }
.our-services .item .img-sec .img-inner { height: 60px; width: 60px; transition: 0.2s; top: 0; }
.our-services .item .item-inner:hover { -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2); }
.our-services .item .item-inner:hover .img-inner { top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); }
.our-services .item .item-inner:hover .img-sec:before, .our-services .item .item-inner:hover .img-sec:after { height: calc(50% - 60px / 2); }
.our-services .item .text-sec { padding-left: 15px; }
.our-services .item .text-sec .head { font-size: 21px; margin-bottom: 5px; }

.testimonials .item { opacity: 0.6; }
.testimonials .item .text-sec .inner { transition: 0.4s; background-color: #fff; border-radius: 10px; padding: 30px; border: 1px solid #efefef; border-top: 5px solid #efefef; margin-bottom: 40px; }
.testimonials .item .text-sec .inner:after { content: ''; display: block; position: absolute; bottom: 0; left: 29px; -webkit-transform: translatey(100%); transform: translatey(100%); border-style: solid; border-width: 24px; border-color: transparent; border-top-color: #124b98; opacity: 0; transition: 0.4s; }
.testimonials .item .text-sec p { color: #333; line-height: 28px; letter-spacing: .6px; }
.testimonials .item .text-sec .star-rating-show { margin-top: 15px; }
.testimonials .item .user-sec { padding: 0 15px; }
.testimonials .item .user-sec .user-img { height: 80px; width: 80px; background: #efefef; }
.testimonials .item .user-sec .user-img img { max-height: 100%; }
.testimonials .item .user-sec .user-name p { font-size: 18px; color: #0a2954; }
.testimonials .owl-item.center, .testimonials .owl-item.center > .item, .testimonials .item:hover { opacity: 1; }
.testimonials .owl-item.center .text-sec .inner, .testimonials .owl-item.center > .item .text-sec .inner, .testimonials .item:hover .text-sec .inner { border-color: #124b98; border-top-color: #e94b3c; background-color: #124b98; }
.testimonials .owl-item.center .text-sec .inner:after, .testimonials .owl-item.center > .item .text-sec .inner:after, .testimonials .item:hover .text-sec .inner:after { opacity: 1; }
.testimonials .owl-item.center .text-sec p, .testimonials .owl-item.center > .item .text-sec p, .testimonials .item:hover .text-sec p { color: #fff; line-height: 28px; letter-spacing: .6px; }

footer .st-text, footer .ft-link { color: #a7a7a7; font-size: 15px; line-height: 23px; }
footer .st-text.mb:not(:last-child), footer .ft-link.mb:not(:last-child) { margin-bottom: 15px; }
@media screen and (min-width: 992px) { footer .st-text.mb:not(:last-child), footer .ft-link.mb:not(:last-child) { margin-bottom: 25px; } }

#ft-top { background: #161616 url("../images/map.png") no-repeat center/auto; }

.ft-top .ft-head { font-family: styling, sans-serif; font-size: 24px; margin-bottom: 15px; color: #fff; }
@media screen and (min-width: 768px) { .ft-top .ft-head { margin-bottom: 20px; } }
.ft-top .footer-ul > li:not(:last-child) { margin-bottom: 10px; }
.ft-top .footer-ul > li > a { color: #a7a7a7; font-size: 15px; transition: 0.3s; }
.ft-top .footer-ul > li > a:hover { margin-left: 3px; }
.ft-top .one img { width: 200px; margin-bottom: 20px; }
.ft-top .one .st-text { margin-bottom: 20px; }
.ft-top .two .st-text:not(:last-child) { margin-bottom: 5px; }
.ft-top .social-links > li:not(:last-child) { padding-right: 20px; }
.ft-top .social-links > li > a { background: #bbbbbb; color: #161616; font-size: 15px; height: 30px; width: 30px; border-radius: 100%; transition: 0.1s; }
.ft-top .social-links > li > a:hover { transform: scale(1.1); }
.ft-top .newsletter > .form { position: relative; }
.ft-top .newsletter > .form input { height: 50px; border-radius: 5px; border: 1px solid #bbbbbb; font-size: 15px; color: #000; letter-spacing: 0.7px; }
.ft-top .newsletter > .form .st-btn { font-family: styling, sans-serif; padding: 11px 30px 10px; font-size: 18px; letter-spacing: 1px; }
@media screen and (max-width: 767px) { .ft-top .newsletter > .form > input { padding-right: 50px; }
  .ft-top .newsletter > .form button.mobile { border: none !important; outline: none !important; box-shadow: none !important; position: absolute; top: 5px; right: 5px; height: calc(100% - 10px); width: 40px; background: #e94b3c; font-size: 20px; color: #fff; padding: 0; border-radius: 5px; }
  .ft-top .newsletter > .form button.mobile:hover { background-color: #fa0f32; color: #fff; }
  .ft-top .newsletter > .form button.mobile:active { background-color: #c30420; } }

#ft-bottom { background-color: #000; }

.ft-bottom { padding: 11px 0 10px; }

.assignment-submitted-success { padding: 15px; }
.assignment-submitted-success img { width: 100px; margin-bottom: 20px; }
.assignment-submitted-success p { font-size: 20px; color: #000; }
.assignment-submitted-success p:not(:last-child) { margin-bottom: 10px; }

.contact-main .contact-main-col .st-head { margin-bottom: 15px; }
@media screen and (min-width: 768px) { .contact-main .contact-main-col .st-head { margin-bottom: 25px; } }
@media screen and (min-width: 992px) { .contact-main .contact-main-col .st-head { margin-bottom: 30px; font-size: 35px; color: #222; } }
.contact-main .contact-main-col > .lt { padding-right: 15px; width: 100%; }
@media screen and (min-width: 768px) { .contact-main .contact-main-col > .lt { width: 300px; } }
@media screen and (min-width: 992px) { .contact-main .contact-main-col > .lt { width: 360px; } }
@media screen and (min-width: 1200px) { .contact-main .contact-main-col > .lt { width: 400px; } }
.contact-main .contact-details .frac { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .contact-main .contact-details .frac { margin-bottom: 35px; } }
.contact-main .contact-details .icon-sec { width: 30px; padding-top: 1px; }
.contact-main .contact-details .icon-sec i { font-size: 19px; }
.contact-main .contact-details .text-sec .head { color: #124b98; font-size: 17px; margin-bottom: 6px; }
.contact-main .contact-details .text-sec .desc { color: #444; }
@media screen and (min-width: 992px) { .contact-main .contact-form .st-form.lt, .contact-main .contact-form .st-form.rt { margin-bottom: calc(15px * 2); }
  .contact-main .contact-form .st-form.lt { padding-right: 15px; }
  .contact-main .contact-form .st-form.rt { padding-left: 15px; } }
@media screen and (min-width: 992px) { .contact-main .contact-form .st-btn { width: 150px; } }
@media screen and (min-width: 768px) { .contact-main .contact-form .sub-btn { margin-top: 15px; } }

.reviews-main .item .item-inner { border: 2px solid #ddd; padding: 15px; margin-bottom: 15px; border-radius: 10px; transition: 0.3s; }
@media screen and (min-width: 768px) { .reviews-main .item .item-inner { margin-bottom: 30px; padding: 30px 25px; } }
.reviews-main .item .item-inner:hover { border-color: #124c9a; -webkit-box-shadow: 0px 0px 20px 0 rgba(18, 75, 152, 0.6); box-shadow: 0px 0px 20px 0 rgba(18, 75, 152, 0.6); }
.reviews-main .item .top-sec .img { height: 50px; width: 50px; }
.reviews-main .item .top-sec .img img { max-height: 100%; }
.reviews-main .item .top-sec .text .user { color: #000; font-size: 17px; margin-bottom: 7px; }
.reviews-main .item .top-sec .text .date { font-size: 14px; color: #666; }
.reviews-main .item .bottom-sec .user-review { color: #333; }

#about-us-block-one { background-color: #e3e3e3; }

.about-us-block-one .item .count { font-family: 'styling', sans-serif; font-size: 70px; line-height: 60px; color: #fff; margin-bottom: 10px; margin-left: -2px; }
@media screen and (min-width: 992px) { .about-us-block-one .item .count { font-size: 90px; line-height: 70px; } }
.about-us-block-one .item .st-head { margin-bottom: 10px; }
.about-us-block-one .item .desc { line-height: 23px; color: #4d4d4d; letter-spacing: .5px; }
@media screen and (min-width: 992px) { .about-us-block-one .item .desc { padding-right: 60px; } }

.about-us-block-two .frac:not(:last-child) { margin-bottom: 20px; }
@media screen and (min-width: 992px) { .about-us-block-two .frac:not(:last-child) { margin-bottom: 35px; } }
.about-us-block-two .st-desc:not(:last-child):not(li) { margin-bottom: 15px; }
@media screen and (min-width: 992px) { .about-us-block-two .st-desc:not(:last-child):not(li) { margin-bottom: 25px; } }
.about-us-block-two ul { padding-left: 25px; }
.about-us-block-two ul li.st-desc:not(:last-child) { margin-bottom: 10px; }

.whatsapp_fixed { position: fixed; bottom: 5%; left: 20px; z-index: 99; }
@media screen and (min-width: 768px) { .whatsapp_fixed { left: 50px; } }
.whatsapp_fixed > a { height: 65px; width: 65px; }
@media screen and (min-width: 768px) { .whatsapp_fixed > a { height: 80px; width: 80px; } }
.whatsapp_fixed > a img { max-height: 100%; }
@media screen and (min-width: 768px) { .whatsapp_fixed > a:hover { animation-play-state: paused; } }

.form-msg { background: #77ab59; padding: 10px 15px; margin-bottom: 15px; border-radius: 3px; color: #fff; }

.our-services-designing-services-block-one > .rt > .inner { padding: 20px 0; }
.our-services-designing-services-block-one > .rt .list-arrow { margin-top: 15px; }
@media screen and (min-width: 992px) { .our-services-designing-services-block-one > .rt .list-arrow { margin-top: 30px; } }
.our-services-designing-services-block-one > .rt .discover-more-btn-container { margin-top: 20px; }
@media screen and (min-width: 768px) { .our-services-designing-services-block-one > .rt .discover-more-btn-container { margin-top: 30px; } }
@media screen and (min-width: 992px) { .our-services-designing-services-block-one > .rt .discover-more-btn-container { margin-top: 35px; } }

@media screen and (min-width: 768px) { .designing-services-block-two-container { margin: 0 -12px; } }
.designing-services-block-two-container > .item { width: 100%; padding: 0 12px 24px; }
@media screen and (min-width: 768px) { .designing-services-block-two-container > .item { width: 33.3%; } }
.designing-services-block-two-container > .item > .inner { top: 0px; }
.designing-services-block-two-container > .item > .inner:hover { top: -15px; }
.designing-services-block-two-container .img-sec { height: 90px; width: 90px; margin-bottom: 15px; }
.designing-services-block-two-container .text-sec .st-head { font-size: 25px; }
.designing-services-block-two-container .text-sec .st-desc { font-size: 16px; }

.our-services-development-services-block-one > .item { margin-bottom: 10px; }
@media screen and (min-width: 768px) { .our-services-development-services-block-one > .item { margin-bottom: 15px; } }
@media screen and (min-width: 992px) { .our-services-development-services-block-one > .item { margin-bottom: 30px; } }
.our-services-development-services-block-one > .item .icon-sec { font-size: 30px; margin-bottom: 15px; color: #124b98; height: 40px; }
@media screen and (min-width: 992px) { .our-services-development-services-block-one > .item .icon-sec { height: 50px; font-size: 40px; } }

#our-services-seo-services { background: transparent url("../images/it-services/seo/seo-curve.png") no-repeat left center/auto; }

@media screen and (min-width: 768px) { .seo-services-block-one { background: transparent url("../images/it-services/seo/seo-curve-line.png") no-repeat left center/100% auto; padding-bottom: 15px; } }
@media screen and (min-width: 992px) { .seo-services-block-one > .item.one, .seo-services-block-one > .item.three { top: 15px; } }
.seo-services-block-one > .item > .inner { background: transparent url("../images/it-services/seo/seo-polygon.png") no-repeat center/180px; transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; padding: 45px 0; }
@media screen and (min-width: 992px) { .seo-services-block-one > .item > .inner { padding: 65px 0; background-size: auto; width: 250px; } }
.seo-services-block-one > .item .icon-sec { font-size: 35px; margin-bottom: 5px; color: #124b98; height: 45px; }
@media screen and (min-width: 992px) { .seo-services-block-one > .item .icon-sec { font-size: 40px; margin-bottom: 15px; height: 50px; } }
.seo-services-block-one > .item .st-head { font-size: 16px; padding: 0 20px; }
@media screen and (min-width: 992px) { .seo-services-block-one > .item .st-head { font-size: 22px; } }

/*# sourceMappingURL=style.css.map */
