@import url('fonts.css');

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #6a6a6a;
  background-color: #ffffff;
  overflow-x: hidden;
}

/*New header*/
.ntop-header{
  height: 75px;
  display: flex;
  align-items: center;
}

.nhead-topleft{
  display: flex;
  align-items: center;

}


.nhead-topleft li{
  color: #243550;
  font-size: 25px;
}

.nhead-topleft li a{
  color: #243550;
  text-decoration: underline;
  font-size: 25px;
}

.nhead-topleft li:first-child{
  margin-right: 10px;
}

.nhead-topright{
  display: flex;
  justify-content: flex-end;
}

.nhead-topright a{
  color: #ff6331;
  font-size: 29px;
}
.ntop-bottomheader{
/*  background: url(https://master-tyt.ru/wp-content/uploads/2025/04/slider-1.jpg);*/
  padding-top: 75px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  position: relative;
}

.nhead-bottomleft h1{
  color: #243550;
  font-size: 48px;
  margin-bottom: 20px;
}

.nhead-bottomleft p{
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
  margin-top: 30px;
}

.nhead-bottomleft ul{
  display: flex;
  flex-direction: column;
  list-style: disc;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.nhead-bottomleft ul li{
  list-style: disc;
  font-size: 20px;
  margin-bottom: 10px;
}

.nmodal-button{
  color: #01ae00;
  font-size: 24px;
  padding-left: 31px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nmodal-button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #01ae00;
    border-radius: 100%;
    position: absolute;
    left: 26px;
}

.banner-overlay {
    background: #fff;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.nimg-onlyphone{
  display: none;
}

@media (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
  .ntop-header{
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .menu-toggle{
    display: none !important;
  }
  .nhead-topleft li a {
    color: #243550;
    text-decoration: underline;
    font-size: 20px;
  }
  .nhead-topright a {
    color: #ff6331;
    font-size: 20px;
  }
  .nhead-topright {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
  }

  .ntop-bottomheader {
/*    background: url(https://master-tyt.ru/wp-content/uploads/2025/04/slider-1.jpg);*/
    padding-top: 30px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .nhead-bottomleft p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 20px;
    margin-top: 30px;
  }

  .nhead-bottomleft h1 {
    color: #243550;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .nhead-bottomright{
    display: none;
  }

  .nimg-onlyphone{
    display: block;
  }

  .nhead-bottomleft ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }

}

/*End new header*/
.page-image img {
  width: 100%;
}

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

.page_inner .section-title h2 {
  margin-bottom: 0;
}

.page_inner {
  font-size: 17px;
  color: #333;
}

/* about start */
.about-Company-Section .content-item:nth-child(1) {
  margin-right: 15px;
}

.about-Company-Section .content-item {
  display: inline-block;
}
/* about end */

/* breadcrumbs start */

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url(../images/slide3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 17px;
  height: 105px;
  text-align: left;
  background-color: #222;
  z-index: 222;
}

.breadcrumbs .container {
  z-index: 224;
}

.breadcrumbs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .56);
  width: 100%;
  height: 100%;
  z-index: 223;
}

.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #fff;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .container>span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

/* breadcrumbs end */

.page_inner .Services__2-service-section .Services__2-carousel .owl-nav {
  margin-top: 30px;
}

#message {
  max-height: 125px;
  resize: none;
}

footer a:focus {
  color: currentColor;
}

/* social-icon  */
.telegram::before {
  content: "";
  background: url(../images/telegram.svg) no-repeat center top;
  width: 17px;
  height: 14px;
  display: inline-block;
  transition: 0.5s;
}

.t_link .telegram:hover::before {
  background: url(../images/telegram_.svg) no-repeat center top;
  width: 17px;
  height: 14px;
  display: inline-block;
}

.headertop .top-bar .header-right-bar .social-icon li i.fa-vk {
  font-size: 17px;
}

/* social-icon end */

.contact-form .wpcf7-spinner {
  margin: 10px auto 5px;
  width: 20px;
  height: 20px;
  display: block;
}

/* modal  */


/* модальные окна */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, .56);
  z-index: 9999;
}

.modal-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 37px 30px 10px 30px;
  width: 300px;
  box-sizing: content-box;
}

.modal__close-icon {
  position: absolute;
  top: 0;
  right: -40px;
  font-size: 44px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
}

.modal__subtitle {
  color: #393939;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.modal__descr {
  color: #393939;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

#callback input.button_submit {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 14px 0 20px 0;
  background-color: #787bff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  outline: 0;
  border: 0;
  margin-bottom: 0;
}

.button_submit:hover {
  opacity: 0.8;
}

.feed-form input,
.adress-delivery {
  background-color: #fff;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  color: #393939;
}

/* чекбокс */
.checkbox {
  margin-bottom: 15px;
  display: block;
  box-sizing: content-box;
  position: relative;
}

input[type="checkbox"].callback-checkbox {
  margin: 0px 0px 0px 0px;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 7px;
  position: static;
}

.checkbox-text {
  font-size: 12px;
  font-weight: 400;
  color: #949494;
  text-decoration: underline;
  display: inline-block;
  position: absolute;
  left: 21px;
  top: 1px
}

.checkbox-text:hover {
  text-decoration-color: #fe8d00;
}

/* textarea */
.adress-delivery {
  min-height: 82px;
  resize: none;
  padding: 15px 20px;
  height: auto;
}

/* модальное окно-СПАСИБО  */

#thanks {
  text-align: center;
}

.thanks__subtitle {
  font-weight: bold;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.thanks__descr {
  font-size: 17px;
}

.thanks-icon {
  display: block;
  margin: 0 auto 20px auto;
}

.overlay,
#callback,
#order,
#thanks {
  display: none;
}

/* модальные окна конец */
/* modal  end */
#Services1 .section-wrapper .content img {
  max-height: 54px;
}

input:focus {
  outline: 0;
}

a {
  color: #787bff;
}

#Services1 .click-view,
#Services1 .click-view:hover {
  cursor: pointer;
  color: #fff;
}

.wpcf7-list-item {
  margin: 0;
}

a,
a>* {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

/* contact form 7  */
.button_submit:disabled,
.btn-submit:disabled {
  cursor: not-allowed !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  margin: -25px 0 0;
  border-radius: 5px;
}

.wpcf7-spinner {
  margin: 5px 137px;
  width: 15px;
  height: 15px;
}

.wpcf7 form .wpcf7-response-output {
  margin-bottom: 15px;
}

.wpcf7 p {
  margin-bottom: -7px;
}

/* contact form 7 end */

a:focus,
a:hover {
  color: #313131;
  outline: none;
  text-decoration: none;
}

a,
.navbar a,
.form-control {
  transition: 0.3s;
}

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

h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -1px;
}

@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }
}

h2,
.page_inner h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #092a48;
}

@media (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

h3 {
  font-size: 26px;
  line-height: 30px;
  color: #092a48;
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p img {
  margin: 0;
}

p {
  margin: 0 0 15px;
  line-height: 27px;
}

hr {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

button,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-default {
  position: relative;
  font-size: 16px;
  color: #787bff;
  background-color: #FFFFFF;
  border: 2px solid #787bff;
  border-radius: 0;
  padding: 8px 22px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 5;
  transition: 0.3s;
}

.btn-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #787bff;
  border-radius: 25px;
  transform: translateX(-102%);
  z-index: -1;
  transition: 0.3s;
}

.btn-default:hover {
  color: #FFFFFF;
}

.btn-default:hover::before {
  transform: translateX(0);
}

/*
        Checkbox
 */
.contact-form label {
  padding-left: 25px;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.contact-form input+label:before {
  background: url(../images/check-empty.svg) 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 1px;
  left: 0px;
}

.contact-form input:checked+label:before {
  background: url(../images/checked.svg) 0 0 no-repeat;
}

.agreement input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.pl {
  font-weight: 300;
  font-size: 16px;
  color: #848484;
}

/*
        Checkbox end
 */

@media only screen and (max-width: 767px) {
  .btn-default {
    padding: 6px 18px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-default {
    font-size: 14px;
    padding: 2px 16px;
  }
}

/* mobile menu  */
#offcanvas-menu.toggled {
  transform: translateX(0);
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);

  transform: translateX(280px);
  transition: .5s;
  z-index: 99999;
}

.menu-wrapper {
  height: 100%;
  overflow: auto;
  padding-top: 60px;
}

.menu-toggle i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  background-color: #787bff;
  cursor: pointer;
  color: #ffffff;
  border-radius: 100%;
}

.menu-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  transition: .1s;
  z-index: 9999;
}

.menu-toggle.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
  padding: 10px 10px 10px 0;
  background-color: #092a48;
  border-radius: 0;
}

.mobile-logo {
  display: none;
}

.menu-toggle.sticky .mobile-logo {
  position: absolute;
  width: 209px;
  height: 40px;
  left: 0;
  right: 0;
  top: 50%;
  margin: -20px auto 0;
  display: block;
}

#offcanvas-menu .close-menu {
  position: absolute;
  top: 15px;
  margin-left: -20px;
}

#offcanvas-menu .close-menu i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background-color: #787bff;
}

#offcanvas-menu .menu-wrapper li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
}

#offcanvas-menu .menu-wrapper li ul {
  display: none;
}

#offcanvas-menu .menu-wrapper li .sub-menu a {
  padding-left: 55px;
  text-transform: none;
}

#offcanvas-menu .menu-wrapper li .sub-menu li:last-child {
  border-bottom: none;
}

#offcanvas-menu .menu-wrapper li ul {
  display: none;
}

#offcanvas-menu .menu-wrapper li a:hover {
  color: #8183ff;
}

#offcanvas-menu .menu-wrapper>li {
  text-transform: uppercase;
}

#offcanvas-menu .menu-wrapper .menu-item-has-children ul.dropmenu {
  display: block;
}

#offcanvas-menu .menu-wrapper .menu-item-has-children {
  position: relative;
}

#offcanvas-menu .menu-wrapper .menu-item-has-children>.menu-icon::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 12px;
  top: 12px;
  color: #fff;
  font-size: 24px;
}

#offcanvas-menu .menu-wrapper .menu-item-has-children>.menu-icon {
  display: inline-block;
  cursor: pointer;
}

#offcanvas-menu .menu-wrapper li {
  border-bottom: 1px solid #363636;
}

.icon-style::after {
  transform: rotate(180deg);
}

/* mobile menu  end */

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-primary {
  color: #FFFFFF;
  border-color: #787bff;
}

.btn-primary {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
  padding: 8px 25px;
  z-index: 5;
  overflow: hidden;
  background-color: #787bff;
  color: #FFFFFF;
  transition: 0.3s;
}


.fbtn:hover {
  opacity: 0.8;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 25px;
  transform: translateX(-102%);
  background-color: #092a48;
  opacity: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  border-radius: 5px;
  z-index: -1;
  transition: 0.3s;
}


.btn-primary:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.font-medium {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
    padding: 6px 18px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-primary {
    font-size: 14px;
    padding: 2px 16px;
  }
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #787bff;
  color: #FFFFFF;
}

/*
        Color Presets For Class
 */
.facebook-bg {
  background-color: #106ed2;
}

.twitter-bg {
  background-color: #3ad0fb;
}

.linkedin-bg {
  background-color: #1379bb;
}

.page-image {
  margin-bottom: 15px;
}

/*
        Global Classes
 */
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

.inline-block {
  display: inline-block;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

/* 991 px */
@media (max-width: 991px) {
  .footer-section .footer-container .footer-wrapper {
    padding-bottom: 53px;
  }
}

/* 600px */

@media (max-width: 600px) {
  .button_submit {
    padding: 12px 0 10px 0;
  }

  .modal__close-icon {
    top: -28px;
    right: -1px;
  }


  .checkbox-text {
    font-size: 12px;
    font-weight: 400;
  }

}

/* 390px */

@media (max-width: 390px) {
  #callback input.button_submit {
    text-transform: none;
    font-weight: 500;
  }

  .modal__subtitle {
    font-size: 20px;
    margin-bottom: 11px;
  }

  .button_submit {
    padding: 12px 0 10px 0;
  }

  .modal__close-icon {
    top: -28px;
    right: -1px;
  }

  .modal-1 {
    width: 70%;
  }

  .checkbox-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }

}

/* 360px */

@media (max-width: 360px) {
  .modal__subtitle {
    font-size: 19px;
  }
}

/* 340px */

@media (max-width: 340px) {
  .modal__subtitle {
    font-size: 17px;
  }
}

/*
        Border Style
 */
.border-break .border {
  border-bottom: 1px solid #dfdfdf;
}


/* Services1  */
#Services1 a:hover {
  color: #fff;
}

.icon-hdd {
  min-height: 54px;
}

/* Services1  end */

/*
        Section-Title STYLE
 */
.section-title {
  position: relative;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #092a48;
  margin-bottom: 39px;
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.section-title .border {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background-color: #787bff;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  .section-title .border {
    display: none;
  }
}

.section-title .border-2 {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100px;
  height: 4px;
  background-color: #787bff;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-title .border-2 {
    top: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title .border-2 {
    display: none;
  }
}

.section-title .border-3 {
  max-width: 100%;
  height: 2px;
  background: url(../images/title-border-1.png) no-repeat center;
  margin: -20px auto 25px;
}

@media only screen and (max-width: 767px) {
  .section-title .border-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .section-title .border-3 {
    display: none;
  }
}


@media only screen and (max-width: 767px) {
  .section-title .border-4 {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .section-title .border-4 {
    display: none;
  }
}

.section-title p {
  font-size: 18px;
  color: #6a6a6a;
}

.counting-wrapper3 {
  width: 17% !important;
}

@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 15px;
    line-height: 25px;
  }
}

/*
        Header-Title STYLE
 */
.header-title {
  padding: 215px 0 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-title {
    padding: 260px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-title {
    padding: 100px 0 80px;
  }
}

@media only screen and (max-width: 479px) {
  .header-title {
    padding: 60px 0;
  }
}

.header-title .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: #092a48;
  margin-bottom: 2px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 991px) {
  .header-title .title {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .header-title .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .header-title .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
}

.header-title .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #092a48;
}

.header-title .sub-title .text-color {
  color: #787bff;
}

/*
        Header STYLE
 */
.headertop {
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .headertop {
    position: relative;
  }
}

.headertop .top-bar {
  min-height: 60px;
  line-height: 60px;
  background-color: #787bff;
}

@media only screen and (max-width: 991px) {
  .headertop .top-bar {
    min-height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .top-bar {
    text-align: center;
    min-height: auto;
    line-height: 35px;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .top-bar {
    padding: 10px 0;
  }
}

.headertop .top-bar .header-left-bar .contact-wrapper {
  display: inline-block;
}

.headertop .top-bar .header-left-bar .contact-wrapper li {
  font-size: 14px;
  display: inline-block;
  color: #9daab8;
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .headertop .top-bar .header-left-bar .contact-wrapper li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .headertop .top-bar .header-left-bar .contact-wrapper li {
    display: block;
    margin: 0;
    line-height: 30px;
  }
}

.headertop .top-bar .header-left-bar .contact-wrapper li:last-child {
  margin-right: 0;
}

.headertop .top-bar .header-left-bar .contact-wrapper li i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .headertop .top-bar .header-right-bar {
    text-align: center;
  }
}

.headertop .top-bar .header-right-bar .language {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  z-index: 9;
}

.headertop .top-bar .header-right-bar .language .dropbar {
  color: #787bff;
  text-transform: uppercase;
  text-align: center;
}

.headertop .top-bar .header-right-bar .language .dropbar i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.headertop .top-bar .header-right-bar .language .dropbar.closed .title::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.headertop .top-bar .header-right-bar .language .dropbar.closed .dropbar-menu {
  margin-top: 0px;
}

.headertop .top-bar .header-right-bar .language .dropbar.closed .dropbar-menu li {
  height: 0px;
}

.headertop .top-bar .header-right-bar .language .dropbar .title {
  cursor: pointer;
  display: inline-block;
}

.headertop .top-bar .header-right-bar .language .dropbar .title::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.headertop .top-bar .header-right-bar .language .dropbar .title img {
  margin-right: 8px;
}

.headertop .top-bar .header-right-bar .language .dropbar .dropbar-menu {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  width: 130px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
}

.headertop .top-bar .header-right-bar .language .dropbar .dropbar-menu ul {
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid #085370;
}

.headertop .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #085370;
  padding: 0 12px;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: margin-top 0.5s, height 0.5s;
  -moz-transition: margin-top 0.5s, height 0.5s;
  transition: margin-top 0.5s, height 0.5s;
}

.headertop .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li:hover {
  background-color: #D9E1E4;
  color: #343C3F;
}

.headertop .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li:last-child {
  border: 0;
}

.headertop .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li img {
  margin-right: 8px;
}

.headertop .top-bar .header-right-bar .social-icon li {
  display: inline-block;
  margin-right: 15px;
}

.headertop .top-bar .header-right-bar .social-icon li:last-child {
  margin-right: 0;
}

.headertop .top-bar .header-right-bar .social-icon li i {
  font-size: 16px;
  color: #9daab8;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.headertop .top-bar .header-right-bar .social-icon li i:hover {
  color: #787bff;
}

.headertop .top-bar .contact-bar {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .headertop .top-bar .contact-bar {
    display: block;
  }
}

.headertop .top-bar .contact-bar li {
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .headertop .top-bar .contact-bar li {
    float: left;
    width: 50%;
    margin: 12px 0;
  }
}

@media only screen and (max-width: 510px) {
  .headertop .top-bar .contact-bar li {
    width: 100%;
    margin: 5px 0;
  }
}

.headertop .top-bar .contact-bar li .caption {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #787bff;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 12px;
}

@media only screen and (max-width: 1199px) {
  .headertop .top-bar .contact-bar li .caption {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .headertop .top-bar .contact-bar li .caption img {
    width: 15px;
  }
}

@media only screen and (max-width: 510px) {
  .headertop .top-bar .contact-bar li .caption {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .headertop .top-bar .contact-bar li .caption img {
    width: 10px;
  }
}

.headertop .top-bar .contact-bar li h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fcfeff;
  margin: 0;
}

@media only screen and (max-width: 510px) {
  .headertop .top-bar .contact-bar li h4 {
    font-size: 18px;
  }
}

.headertop .top-bar .contact-bar li .time {
  font-size: 14px;
  color: #9a9a9a;
}

@media only screen and (max-width: 510px) {
  .headertop .top-bar .contact-bar li .time {
    font-size: 12px;
  }
}

.headertop .middle-wrapper {
  background: #FFFFFF;
  padding: 25px 0;
}

@media only screen and (max-width: 991px) {
  .headertop .middle-wrapper {
    padding: 15px 0 7px;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .middle-wrapper {
    margin: 0 -15px;
    padding: 15px 15px;
  }
}

.headertop .middle-wrapper .header-left-bar .navbar-brand {
  margin: 0 0 0 30px;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .headertop .middle-wrapper .header-left-bar .navbar-brand {
    margin: 4px 0 0 15px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .middle-wrapper .header-left-bar .navbar-brand {
    float: none !important;
    display: block;
    margin: 0 0 20px;
  }
}

.headertop .middle-wrapper .header-left-bar .navbar-brand img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .headertop .middle-wrapper .header-left-bar .navbar-brand img {
    margin: 0 auto;
    width: 200px;
  }
}

.headertop .middle-wrapper .header-right-bar .finding-section {
  display: flex;
}

@media only screen and (max-width: 479px) {
  .headertop .middle-wrapper .header-right-bar .finding-section {
    display: block;
  }
}

.headertop .middle-wrapper .header-right-bar .finding-section li {
  flex: 1;
}

@media only screen and (max-width: 479px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li {
    margin-bottom: 20px;
  }
}

.headertop .middle-wrapper .header-right-bar .finding-section li:last-child {
  margin-bottom: 0;
}

.headertop .middle-wrapper .header-right-bar .finding-section li i {
  font-size: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #FFFFFF;
  background: #787bff;
  border-radius: 50%;
  text-align: center;
  float: left;
  box-shadow: 0 0 10px 0 #787bff;
  margin: 3px 15px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px 10px 0 0;
  }
}

.headertop .middle-wrapper .header-right-bar .finding-section li h5 {
  font-size: 18px;
  font-weight: 500;
  color: #031633;
  margin-bottom: 3px;
}

@media only screen and (max-width: 991px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.headertop .middle-wrapper .header-right-bar .finding-section li .location {
  font-size: 14px;
  color: #666666;
}

@media (min-width: 768px) and (max-width: 991px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li .location {
    word-break: break-all;
  }
}

@media only screen and (max-width: 767px) {
  .headertop .middle-wrapper .header-right-bar .finding-section li .location {
    font-size: 12px;
  }
}

.headertop .navbar {
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: auto;
  background-color: #787bff;
/*  z-index: 998;*/
  box-shadow: 0 0 8px 0px rgba(64, 64, 64, 0.16);
}

.headertop .navbar .navbar-header {
  position: relative;
  z-index: 5;
}

.headertop .navbar .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.headertop .navbar .navbar-header .navbar-brand img {
  padding: 35px 0;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*.headertop .navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
  padding: 0;
  z-index: 998;
}
*/
@media (min-width: 768px) and (max-width: 991px) {
  .headertop .navbar.sticky {
    margin-top: -88px;
  }
}

.headertop .navbar.sticky .navbar-header .navbar-brand img {
  padding: 20px 0;
}

.headertop .navbar.sticky .navbar-collapse {
  width: 1140px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headertop .navbar.sticky .navbar-collapse {
    width: auto;
  }
}

.headertop .navbar.sticky .navbar-collapse .navbar-nav li:hover .menu-item-has-children {
  z-index: 9;
}

.headertop .navbar .navbar-collapse .navbar-nav li.menu-item-has-children i {
 margin-left: 5px;
}

.headertop .navbar .navbar-collapse .navbar-nav li.menu-item-has-children:hover i {
  transform: rotate(180deg);
}

.headertop .navbar.sticky .navbar-collapse .navbar-nav li .menu-item-has-children {
  z-index: -1;
}

.header-section .navbar .navbar-collapse .navbar-nav li .sub-menu {
  position: absolute;
  top: 55px;
  left: -25px;
  min-width: 200px;
  background-color: #fff;
  padding: 10px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 0;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.headertop .navbar.sticky .navbar-collapse .navbar-nav li .cart::before {
  top: 12px;
  font-size: 10px;
}

.headertop .navbar.sticky .navbar-collapse .navbar-nav li .text {
  top: 10px;
}

.headertop .navbar .navbar-collapse {
  padding: 0;
}

.headertop .navbar .navbar-collapse .navbar-nav {
  margin: 0 30px;
}

.headertop .navbar .navbar-collapse .navbar-nav li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 28px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headertop .navbar .navbar-collapse .navbar-nav li {
    margin-right: 25px;
  }
}

.headertop .navbar .navbar-collapse .navbar-nav li:last-child {
  margin-right: 0;
}

.headertop .navbar .navbar-collapse .navbar-nav li img {
  margin-right: 8px;
}

.headertop .navbar .navbar-collapse .navbar-nav li a {
  color: #FFFFFF;
  padding: 0;
  line-height: 55px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.headertop .navbar .navbar-collapse .navbar-nav li a:hover,
.headertop .navbar .navbar-collapse .navbar-nav li .search-view:hover,
.headertop .navbar .navbar-collapse .navbar-nav li .cart-icon:hover {
  color: #313131;
  background-color: transparent;
}

.headertop .navbar .navbar-collapse .navbar-nav li .cart-icon i {
  color: #222222;
}

.headertop .navbar .navbar-collapse .navbar-nav li .cart-icon i:hover {
  color: #787bff;
}

.headertop .navbar .navbar-collapse .navbar-nav li .search-view {
  cursor: pointer;
}

.headertop .navbar .navbar-collapse .navbar-nav li.active a {
  color: #313131;
  background-color: transparent;
}

.headertop .navbar .navbar-collapse .navbar-nav li.dropdown:hover .sub-menu {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu {
  position: absolute;
  top: 55px;
  left: -25px;
  min-width: 250px;
  background-color: #FFFFFF;
  padding: 10px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 0;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

.headertop .navbar-nav li.menu-item-has-children:hover .sub-menu {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  border-top: 3px solid #787bff;
}


.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(97, 109, 126, 0.12);
  margin: 0 25px;
  padding: 5px 5px;
  transition: 0.5s;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li.active a {
  color: #787bff !important;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li:hover {
  border-bottom: 1px solid transparent;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li:hover::before {
  width: 100%;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #787bff;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li:last-child {
  border-bottom: 0;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li:last-child::before {
  display: none;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li a {
  color: #616d7e !important;
  line-height: 45px;
  font-weight: 500;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li a:hover {
  color: #787bff !important;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu li:hover .sub-dropdown {
  opacity: 1;
  right: -136%;
}

.headertop .navbar .navbar-collapse .navbar-nav li .sub-menu .sub-dropdown {
  position: absolute;
  top: 0;
  right: -120%;
  width: 180px;
  background-color: #FFFFFF;
  opacity: 0;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.headertop .navbar .navbar-collapse .navbar-nav li .text {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  background-color: #313131;
  border-radius: 50%;
  padding: 4px 6px;
  position: absolute;
  top: 25px;
  right: -11px;
  line-height: 11px;
  text-align: center;
  font-size: 10px;
}

/* hero  */

#hero h1,
#hero .font-medium,
#hero .top-btn--inner {
  max-width: 523px;
}

/* hero end */

/* footer  */
footer a {
  color: inherit;
}

footer a:hover {
  text-decoration: underline;
  color: #aaa;
}

/* footer end */

.hero-section {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0 165px;
}

.font-extra-bold {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 68px !important;
  color: #1c1c28;
  margin: 14px 0 15px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .font-extra-bold {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}

@media only screen and (max-width: 991px) {
  .font-extra-bold {
    font-size: 30px !important;
    line-height: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .font-extra-bold {
    font-size: 20px !important;
    line-height: 40px !important;
    margin: 0 0 25px !important;
  }
}

.font-medium {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #000 !important;
}

.font-medium.text-center {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .font-medium {
    font-size: 16px !important;
    line-height: 25px !important;
    margin: 0 0 9px !important;
  }
}

@media only screen and (max-width: 479px) {
  .font-medium {
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 30px 0 9px !important;
  }
}

.top-btn {
  font-size: 18px !important;
  border-radius: 0;
  padding: 11px 40px !important;
  margin: 0 2px !important;
  transition: none 0s ease 0s;
}

@media only screen and (max-width: 991px) {
  .top-btn {
    padding: 10px 40px !important;

  }
}

@media only screen and (max-width: 767px) {
  .top-btn {
    padding: 10px 25px !important;
  }
}

.top-btn::before {
  border-radius: 0;
}

.top-btn.color-bg {
  background: #787bff !important;
  color: #fff;
}

.top-btn:active {
  background-color: #787bff;
}

.top-btn:hover {
  background-color: #092a48;
}

.top-btn.color-bg:hover {
  color: #fff;
}

.top-btn.color-bg::before {
  background-color: #092a48;
}

@media only screen and (max-width: 479px) {
  .top-btn {
    display: none;
  }
}


.font-medium {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.font-medium.text-center {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .font-medium {
    font-size: 16px !important;
    line-height: 25px !important;
    margin: 0 0 25px !important;
  }
}

@media only screen and (max-width: 479px) {
  .font-medium {
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 30px 0 9px !important;
  }
}


/*
        number-section STYLE
 */
.number-section,
.testimonial-section {
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.number-section .container {
  z-index: 482;
  position: relative;
}

.number-section::before,
.testimonial-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.number-section::before {
  z-index: 382;
}

@media only screen and (max-width: 991px) {
  .number-section {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .number-section {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .number-section {
    background-attachment: fixed;
  }
}

.number-section .counting-pusher {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .number-section .counting-pusher {
    display: flex;
    flex-wrap: wrap;
  }
}

.number-section .counting-pusher .counting-wrapper {
  width: 25%;
}

@media only screen and (max-width: 991px) {

  .number-section .counting-pusher .counting-wrapper,
  .counting-wrapper3 {
    width: 40% !important;
    margin-bottom: 40px;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 499px) {
  .number-section .counting-pusher .counting-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.number-section .counting-pusher .counting-wrapper .icon {
  width: 86px;
  height: 86px;
  text-align: center;
  border: 3px solid #787bff;
}

@media only screen and (max-width: 599px) {
  .number-section .counting-pusher .counting-wrapper .icon {
    border: 2px solid #787bff;
    width: 70px;
    height: 70px;
  }

  .number-section .counting-pusher .counting-wrapper .icon img {
    width: 100%;
  }

  .number-section .counting-pusher .counting-wrapper,
  .counting-wrapper3 {
    width: 100% !important;
    margin-bottom: 40px;
    padding: 0 5%;
  }

}

.number-section .counting-pusher .counting-wrapper .icon img {
  padding: 15px;
}

.number-section .counting-pusher .counting-wrapper .content {
  margin: 5px 0 0 100px;
}

@media only screen and (max-width: 599px) {
  .number-section .counting-pusher .counting-wrapper .content {
    margin: 5px 0 0 85px;
  }
}

.number-section .counting-pusher .counting-wrapper .content .count-description .timer {
  font-size: 45px;
  font-weight: 700;
  line-height: 24px;
  color: #787bff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .number-section .counting-pusher .counting-wrapper .content .count-description .timer {
    font-size: 35px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .number-section .counting-pusher .counting-wrapper .content .count-description .timer {
    font-size: 30px;
  }
}

.number-section .counting-pusher .counting-wrapper .content p {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .number-section .counting-pusher .counting-wrapper .content p {
    font-size: 16px;
  }
}


/*
        Testimonial-Section STYLE
 */


#testimonial-carousel p {
  font-weight: 300;
}

@media only screen and (max-width: 479px) {
  .testimonial-section {
    background-attachment: inherit;
  }
}

.testimonial-section #testimonial-carousel {
  position: relative;
}

.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper {
  padding: 0 55px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper {
    padding: 0;
  }
}

.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper p {
  font-size: 23px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 43px;
  /* word-break: break-all; */
}

@media only screen and (max-width: 991px) {
  .testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper p {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer {
  position: relative;
  padding-top: 25px;
}

.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 4px;
  background-color: #787bff;
  margin: 0 auto;
}

.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer div {
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer div {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer div {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: -5px;
  }
}

.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position {
  font-size: 18px;
  color: #999;
}

@media only screen and (max-width: 767px) {
  .testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position {
    font-size: 15px;
  }
}

.testimonial-section #testimonial-carousel .carousel-control.left,
.testimonial-section #testimonial-carousel .carousel-control.right {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background-color: transparent;
  border: 2px solid #787bff;
  text-align: center;
  background-image: none;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#testimonial-carousel .fa {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {

  .testimonial-section #testimonial-carousel .carousel-control.left,
  .testimonial-section #testimonial-carousel .carousel-control.right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: -40px;
  }
}

.testimonial-section #testimonial-carousel .carousel-control.left:hover,
.testimonial-section #testimonial-carousel .carousel-control.right:hover {
  background-color: #787bff;
}

.testimonial-section #testimonial-carousel .carousel-control.left {
  left: auto;
  right: 52px;
}

@media only screen and (max-width: 767px) {
  .testimonial-section #testimonial-carousel .carousel-control.left {
    right: 35px;
  }
}

/*
        Testimonial-Section STYLE
 */
.testimonial-two-section #testimonial-carousel {
  position: relative;
}

.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper {
  padding: 0 55px;
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper {
    margin-bottom: 50px;
  }
}

.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #222222;
  margin-bottom: 43px;
  word-break: break-all;
}

@media only screen and (max-width: 991px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer {
  position: relative;
  padding-top: 25px;
}

.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 60px;
  height: 4px;
  background-color: #787bff;
  margin: 0 auto;
}

.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5 {
  font-size: 26px;
  line-height: 36px;
  color: #222222;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: -5px;
  }
}

.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position {
  font-size: 18px;
  color: #999;
}

@media only screen and (max-width: 767px) {
  .testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position {
    font-size: 15px;
  }
}

.testimonial-two-section #testimonial-carousel .carousel-control.left,
.testimonial-two-section #testimonial-carousel .carousel-control.right {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background-color: #787bff;
  text-align: center;
  background-image: none;
  opacity: 1;
  text-shadow: none;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-two-section #testimonial-carousel .carousel-control.left:hover,
.testimonial-two-section #testimonial-carousel .carousel-control.right:hover {
  background-color: #092a48;
}

@media only screen and (max-width: 767px) {

  .testimonial-two-section #testimonial-carousel .carousel-control.left,
  .testimonial-two-section #testimonial-carousel .carousel-control.right {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.testimonial-two-section #testimonial-carousel .carousel-control.left {
  left: -52px;
}

@media only screen and (max-width: 767px) {
  .testimonial-two-section #testimonial-carousel .carousel-control.left {
    left: -32px;
  }
}

.testimonial-two-section #testimonial-carousel .carousel-control.right {
  right: -52px;
}

@media only screen and (max-width: 767px) {
  .testimonial-two-section #testimonial-carousel .carousel-control.right {
    right: -32px;
  }
}

/*
        Section STYLE
 */

/*
        Service
 */
.service-section {
  background-color: #092a48;
}

.service-section .section-title {
  margin-bottom: 65px;
}

@media only screen and (max-width: 479px) {
  .service-section .section-title {
    margin-bottom: 20px;
  }
}

.service-section .section-title h2 {
  color: #FFFFFF;
}

.service-section .first-row {
  margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-section .first-row {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .service-section .first-row {
    margin-bottom: 0;
  }
}

.service-section .service-wrapper {
  position: relative;
  padding: 40px 40px;
  border-radius: 5px;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-section .service-wrapper {
    padding: 40px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .service-section .service-wrapper {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service-section .service-wrapper {
    padding: 20px 20px;
  }
}

.rav-wrapper p {
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    color: #313131 !important;
    margin: 0 0 5px !important;
    transition: .3s !important;
}

.rav-wrapper p:hover{
  color: #787bff !important;
}




.service-section .service-wrapper:hover .wrapper-content h3 a {
  color: #002e5b;
}

.service-section .service-wrapper:hover .wrapper-content h3 a:hover {
  color: #787bff;
}

.service-section .service-wrapper:hover .hover .hover-one,
.service-section .service-wrapper:hover .hover .hover-two,
.service-section .service-wrapper:hover .hover .hover-three,
.service-section .service-wrapper:hover .hover .hover-four {
  -webkit-transform: scale(1);

  transform: scale(1);
  opacity: 1;
}

.service-section .service-wrapper i {
  position: relative;
  font-size: 24px;
  color: #787bff;
  float: left;
  z-index: 5;
}

@media only screen and (max-width: 479px) {
  .service-section .service-wrapper i {
    font-size: 20px;
  }
}

.service-section .service-wrapper .wrapper-content {
  position: relative;
  margin-left: 43px;
  z-index: 5;
}

@media only screen and (max-width: 479px) {
  .service-section .service-wrapper .wrapper-content {
    margin-left: 30px;
  }
}

.service-section .service-wrapper .wrapper-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .service-section .service-wrapper .wrapper-content h3 {
    font-size: 22px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 479px) {
  .service-section .service-wrapper .wrapper-content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.service-section .service-wrapper .wrapper-content h3 a {
  color: #FFFFFF;
}

.service-section .service-wrapper .wrapper-content h3 a:hover {
  color: #787bff;
}

.service-section .service-wrapper .wrapper-content p {
  color: #9a9a9a;
  margin-bottom: 0;
}

.service-section .service-wrapper .hover .hover-one,
.service-section .service-wrapper .hover .hover-two,
.service-section .service-wrapper .hover .hover-three,
.service-section .service-wrapper .hover .hover-four {
  position: absolute;
  left: 0;
  width: 100%;
  height: 25%;
  background: #FFFFFF;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.service-section .service-wrapper .hover .hover-one {
  top: 0;
  border-radius: 5px 5px 0 0;
  transition-delay: 0.25s;
}

.service-section .service-wrapper .hover .hover-two {
  top: 25%;
  transition-delay: 0.105s;
}

.service-section .service-wrapper .hover .hover-three {
  top: 50%;
  transition-delay: 0.105s;
}

.service-section .service-wrapper .hover .hover-four {
  top: 75%;
  border-radius: 0 0 5px 5px;
  transition-delay: 0s;
}

/*
        Section STYLE
 */

/*
        Services__2-Section STYLE
 */
.Services__2-section .section-title {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .Services__2-section .section-title {
    margin-bottom: 40px;
  }
}

.Services__2-section .Services__2-wrapper {
  position: relative;
  padding: 50px 0 65px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .Services__2-section .Services__2-wrapper {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .Services__2-section .Services__2-wrapper {
    padding-bottom: 50px;
  }
}

.Services__2-section .Services__2-wrapper.wrapper-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/f-bg.jpg) no-repeat;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  animation: cloud-animationn 45s linear infinite;
  -ms-animation: cloud-animationn 45s linear infinite;
  -moz-animation: cloud-animationn 45s linear infinite;
  -webkit-animation: cloud-animationn 45s linear infinite;
}

@-webkit-keyframes cloud-animationn {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes cloud-animationn {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

.Services__2-section .Services__2-wrapper.wrapper-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: url(../images/f3-bg.jpg) no-repeat;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  animation: cloud-animationn 45s linear infinite;
  -ms-animation: cloud-animationn 45s linear infinite;
  -moz-animation: cloud-animationn 45s linear infinite;
  -webkit-animation: cloud-animationn 45s linear infinite;
}

@-webkit-keyframes cloud-animationn {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes cloud-animationn {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

.Services__2-section .Services__2-wrapper.wrapper-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/f2-bg.jpg) no-repeat;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  animation: cloud-animationn 45s linear infinite;
  -ms-animation: cloud-animationn 45s linear infinite;
  -moz-animation: cloud-animationn 45s linear infinite;
  -webkit-animation: cloud-animationn 45s linear infinite;
}

@-webkit-keyframes cloud-animationn {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes cloud-animationn {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

.Services__2-section .Services__2-wrapper:hover.wrapper-one::before,
.Services__2-section .Services__2-wrapper:hover.wrapper-two::before,
.Services__2-section .Services__2-wrapper:hover.wrapper-three::before {
  opacity: 1;
  visibility: visible;
}

.Services__2-section .Services__2-wrapper:hover .link {
  color: #FFFFFF;
  background-color: #787bff;
}

.Services__2-section .Services__2-wrapper .caption {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #787bff;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.Services__2-section .Services__2-wrapper .caption img {
  padding-top: 18px;
}

.Services__2-section .Services__2-wrapper .caption .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 479px) {
  .Services__2-section .Services__2-wrapper .caption {
    width: 50px;
    height: 50px;
  }

  .Services__2-section .Services__2-wrapper .caption img {
    width: 20px;
    padding-top: 15px;
  }
}

.Services__2-section .Services__2-wrapper:hover .caption {
  background-color: #FFFFFF;
}

.Services__2-section .Services__2-wrapper:hover .caption .hover-icon {
  opacity: 1;
  visibility: visible;
}

.Services__2-section .Services__2-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0d1d36;
  margin: 32px 0 17px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Services__2-section .Services__2-wrapper h3 {
    font-size: 22px;
    margin: 32px 0 10px;
  }
}

@media only screen and (max-width: 479px) {
  .Services__2-section .Services__2-wrapper h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0 5px;
  }
}

.Services__2-section .Services__2-wrapper:hover h3 {
  color: #FFFFFF;
}

.Services__2-section .Services__2-wrapper p {
  font-size: 15px;
  line-height: 25px;
  color: #6a6a6a;
  margin-bottom: 47px;
  padding: 0 48px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Services__2-section .Services__2-wrapper p {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 479px) {
  .Services__2-section .Services__2-wrapper p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 25px;
  }
}

.Services__2-section .Services__2-wrapper:hover p {
  color: #FFFFFF;
}

.Services__2-section .Services__2-wrapper .link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #787bff;
  border: 1px solid #787bff;
  border-radius: 25px;
  padding: 9px 28px;
}

@media only screen and (max-width: 479px) {
  .Services__2-section .Services__2-wrapper .link {
    font-size: 12px;
  }
}

/*
        Map-Section STYLE
 */
.map-section #googleMap {
  height: 425px;
}

@media only screen and (max-width: 767px) {
  .map-section #googleMap {
    height: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .map-section #googleMap {
    height: 250px;
  }
}


/*
        Services__2-Service-Section STYLE
 */
.Services__2-service-section .section-title {
  margin-bottom: 50px;
}

.Services__2-service-section .section-title .link {
  font-size: 18px;
  font-weight: 700;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper {
  position: relative;
  box-shadow: 0 0 10px #e0e0e0;
  margin: 35px 5px 5px 5px;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .border .border-one,
.Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .border .border-two,
.Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .border .border-three,
.Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .border .border-four {
  opacity: 1;
  transform: scale(1);
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: #787bff;
  border-radius: 50%;
  margin: 0 auto;
  transform: translateY(-33px);
  box-shadow: 0 2px 10px #cccccc;
  z-index: 5;
}

.Services__2-wrapper button {
  margin: 0 0 30px 0;
  border: none;
  border-radius: 5px;
  padding: 6px 15px;
  transition: .3s;
  background: #787bff;
  color: #fff;
}

.Services__2-wrapper button:hover {
  background: #5255df;
  color: #fff;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .icon img {
  width: auto;
  padding: 15px 0;
  margin: 0 auto;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  margin: -17px 0 7px;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content h3 a {
  color: #222222;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content:hover {
  color: #222222;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content h3 a:hover {
  color: #787bff;
}

/*.Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #8a8a8a;
  padding: 0 40px 28px;
  margin-bottom: 0;
}*/

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-one,
.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-two,
.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-three,
.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-four {
  position: absolute;
  background: #787bff;
  opacity: 0;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-one {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-two {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: scale(1, 0);
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-three {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
}

.Services__2-service-section .Services__2-carousel .Services__2-wrapper .border .border-four {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  transform: scale(1, 0);
}

.Services__2-service-section .Services__2-carousel .owl-nav {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .Services__2-service-section .Services__2-carousel .owl-nav {
    margin-top: 20px;
  }
}

.Services__2-service-section .Services__2-carousel .owl-nav .owl-prev,
.Services__2-service-section .Services__2-carousel .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid #787bff;
  background: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.Services__2-service-section .Services__2-carousel .owl-nav .owl-prev:hover,
.Services__2-service-section .Services__2-carousel .owl-nav .owl-next:hover {
  background: #787bff;
  border: 2px solid #787bff;
  color: #fff;
}

.Services__2-service-section .Services__2-carousel .owl-nav .owl-prev i,
.Services__2-service-section .Services__2-carousel .owl-nav .owl-next i {
  font-size: 12px;
  color: #787bff;
}

.Services__2-service-section .Services__2-carousel .owl-nav .owl-prev i:hover,
.Services__2-service-section .Services__2-carousel .owl-nav .owl-next i:hover {
  font-size: 12px;
  color: #fff;
}

.Services__2-service-section .Services__2-carousel .owl-nav .owl-prev:hover i,
.Services__2-service-section .Services__2-carousel .owl-nav .owl-next:hover i {
  font-size: 12px;
  color: #fff;
}

/* About */
.About-icon1 {
  margin-left: 4px;
}

.single-content3 {
  margin-top: 5px;
}

/* About end*/

/*
        Multi-Section STYLE
 */
.multi-section .faq-content h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .multi-section .faq-content h2 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .multi-section .faq-content h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .multi-section .faq-content h2 {
    font-size: 25px;
  }
}

.multi-section .faq-content .accordion-content .ui-accordion-header {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #031633;
  background-color: #FFFFFF;
  padding: 16px 33px;
  margin-bottom: 0;
  margin-top: 14px;
  cursor: pointer;
  border: 1px solid #dee0e1;
}

@media only screen and (max-width: 767px) {
  .multi-section .faq-content .accordion-content .ui-accordion-header {
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .multi-section .faq-content .accordion-content .ui-accordion-header {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 40px 13px 15px;
  }
}

.multi-section .faq-content .accordion-content .ui-accordion-header:focus {
  outline: none;
}

.multi-section .faq-content .accordion-content .ui-accordion-header::before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 20px;
  color: #222222;
  margin-top: -5px;
}

@media only screen and (max-width: 479px) {
  .multi-section .faq-content .accordion-content .ui-accordion-header::before {
    right: 15px;
  }
}

.multi-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active {
  border-color: #dee0e1;
}

.multi-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before {
  content: "\f106";
}

.multi-section .faq-content .accordion-content .ui-accordion-content {
  padding: 25px 35px 35px;
  border: 1px solid #dee0e1;
}

@media only screen and (max-width: 991px) {
  .multi-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 35px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .multi-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 50px;
  }
}

@media only screen and (max-width: 699px) {
  .multi-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 30px;
  }
}

@media only screen and (max-width: 450px) {
  .multi-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 50px;
  }
}

.multi-section .faq-content .accordion-content .ui-accordion-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #828282;
  word-break: break-all;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .multi-section .client-section {
    margin-top: 50px;
  }
}

.multi-section .client-section h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin: 0 0 65px 7px;
}

@media only screen and (max-width: 991px) {
  .multi-section .client-section h2 {
    margin: 0 0 47px 0;
  }
}

@media only screen and (max-width: 767px) {
  .multi-section .client-section h2 {
    font-size: 25px;
    margin: 0 0 30px 0;
  }
}

.multi-section .client-section .logo li img {
  background: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  box-shadow: 0 4px 34px rgb(228 233 241 / 70%);
  border: 1px solid #ddd;
}

.multi-section .client-section .logo li img:hover {
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
}

.multi-section .client-section .logo li {
  display: inline-block;
  padding: 0 5px 10px;
}

/*
        Section STYLE
 */


/*
        About-Company-Section STYLE
 */
.about-Company-Section {
  background-color: #fff;
}

.about-Company-Section .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-Company-Section .section-title {
    margin-bottom: 30px;
  }
}

.about-Company-Section .section-title h2 {
  color: #222222;
}

.about-Company-Section .content-wrapper h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  color: #222222;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .content-wrapper h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-Company-Section .content-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .content-wrapper h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.about-Company-Section .content-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #FFFFFF;
  margin-bottom: 31px;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .content-wrapper p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .content-wrapper .content li {
    margin-bottom: 7px;
  }

  .multi-section .client-section .logo li {
    width: 49%;
    margin: 0 0.1%;
  }

  .multi-section .client-section .logo li img {
    width: 99%;
  }
}

.about-Company-Section .content-wrapper .content li img {
  float: left;
  margin-top: 8px;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .content-wrapper .content li img {
    width: 25px;
    margin-top: 3px;
  }
}

.about-Company-Section .content-wrapper .content li .single-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: #FFFFFF;
  margin-left: 51px;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .content-wrapper .content li .single-content {
    font-size: 16px;
    line-height: 30px;
    margin-left: 40px;
  }
}

.about-Company-Section .faq-content {
  margin-top: 35px;
}

.about-Company-Section .faq-content h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .faq-content h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .about-Company-Section .faq-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .faq-content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-header {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  background-color: #FFFFFF;
  padding: 13px 33px;
  margin-bottom: 0;
  margin-top: 10px;
  cursor: pointer;
  border-bottom: 2px solid #787bff;
}

@media only screen and (max-width: 767px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-header {
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-header {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 40px 13px 15px;
  }
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-header:focus {
  outline: none;
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-header::before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 20px;
  color: #222222;
  margin-top: -5px;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-header::before {
    right: 15px;
  }
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active {
  color: #787bff;
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before {
  content: "\f106";
  color: #787bff;
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-content {
  padding: 25px 35px 35px;
  background: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 35px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 50px;
  }
}

@media only screen and (max-width: 699px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 30px;
  }
}

@media only screen and (max-width: 450px) {
  .about-Company-Section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 50px;
  }
}

.about-Company-Section .faq-content .accordion-content .ui-accordion-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #828282;
  word-break: break-all;
  margin-bottom: 0;
}

.about-Company-Section .quote-section {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .quote-section {
    margin-top: 40px;
  }
}


@media only screen and (max-width: 991px) {
  .about-Company-Section .quote-section::before {
    display: none;
  }
}

.about-Company-Section .quote-section h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  color: #222222;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .about-Company-Section .quote-section h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-Company-Section .quote-section h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .quote-section h3 {
    margin-bottom: 10px;
  }
}

.about-Company-Section .quote-section .contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .quote-section .contact-form .form-group {
    margin-bottom: 10px;
  }
}

.about-Company-Section .quote-section .contact-form .form-group:last-child {
  margin-bottom: 0;
}

.about-Company-Section .quote-section .contact-form .form-group i {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 22px;
  color: #787bff;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .quote-section .contact-form .form-group i {
    top: 14px;
    font-size: 18px;
  }
}

.about-Company-Section .quote-section .contact-form .form-group .form-control {
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  color: #848484;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #848484;
  background-color: transparent;
  box-shadow: none;
  padding: 22px 35px;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .quote-section .contact-form .form-group .form-control {
    font-size: 14px;
    padding: 22px;
  }
}

.about-Company-Section .quote-section .contact-form .form-group .form-control.form-message {
  padding: 5px 35px;
}

.about-Company-Section .quote-section .contact-form .form-group .btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #e8f0f3;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-top: 32px;
}

.about-Company-Section .quote-section .contact-form .form-group .btn:before {
  border-radius: 0;
}

@media only screen and (max-width: 479px) {
  .about-Company-Section .quote-section .contact-form .form-group .btn {
    font-size: 16px;
    margin-top: 20px;
  }
}

/*
        r STYLE
 */
@media only screen and (max-width: 767px) {
  .r {
    padding-bottom: 30px;
  }
}

.r .section-title {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .r .section-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .r .section-title {
    margin-bottom: 30px;
  }
}

.r .section-wrapper {
  margin-bottom: 30px;
}

.r .section-wrapper .caption {
  position: relative;
}

.r .section-wrapper .caption:hover .click-view {
  opacity: 1;
  transform: translateY(0);
}

.r .section-wrapper .caption:hover .hover .hover-one,
.r .section-wrapper .caption:hover .hover .hover-two,
.r .section-wrapper .caption:hover .hover .hover-three,
.r .section-wrapper .caption:hover .hover .hover-four {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.r .section-wrapper .caption img {
  width: 100%;
}

.r .section-wrapper .caption .click-view {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 150px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 8px 0;
  margin: -24px auto 0;
  opacity: 0;
  z-index: 5;
  transform: translateY(80px);
  transition-delay: .1s;
}

@media only screen and (max-width: 991px) {
  .r .section-wrapper .caption .click-view {
    font-size: 14px;
    padding: 8px 0;
    margin: -17px auto 0;
  }
}

.r .section-wrapper .caption .click-view:hover {
  color: #313131;
}

.r .section-wrapper .caption .hover .hover-one,
.r .section-wrapper .caption .hover .hover-two,
.r .section-wrapper .caption .hover .hover-three,
.r .section-wrapper .caption .hover .hover-four {
  position: absolute;
  height: 50%;
  width: 50%;
  background: #787bff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.r .section-wrapper .caption .hover .hover-one {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.r .section-wrapper .caption .hover .hover-two {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.r .section-wrapper .caption .hover .hover-three {
  top: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.r .section-wrapper .caption .hover .hover-four {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.r .section-wrapper .content {
  box-shadow: 0 0 15px #e2e2e2;
  padding: 15px 30px 12px;
}

@media only screen and (max-width: 991px) {
  .r .section-wrapper .content {
    padding: 15px 15px 12px;
  }
}

.r .section-wrapper .content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: #222222;
  margin: 14px 0;
  transition: .3s;
}

.r .section-wrapper .content h3:hover {
  color: #787bff;
}

@media only screen and (max-width: 1199px) {
  .r .section-wrapper .content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .r .section-wrapper .content h3 {
    font-size: 20px;
  }
}

.r .section-wrapper .content p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}


/*
        Footer STYLE
*/

.a-footer .content {
  max-width: 206px;
}

.footer-section {
  position: relative;
  background: #061d31;
}

.footer-section .footer-container {
  padding: 95px 0px;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-container {
    padding: 80px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .footer-container {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .footer-container .footer-wrapper {
    padding-bottom: 53px;
  }
}

.footer-section .footer-container .footer-wrapper .last-wrapper {
  margin-bottom: 0;
}

.footer-section .footer-container .footer-wrapper img {
  max-width: 100%;
}

.footer-section .footer-container .footer-wrapper .location {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .footer-section .footer-container .footer-wrapper .location {
    margin-top: 30px;
  }
}

.footer-section .footer-container .footer-wrapper .location li {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .footer-section .footer-container .footer-wrapper .location li {
    margin-bottom: 15px;
  }
}

.footer-section .footer-container .footer-wrapper .location li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-container .footer-wrapper .location li i {
  font-size: 24px;
  color: #787bff;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-container .footer-wrapper .location li i {
    font-size: 25px;
  }
}

.footer-section .footer-container .footer-wrapper .location li .content {
  font-size: 15px;
  line-height: 25px;
  color: #aaa;
  display: inline-block;
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-container .footer-wrapper .location li .content {
    font-size: 16px;
    line-height: 27px;
    margin-left: 10px;
  }
}



.footer-section .footer-container .footer-wrapper p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 0;
}

.footer-h2{
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.rav-textnew{
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  color: #222222 !important;
  margin-bottom: 39px !important;
  margin-bottom: 20px !important;
}

.rav-textnew3{
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  color: #222222 !important;
  margin-bottom: 40px !important;
}

.footer-section .footer-container .footer-wrapper .social-icon {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-container .footer-wrapper .social-icon {
    margin-top: 25px;
  }
}

.footer-section .footer-container .footer-wrapper .social-icon li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-container .footer-wrapper .social-icon li {
    margin-right: 18px;
  }
}

.footer-section .footer-container .footer-wrapper .social-icon li:last-child {
  margin-right: 0;
}

.footer-section .footer-container .footer-wrapper .social-icon li a {
  color: #FFFFFF;
}

.footer-section .footer-container .footer-wrapper .social-icon li a:hover {
  color: #787bff;
}

.footer-section .footer-container .footer-wrapper .wrapper-option {
  float: left;
  margin-top: -5px;
}

.footer-section .footer-container .footer-wrapper .wrapper-option li {
  font-size: 16px;
  line-height: 36px;
}

.footer-section .footer-container .footer-wrapper .wrapper-option li a {
  color: #aaa;
}

.footer-section .footer-container .footer-wrapper .wrapper-option li a:hover {
  color: #787bff;
}

.footer-section .copy-right {
  background-color: #061d31;
  padding: 16px 0;
  border-top: 1px solid #203548;
  color: #aaa;
}

.map-iframe {
  max-height: 400px;
}

.footer-section .copy-right p {
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer-section .copy-right p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-section .copy-right p {
    font-size: 13px;
  }
}

/*
        body-STYLE
 */
.body .headertop .top-bar {
  min-height: 65px;
  line-height: 65px;
}

@media only screen and (max-width: 991px) {
  .body .headertop .top-bar {
    line-height: 35px;
    padding: 10px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .body .headertop .top-bar {
    line-height: 35px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .body .headertop .top-bar .header-left-bar {
    text-align: center;
  }
}

.body .headertop .top-bar .header-left-bar .contact-wrapper li {
  font-size: 16px;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .body .headertop .top-bar .header-left-bar .contact-wrapper li {
    font-size: 14px;
  }
}

.body .headertop .top-bar .header-right-bar {
  margin-bottom: -20px;
}

@media only screen and (max-width: 991px) {
  .body .headertop .top-bar .header-right-bar {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .body .headertop .top-bar .header-right-bar {
    margin-bottom: -10px;
  }
}

.body .headertop .top-bar .header-right-bar .social-icon {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .a-footer .content {
    max-width: 100%;
  }

  .body .headertop .top-bar .header-right-bar .social-icon {
    float: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .body .headertop .top-bar .header-right-bar .social-icon li {
    margin-right: 10px;
  }
}

.body .headertop .top-bar .header-right-bar .social-icon li:last-child {
  margin-right: 0;
}

.body .headertop .top-bar .header-right-bar .social-icon li i {
  color: #FFFFFF;
}

.body .headertop .top-bar .header-right-bar .social-icon li i:hover {
  color: #fff;
}

.body .headertop .navbar {
  background-color: #FFFFFF;
}

.body .headertop .navbar.sticky .navbar-inner {
  width: auto;
}

.body .headertop .navbar.sticky .navbar-inner .navbar-collapse {
  width: auto;
}

.body .headertop .navbar .navbar-inner {
  padding: 0 30px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.body .headertop .navbar .navbar-inner .navbar-header .navbar-brand img {
  padding: 22px 0;
}

.body .headertop .navbar .navbar-inner .navbar-collapse {
  margin: 0;
}

.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav {
  margin: 0;
}

.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li a,
.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li .search-view,
.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li .cart-icon {
  color: #222222;
  line-height: 95px;
}

.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li.active a,
.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li:hover a {
  color: #787bff;
}

.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li .sub-menu,
.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li.dropdown:hover .sub-menu,
.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li .cart-item {
  top: 95px;
}

.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li .sub-menu li a {
  line-height: 1.3;
  text-decoration: none;
}

.body .headertop .navbar .navbar-inner .navbar-collapse .navbar-nav li .sub-menu li a:hover {
  font-weight: 500;
}

.body .hero-section .tp-banner-container .tp-banner .slide-content-box h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
  color: #FFFFFF;
  margin: 14px 0 27px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .body .hero-section .tp-banner-container .tp-banner .slide-content-box h1 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .body .hero-section .tp-banner-container .tp-banner .slide-content-box h1 {
    font-size: 30px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .body .hero-section .tp-banner-container .tp-banner .slide-content-box h1 {
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 9px;
  }
}

.body .hero-section .tp-banner-container .tp-banner .slide-content-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .body .hero-section .tp-banner-container .tp-banner .slide-content-box p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .body .hero-section .tp-banner-container .tp-banner .slide-content-box p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .body .hero-section .tp-banner-container .tp-banner .slide-content-box p {
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    margin: 0 0 10px;
  }
}

.body .hero-section .tp-banner-container .tp-banner .button {
  margin-top: 53px;
}

@media only screen and (max-width: 767px) {
  .body .hero-section .tp-banner-container .tp-banner .button {
    margin-top: 40px;
  }
}

.body .hero-section .tp-banner-container .tp-banner .button .btn {
  border-radius: 0;
}

.body .hero-section .tp-banner-container .tp-banner .button .btn::before {
  border-radius: 0;
}

.body .r .section-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .body .r .section-wrapper {
    margin-bottom: 30px;
  }
}

.body .about-Company-Section {
  background-color: #f5f5f5;
}

/* placeholder  */
.about-Company-Section input::-webkit-input-placeholder {
  color: #000;
}

.about-Company-Section input:-ms-input-placeholder {
  color: #000;
}

.about-Company-Section input::-ms-input-placeholder {
  color: #000;
}

.about-Company-Section input::placeholder {
  color: #000;
}

.about-Company-Section a {
  color: #000;
}

.about-Company-Section textarea::-webkit-input-placeholder {
  color: #000;
}

.about-Company-Section textarea:-ms-input-placeholder {
  color: #000;
}

.about-Company-Section textarea::-ms-input-placeholder {
  color: #000;
}

.about-Company-Section textarea::placeholder {
  color: #000;
}

/* placeholder end */

.body .about-Company-Section .section-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .body .about-Company-Section .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .body .about-Company-Section .section-title {
    margin-bottom: 30px;
  }
}

.body .about-Company-Section .content-wrapper {
  margin-right: 60px;
}

@media only screen and (max-width: 991px) {
  .body .about-Company-Section .content-wrapper {
    margin-right: 0;
  }
}

.body .about-Company-Section .content-wrapper p {
  color: #000;
}

.body .about-Company-Section .content-wrapper p:last-child {
  margin: 0;
}

.body .about-Company-Section .content-wrapper .content {
  margin-bottom: 22px;
}

.body .about-Company-Section .content-wrapper .content li .single-content {
  color: #000;
}

.body .Services__2-service-section .section-title {
  margin-bottom: 13px;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper {
  box-shadow: none;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 6px;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .wrapper-content {
  position: relative;
  z-index: 5;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .wrapper-content h4 a {
  color: #222;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .wrapper-content h4 a:hover {
  color: #787bff;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .wrapper-content p {
  color: #222;
}

.body .Services__2-wrapper:hover h4,
.body .Services__2-wrapper:hover div,
.Services__2-wrapper:hover p {
  color: #222;
}

.body .Services__2-wrapper {
  border-top: 4px solid #787bff !important;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .hover .hover-one,
.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .hover .hover-two,
.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .hover .hover-three,
.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .hover .hover-four {
  opacity: 1;
  -webkit-transform: scale(1);

  transform: scale(1);
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .icon {
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
  margin: 30px auto 30px;
  width: 60px;
  height: 60px;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content {
  border-bottom: 4px solid #787bff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content h3 {
  color: #313131;
  margin: 0 0 5px;
  transition: .3s;
}

.body .Services__2-service-section .Services__2-carousel .link:hover .Services__2-wrapper .wrapper-content h3 {
  color: #787bff;
}

.link {
  color: inherit;
}

.Services__2-wrapper .wrapper-content h3:hover {
  color: #787bff;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .wrapper-content div {
  padding: 0 35px 12px;
  font-size: 17px;
  color: #313131;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .hover .hover-one {
  top: 0;
  transition-delay: 0.25s;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .hover .hover-two {
  top: 25%;
  transition-delay: 0.105s;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .hover .hover-three {
  top: 49%;
  transition-delay: 0.105s;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper .hover .hover-four {
  top: 74%;
  transition-delay: 0s;
}

.body .news-section .link .btn,
.body .project-section .link .btn {
  border-radius: 0;
}

.body .news-section .link .btn:before,
.body .project-section .link .btn:before {
  border-radius: 0;
}

/*
        HomePage-STYLE
*/

@media only screen and (max-width: 767px) {

  /* slider mobile  */
  .hero-section {
    padding: 66px 0;
    height: 40vh;
    position: relative;
    background-position: right center;
  }


  .top-btn--inner,
  #hero .font-medium {
    display: none;
  }

  #hero h1 {
    background-color: rgba(120, 123, 255, 0.85);
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* slider mobile end */
}


/*
        HomePage-STYLE
 */

/*
        Faq-Page-STYLE
 */
.faq-page-section .brochure {
  margin-right: 60px;
}

@media only screen and (max-width: 1199px) {
  .faq-page-section .brochure {
    margin-right: 0;
  }
}

.faq-page-section .brochure h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #0d1d36;
}

@media only screen and (max-width: 991px) {
  .faq-page-section .brochure h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-page-section .brochure h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.faq-page-section .brochure p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #666666;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .faq-page-section .brochure p {
    font-size: 14px;
    line-height: 25px;
  }
}

.faq-page-section .brochure span {
  font-size: 16px;
  color: #787bff;
  border: 2px solid #787bff;
  border-radius: 8px;
  display: block;
  padding: 10px 30px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
  .faq-page-section .brochure span {
    padding: 8px 30px;
    margin-bottom: 10px;
  }
}

.faq-page-section .brochure span i {
  font-size: 22px;
  color: #787bff;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .faq-page-section .faq-content {
    margin-top: 50px;
  }
}

.faq-page-section .faq-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .faq-page-section .faq-content h3 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-page-section .faq-content h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-page-section .faq-content h3 {
    font-size: 22px;
  }
}

.faq-page-section .faq-content .accordion-content .ui-accordion-header {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #031633;
  background-color: #FFFFFF;
  padding: 13px 33px;
  margin-bottom: 0;
  margin-top: 14px;
  cursor: pointer;
  border: 1px solid #dee0e1;
}

@media only screen and (max-width: 767px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-header {
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-header {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 40px 13px 15px;
  }
}

.faq-page-section .faq-content .accordion-content .ui-accordion-header:focus {
  outline: none;
}

.faq-page-section .faq-content .accordion-content .ui-accordion-header::before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 20px;
  color: #222222;
  margin-top: -5px;
}

@media only screen and (max-width: 479px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-header::before {
    right: 15px;
  }
}

.faq-page-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active {
  border-color: #787bff;
}

.faq-page-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before {
  content: "\f106";
}

.faq-page-section .faq-content .accordion-content .ui-accordion-content {
  padding: 25px 35px 35px;
  border: 1px solid #dee0e1;
}

@media only screen and (max-width: 991px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 35px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 50px;
  }
}

@media only screen and (max-width: 699px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 30px;
  }
}

@media only screen and (max-width: 450px) {
  .faq-page-section .faq-content .accordion-content .ui-accordion-content {
    padding: 25px 20px 50px;
  }
}

.faq-page-section .faq-content .accordion-content .ui-accordion-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #828282;
  word-break: break-all;
  margin-bottom: 0;
}

/* hero  */
@media (max-width: 1320px) {

  .top-btn {
    padding: 11px 30px !important;
  }

  #hero .font-medium {
    max-width: 450px;
  }


}

@media (max-width: 1200px) {

  #hero .font-medium {
    max-width: 400px;
  }

  .top-btn {
    padding: 11px 20px !important;
  }

}


/* hero end */

/*
      section-padding
 */

@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}

/*
        Page-STYLE
 */

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes animation {
  0% {
    height: 5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #787bff;
  }

  25% {
    height: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #787bff;
  }

  50% {
    height: 30px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    background: #787bff;
  }

  100% {
    height: 5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #787bff;
  }
}

/* header  */
.headertop a {
  color: #fff;
}

.headertop a:hover {
  color: #fff;
  text-decoration: underline;
}


/* footer  */
/* btn  */
.btn-footer {
  display: inline-block;
  text-decoration: none !important;
  color: #fff;
  background: #787bff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  padding: 15px 40px;
  margin-bottom: 10px;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border: 0;
}

.btn-footer:hover {
  color: #fff;
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

.el-description {
  color: #aaa;
}

/* btn end  */

/* copy  */

.copy-right .container {
  display: flex;
}

.copy,
.pol {
  width: 50%;
}

/* copy end  */

.map-iframe {
  height: 400px;
}

.body .Services__2-service-section .Services__2-carousel .Services__2-wrapper:hover .wrapper-content {
  color: #fff;
}

/* Страница Наши услуги */
#Services_page .link {
  width: 270px;
}

#Services_page .item .icon img {
  max-width: 60px;
  height: auto;
}

#Services_page .item .icon {
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
  margin: 30px auto 15px;
  width: 60px;
  height: 60px;
}

#Services_page .Services__2-wrapper {
  box-shadow: none;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 6px;
}

#Services_page .wrapper-content {
  border-bottom: 4px solid #787bff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#Services_page .wrapper-content h4 {
  color: #313131;
  margin: 0 0 5px;
  transition: .3s;
  font-size: 19px;
  font-weight: 500;
}

#Services_page .Services__2-wrapper:hover h4 {
  color: #787bff;
}

#Services_page .Services__2-wrapper .wrapper-content div {
  padding: 0 35px 12px;
  font-size: 17px;
  color: #313131;
}

.flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Страница Наши услуги конец*/


/* responsive  */
@media (max-width: 991px) {
  .map-iframe {
    height: 350px;
  }

  /* copy  */

  .copy-right .container {
    display: flex;
    flex-direction: column;
  }

  .copy,
  .pol {
    width: 100%;
    text-align: center;
  }

  #footer .last-wrapper {
    padding-bottom: 0;
  }

}

/* 480  */

@media (max-width: 480px) {
  .a-footer .content {
    max-width: 206px;
  }

  .breadcrumbs {
    font-size: 16px;
    height: 75px;
  }

  #Services_page .link {
    width: 100%;
  }

  #Services_page .item {
    width: 100%;
  }

  .page_inner h1 {
    font-size: 30px;
  }

}

/* hero */

@media (max-width: 414px) {

  #hero h1 {
    font-size: 19px !important;
    line-height: 1.2 !important;
    padding: 12px;
  }

  .hero-section {
    height: 30vh;
  }

}

@media (max-width: 375px) {

  #hero h1 {
    font-size: 18px !important;
  }

  .menu-toggle.sticky .mobile-logo {
    margin: -20px 5px 0;
  }

}

@media (max-width: 360px) {

  #hero h1 {
    font-size: 17px !important;
  }

}

@media (max-width: 360px) {

  #hero h1 {
    font-size: 16px !important;
  }

}

.visibility-hidden{
  visibility: hidden;
}