* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, div, img, ul, li, a, p, ol, body {
  margin: 0;
  padding: 0;
  font-family: 'Futura PT';font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  font-family: 'Futura Md BT';font-weight: 500;
}

h3, .h3 {font-size: 24px;line-height: 32px;font-family: 'Inter';font-weight: bold;color: #2c2a79;}

ul, a, input {
  text-decoration: none;
  list-style: none;
  text-decoration: none;
  outline: none;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}
img {display: inline-block;max-width: 100%;}

a {transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;}

a:hover {
  text-decoration: underline;
}
.container {
    display: block;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;position: relative;
}
.container.width80 {width: 80%;}
.mt_20 {margin-top: 20px;}

html, body, body p {font-size: 17px;line-height: 24px;color: #666666;font-weight: 400;}
body p {margin: 0 0 8px;}
.big_font p {font-size: 19px;line-height: 28px;}

.text_center {text-align: center;}
.sec_title {font-family: 'Inter';display: inline-block;font-weight: bold;font-size: 40px;
  line-height: 50px;color: #2c2a79;letter-spacing: 0;position: relative;margin: 0 0 15px;
}
.sec_title.big_font {font-size: 64px;line-height: 68px;}
.border_bottom:after {content: '';height: 1px;width: 260px;background-color: #dbd8e0;
    position: absolute;left: 50%;bottom: 0;margin-left: -130px;
}
.btn {display: inline-block;font-size: 16px;line-height: 22px;color: #fff;background-color: #2c2a79;
    padding: 8px 25px;font-family: 'Futura Md BT';font-weight: 500;
    border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
    border: solid 2px #2c2a79; box-shadow: -1px 1px 6px -2px #f0d2d1;
}
.btn:hover, .btn:focus {opacity: 0.7;}
header.site_header {float: left;width: 100%;position: absolute;left: 0;top: 0;padding: 15px 0;background-color: #f8f8ff;
  z-index: 99;transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
header.site_header.sticky {position: fixed;padding: 10px 0;background-color: #f8f8ff;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}
header .header_inner {float: left;width: 100%;position: relative;}
header .head_left {float: left;}
header a.site_logo {float: left;margin: 0 20px 0 0;}
header a.site_logo img {float: left;max-width: 220px;transition: 0.6s all;
  -moz-transition: 0.6s all;-webkit-transition: 0.6s all;
}
header a.site_logo.logo2 img {max-width: 240px;}
header.site_header.sticky a.site_logo img {max-width: 180px;}
header.site_header.sticky a.site_logo.logo2 img {max-width: 200px;}
header .head_right {float: right;}
header .head_right nav {float: left;}
header .head_right nav .menu {float: left;}
header .head_right nav .menu li {float: left;padding: 0 0 0 20px;font-size: 16px;line-height: 30px;color: #000;
  font-weight: 500;text-transform: uppercase;
}
header .head_right nav .menu li a {color: #000;font-weight: 500;text-decoration: none !important;}

.site_content {display: block;width: 100%;padding-top: 66px;}
section {float: left;width: 100%;position: relative;padding: 50px 0;}
.hslider_section {padding: 0;}
.home_slider {float: left;width: 100%;}
.home_slider .slide_item {float: left;width: 100%;position: relative;}
.home_slider .slide_item img {float: left;width: 100%;}
.home_slider .slide_item .slide_content {position: absolute;left: 0;top: 12%;width: 100%;
    z-index: 99;
}
.home_slider .slide_item .container {display: flex;flex-wrap: wrap;align-items: center;height: 100%;}
.home_slider .slide_item .scont_inner {display: inline-block;width: 100%;
    position: relative;z-index: 999;
}
.home_slider .slide_item .slide_content h3 {display: inline-block;width: 100%;font-size: 50px;line-height: 60px;
  color: #fff;font-weight: 500;margin: 0;text-shadow: 2px 2px #533b3b;
}
.home_slider .slide_item .slide_content h4 {display: inline-block;width: 100%;font-size: 30px;line-height: 40px;
  color: #fff;font-weight: 500;margin: 0;text-shadow: 2px 2px #533b3b;
}
.home_slider ul.slick-dots {position: absolute;bottom: 35px;left: 0;width: 100%;text-align: center;}
.home_slider ul.slick-dots li {display: inline-block;margin: 0 5px;}
.home_slider ul.slick-dots li button {display: inline-block;width: 16px;height: 16px;background-color: #92abcf;
    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border: 0;font-size: 0;
    cursor: pointer;
}
.home_slider ul.slick-dots li.slick-active button {background-color: #015198;}

.gray_bg {background-color: #f8f8ff;}
.services_lists {float: left;width: 100%;display: flex;flex-wrap: wrap;}
.services_lists .ser_item {float: left;width: 23%;margin: 0 2.66% 0 0;background-color: #fff;text-align: center;
  border-bottom: solid 3px transparent;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;position: relative;
}
.services_lists .ser_item:hover {box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);border-color: #2c2a79;
  }
.services_lists .ser_item:nth-child(4n) {margin-right: 0;}
.services_lists .sitem_inner {display: inline-block;width: 100%;padding: 30px;}
.services_lists .ser_item .icon {display: inline-block;width: 100%;}
.services_lists .ser_item .icon i {font-size: 60px;margin: 0 0 15px;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;
}
.services_lists .ser_item:hover .icon i {transform: scale(2);opacity: 0.5;color: #2c2a79;}
.services_lists .ser_item .icon img {display: inline-block;max-height: 35px;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;
}
.services_lists .ser_item:hover .icon img {transform: scale(1.2);opacity: 0.5;}
.services_lists .ser_item .details {display: inline-block;width: 100%;}
.services_lists .ser_item .details h3 {font-size: 20px;line-height: 30px;color: #333333;text-transform: uppercase;
  font-weight: 400;
}
.services_lists .ser_item .details p {font-weight: 300;}
.services_lists .ser_item .read_more {display: inline-block;width: 100%;text-align: center;
  position: absolute;bottom: 16px;left: 0;
}
.services_lists .ser_item .read_more a {color: #2c2a79;text-transform: uppercase;font-weight: 600;}

.one_half {float: left;width: 48%;margin: 0 4% 0 0;}
.one_half.last {margin-right: 0;}

.contents .one_third {float: left;width: 26%;margin: 0 4% 0 0;}
.contents .two_third {float: left;width: 70%;}
.contents .two_third.last {margin-right: 0;}

.cform_area {float: left;width: 100%;display: flex;flex-wrap: wrap;margin: 15px 0 0;}
.cform_area .left_area {float: left;width: 58%;background-color: #e8edf0;padding: 3rem;}
.cform_area .right_area {float: left;width: 42%;}
.cform_area .right_area img {float: left;width: 100%;min-height: 100%; object-fit: cover}  

.contact_form {float: left;width: 100%;} 
.contact_form form {display: inline-block;width: 100%;}
form .form_field {display: inline-block;width: 100%;margin: 0 0 15px;}
form .form_field label {float: left;width: 100%;font-size: 13px;line-height: 22px;color: #000;
  text-transform: uppercase;font-family: 'Futura PT Book';font-weight: 600;margin: 0 0 3px;
}
form .form_field label small {font-size: 11px;text-transform: none;font-weight: 500;}
form .form_field .input_field {float: left;width: 100%;}
form .form_control {float: left;width: 100%;border: 0;
  background-color: transparent;font-size: 16px;line-height: 22px;color: #5a1f00;font-family: 'Futura PT Book';
  font-weight: 400;padding: 8px 12px;border-radius: 2px;-moz-border-radius: 2px;
  -webkit-border-radius: 2px;background-color: #fff;
}
form textarea.form_control {height: 100px;resize: none;}
form .btn {border: 0;cursor: pointer;width: 120px;text-align: center;border-radius: 5px;
  -moz-border-radius: 5px;-webkit-border-radius: 5px;
}

form .iti--allow-dropdown {width: 100%;}
.form_response {color: green;font-weight: 500;}
.error {color: red;font-size: 14px;font-weight: 500;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afb6ba;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #afb6ba;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #afb6ba;
}
:-moz-placeholder { /* Firefox 18- */
  color: #afb6ba;
}


footer.site_footer {float: left;width: 100%;position: relative;}
footer .footer_top {float: left;width: 100%;padding: 50px 0;background-color: #232152f7;}
footer .footer_top .footer_widgets {float: left;width: 100%;}
footer .footer_widgets .widget_item {float: left;width: 22%;padding: 0 20px 0 0;vertical-align: top;}
footer .footer_widgets .widget_item:nth-child(2) {width: 34%;}
footer .footer_widgets .widget_item .widget_title {float: left;width: 100%;margin: 0;font-size: 18px;
  line-height: 25px;color: #fff;font-weight: 400;margin: 0 0 20px;text-transform: uppercase;
  font-family: 'Futura PT Book';
}
footer .footer_widgets .widget_content {float: left;width: 100%;}
footer .footer_widgets .widget_content ul {float: left;width: 100%;}
footer .footer_widgets .widget_content ul li {float: left;width: 100%;position: relative;padding: 0 0 0 14px;
  margin: 0 0 5px;
}
footer .footer_widgets .widget_content.two_parts ul li {width: 50%;padding: 0 10px 0 14px;}
footer .footer_widgets .widget_content ul li:before {content: '\f105';font-family: 'FontAwesome';color: #fff;
  position: absolute;left: 0;top: 0;
}
footer .footer_widgets .widget_item p {margin: 0 0 10px;}
footer .footer_widgets .widget_item strong {font-weight: 500;color: #fff;}
footer .footer_widgets .widget_item address {float: left;width: 100%;color: #fff;margin: 0 0 10px;}
footer .footer_widgets .widget_item address:last-child {margin: 0;}
footer .footer_widgets .widget_item address .icon {float: left;margin: 4px 6px 0 0;}
footer .footer_widgets .widget_item address .icon img {float: left;max-width: 18px;max-height: 20px;}
footer .footer_widgets .widget_item address .details {float: left;width: 72%;}

footer .footer_widgets .widget_item a {color: #fff;word-wrap: break-word;}
footer .footer_widgets ul.social_links {float: left;width: 100%;}
footer .footer_widgets ul.social_links li {float: left;width: auto;margin: 0 10px 0 0;padding: 0;}
footer .footer_widgets ul.social_links li:before {display: none;}
footer .footer_widgets ul.social_links li a {display: inline-block;width: 32px;height: 32px;border-radius: 50%;
  -moz-border-radius: 50%;-webkit-border-radius: 50%;background-color: #fff;font-size: 20px;line-height: 32px;
  text-align: center;color: #2c2a79;
}
footer .footer_widgets ul.social_links li a:hover,
footer .footer_widgets ul.social_links li a:focus {opacity: 0.7;}

footer .footer_bottom {float: left;width: 100%;background-color: #232152f7;padding: 20px 0;}
footer .footer_bottom .fbott_left {float: left;}
footer .footer_bottom .fbott_right {float: right;}
footer .footer_bottom p {color: #fff;margin: 0;}
footer .footer_bottom a {color: #fff;}

span.loader {display: block;margin: 0 auto;float: none;text-align: center;}
span.loader img {display: inline-block;max-width: 120px;}
.form_response span.success {color: green;}
.form_response span.error {color: red;}
.wel_logo {display: inline-block;width: 100%;text-align: center;margin: 0 0 15px;}
.wel_logo img {display: inline-block;max-width: 220px;max-height: 42px;}

.download_area {float: left;width: 100%;margin: 70px 0 0;text-align: center;border: solid 2px #cccccc;}
.download_area .title {display: inline-block;top: -16px;position: relative;background-color: #fff;
    padding: 0 20px;font-weight: 500;
}
.download_btns {display: flex;width: 100%;align-items: center;flex-wrap: wrap;padding: 10px 15px 35px;}
.download_btns .dwbtn_item {display: inline-block;width: 33.33%;padding:0 10px;}
.download_btns .dwbtn_item .logo {display: inline-block;width: 100%;margin: 0 0 10px;}
.download_btns .dwbtn_item .logo img {display: inline-block;max-width: 160px;max-height: 35px;}
.download_btns .dwbtn_item .btn {border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;text-decoration: none !important;}

@media only screen and (max-width: 1199px) {
  html, body, body p {font-size: 15px;line-height: 22px;}
  .container.width80,
  .container.width70 {width: 96%;}
  .services_lists .sitem_inner {padding: 25px;}
  footer .footer_widgets ul.social_links li {margin: 0 6px 0 0;}
}

@media only screen and (max-width: 1023px) {
  .home_slider ul.slick-dots {bottom: 25px;}
  .home_slider ul.slick-dots li button {width: 14px;height: 14px;}
  section {padding: 40px 0;}
  .services_lists .sitem_inner {padding: 20px 15px;}
  .services_lists .ser_item .icon i {font-size: 48px;margin: 0 0 12px;}
  .services_lists .ser_item .details h3 {font-size: 18px;line-height: 26px;}
  .services_lists .ser_item .read_more {bottom: 6px;}
  .sec_title {font-size: 34px;line-height: 46px;margin: 0 0 10px;}
  .sec_title.big_font {font-size: 54px;line-height: 58px;}
  footer .footer_top {padding: 35px 0;}
  footer .footer_widgets ul.social_links li a {width: 30px;height: 30px;line-height: 30px;font-size: 18px;}
  footer .footer_bottom {padding: 15px 0;}
}

@media only screen and (max-width: 980px) {
  section {padding: 30px 0;}
  header .head_right nav .hamb_icon {display: block !important;float: left;width: 42px;height: 42px;
    text-align: center;background-color: #2c2a79;border-radius: 50%;-moz-border-radius: 50%;
    -webkit-border-radius: 50%;line-height: 42px;margin: -3px 0 0 3px;cursor: pointer;
  }
  header.sticky .head_right nav .hamb_icon {width: 38px;height: 38px;}
  header .head_right nav ul.menu {position: absolute;right: 0;top: 100%;width: 220px;background-color: #f8f8ff;
    padding: 10px 15px;box-shadow: -1px 1px 6px -2px #f0d2d1;border-radius: 10px;-moz-border-radius: 10px;
    -webkit-border-radius: 10px;z-index: 999;display: none;
  }
  header .head_right nav ul.menu li {float: left;width: 100%;margin: 2px 0;padding: 0;}
  .home_slider .slide_item .slide_content {top: 16%;}
  .home_slider .slide_item .slide_content h3 {font-size: 40px;line-height: 48px;}
  .home_slider .slide_item .slide_content h4 {font-size: 25px;line-height: 32px;}
  .services_lists .sitem_inner {padding: 15px 10px;}
  .services_lists .ser_item .icon i {font-size: 42px;margin: 0 0 10px;}
  .services_lists .ser_item .details h3 {font-size: 16px;line-height: 22px;}
  h1, h2, h3, h4, h5, h6 {margin: 0 0 10px;}
  body p {margin: 0 0 10px;}
  .big_font p {font-size: 17px;line-height: 25px;}
  .sec_title {font-size: 30px;line-height: 42px;margin: 0 0 8px;}
  
  footer .footer_widgets .widget_item {width: 24%;padding: 0 10px 0 0;}
  footer .footer_widgets .widget_item:nth-child(2) {width: 28%;}
  footer .footer_widgets ul.social_links li {margin: 0 5px 5px 0;}
}

@media only screen and (max-width: 768px) {
  header.site_header {padding: 10px 0;}
  header.site_header.sticky {padding: 6px 0;}
  header a.site_logo {margin: 0 8px 0 0;}
  header a.site_logo img {max-width: 180px;}
  header a.site_logo.logo2 img {max-width: 200px;}
  header .head_right nav .hamb_icon {width: 38px;height: 38px;}
  header.site_header.sticky a.site_logo img {max-width: 160px;}
  header.site_header.sticky a.site_logo.logo2 img {max-width: 180px;}
  header.sticky .head_right nav .hamb_icon {width: 35px;height: 35px;line-height: 38px;}
  header.sticky .head_right nav .hamb_icon img {max-width: 18px;}
  .home_slider .slide_item .slide_content {top: 22%;}
  .home_slider .slide_item .slide_content h3 {font-size: 26px;line-height: 32px;}
  .home_slider .slide_item .slide_content h4 {font-size: 20px;line-height: 26px;}
  .home_slider ul.slick-dots {bottom: 15px;}
  .home_slider ul.slick-dots li {margin: 0 3px;}
  .home_slider ul.slick-dots li button {width: 12px;height: 12px;}
  section {padding: 25px 0;}
  .services_lists .ser_item {width: 48.5%;margin: 6px 3% 6px 0;}
  .services_lists .ser_item:nth-child(2n) {margin-right: 0;}
  .services_lists .ser_item .read_more {bottom: 2px;}
  h1, h2, h3, h4, h5, h6 {margin: 0 0 8px;}
  body p {margin: 0 0 8px;}
  .sec_title {font-size: 26px;line-height: 38px;}
  .border_bottom:after {width: 160px;margin-left: -80px;}
  .sec_title.big_font {font-size: 40px;line-height: 46px;}
  .mt_20 {margin-top: 15px;}
  .one_half {width: 100%;margin: 0 0 10px;}
  .one_half.last {margin: 0;}
  .contents .one_third {width: 100%;}
  .contents .two_third {width: 100%;}
  .cform_area {margin: 10px 0 0;}
  .cform_area .left_area {width: 100%;padding: 1.5rem;}
  .cform_area .right_area {width: 100%;}

  form .form_field {margin: 0 0 10px;}
  form textarea.form_control {height: 80px;}
  footer .footer_top {padding: 15px 0;}
  footer .footer_widgets .widget_item {width: 100%;margin: 10px 0;}
  footer .footer_widgets .widget_item:nth-child(2) {width: 100%;}
  footer .footer_widgets .widget_item:nth-child(3) .widget_title {display: none;}
  footer .footer_widgets .widget_item .widget_title {font-size: 17px;line-height: 22px;margin: 0 0 10px;}
  footer .footer_bottom {padding: 8px 0;}
  .download_area {margin: 30px 0 0;}
  .download_area .title {font-size: 16px;line-height: 22px;max-width: 90%;padding: 0 5px;}
  .download_btns {padding: 5px 10px 25px;}
  .download_btns .dwbtn_item .logo {margin: 0 0 5px;}
  .download_btns .dwbtn_item .logo img {max-width: 140px;max-height: 25px;}
  .download_btns .dwbtn_item .btn {padding: 5px 18px;}
}

@media only screen and (max-width: 580px) {
  .home_slider .slide_item img {display: none;}
  .home_slider .slide_item img.mobile_slide {display: block !important;}
}

@media only screen and (max-width: 480px) {
  header a.site_logo {margin: 0 5px 0 0;}
  header a.site_logo img {max-width: 132px;}
  header a.site_logo.logo2 img {max-width: 136px;}
  header.site_header.sticky a.site_logo img {max-width: 122px;}
  header.site_header.sticky a.site_logo.logo2 img {max-width: 125px;}
  header .head_right nav .hamb_icon {width: 32px;height: 32px;line-height: 32px;}
  header.sticky .head_right nav .hamb_icon {width: 30px;height: 30px;line-height: 30px;}
  header .head_right nav .hamb_icon img {max-width: 16px;}
  header.sticky .head_right nav .hamb_icon img {max-width: 15px;}
  header .head_right nav ul.menu {width: 180px;padding: 6px 12px;}
  header .head_right nav .menu li {font-size: 14px;line-height: 26px;}
  .home_slider .slide_item .slide_content {top: 28%;}
  .home_slider .slide_item .slide_content h3 {font-size: 22px;line-height: 28px;}
  .home_slider .slide_item .slide_content h4 {font-size: 16px;line-height: 22px;}

  section {padding: 20px 0;}
  .services_lists .ser_item {width: 100%;margin: 5px 0;}
  .services_lists .ser_item .read_more {position: static;}
  .sec_title {font-size: 22px;line-height: 32px;}
  .border_bottom:after {width: 140px;margin-left: -70px;}
  .sec_title.big_font {font-size: 30px;line-height: 38px;}
  .cform_area .left_area {width: 100%;padding: 1rem;}
  form .form_field {margin: 0 0 6px;}  
  
  .download_btns {display: block;padding: 0 8px 15px;}
  .download_btns .dwbtn_item {width: 49%;padding: 6px;}
}