@media only screen and (min-width: 992px) and (max-width: 1329px){
.navbar.navbar-expand-lg {
    padding: 15px 0 0;
}
.navbar-brand {
    max-width: 250px;
    padding: 0;
}
.navbar-expand-lg ul.navbar-nav li a.nav-link {
    font-size: 16px;
    margin-left: 35px;
}
.carousel-caption {
    max-width: 900px;
}
.carousel-caption .carousel-content h1 {
  font-size: 26px;
  letter-spacing: 35px;
  margin-left: 25px;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.carousel-item {
    height: 700px;
}
#carouselExampleIndicators::after {
  bottom: -100px;
  height: 312px;
}
.our-company-section {
    height: 100%;
    padding-top: 100px;
    background-size: 50%;
}
.our-company-content {
    padding-bottom: 100px;
    padding-top: 100px;
}
.our-company-section::before {
  background-size: 100% auto;
  height: 440px;
  top: -178px;
  width: 300px;
}
.section-title {
    font-size: 40px;
}
.right-approach-section h1.section-title {
    margin-bottom: 18px;
}
.our-approach-section .right-approach-section h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
}
.our-approach-section .right-approach-section p, .our-focus-section .our-focus-content p {
    font-size: 16px;
}
.contact-us-left {
  margin-right: 10px;
  padding-right: 50px;
}
.contact-us-right {
    padding-left: 0;
    padding-top: 40px;
}
.contact-us-right ul > li h4 {
  font-size: 16px;
}
.contact-us-right ul > li p, .contact-us-right ul > li a {
    font-size: 16px;
}
.contact-us-right ul {
    margin-bottom: 35px;
}
.contact-us-right ul:nth-child(2) {
    margin-bottom: 25px;
}
.con_form {
    margin-top: 35px;
}
form input, form textarea {
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-us-section {
    padding-bottom: 50px;
    padding-top: 120px;
}
.footer-bottom {
    padding: 15px 0;
}
.copyright p {
    font-size: 16px;
}
.footer-menu.text-center.navbar-nav {
    padding: 35px 0;
}
.footer-menu li {
    font-size: 16px;
    margin-left: 75px;
}
#myBtn {
  bottom: 90px;
}
.our-approach-section {
  background-position: center 20px;
  background-size: 700px auto;
  padding-bottom: 150px;
}
.our-focus-section {
    padding-bottom: 130px;
}
.our-focus-section::before {
  background-size: 530px auto;
  right: 0px;
}
.right-approach-section {
  margin: 129px 0;
}
.contact-us-section::before {
  height: 324px;
  top: -324px;
}
.contact-us-section::after {
  left: 270px;
  top: -105px;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px){
.navbar.navbar-expand-lg {
    padding: 15px 0 0;
}
.navbar-brand {
    max-width: 250px;
    padding: 0;
}
button.navbar-toggler {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    height: 43px;
    padding: 0;
    position: relative;
    width: 45px;
}
button.navbar-toggler .navbar-toggler-icon {
    background-color: #854442;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
}
button.navbar-toggler .navbar-toggler-icon::after, button.navbar-toggler .navbar-toggler-icon::before {
  background-color: #854442;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
}
button.navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
    top: auto;
}
.navbar-collapse {
    background-color: #fff;
    bottom: 0;
    max-width: 320px;
    height: 100% !important;
    padding: 50px 0;
    position: fixed;
    right: -320px;
    display: block;
    top: 0;
    width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.show-menu .navbar-collapse {
    right: 0px;
}
.navbar-collapse .navbar-nav {
    border-top: 1px solid #ddd;
}
.navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
}
.navbar-expand-lg ul.navbar-nav li a.nav-link {
  color: #000;
  display: block;
  font-size: 16px;
  margin-left: 0;
  padding: 10px;
}
.carousel-caption {
  max-width: 570px;
}
.carousel-caption .carousel-content h1 {
    font-size: 20px;
    letter-spacing: 17px;
    margin-left: 18px;
    margin-top: 5px;
}
.carousel-caption .carousel-content p {
    font-size: 15px;
    line-height: 150%;
    margin-top: 15px;
}
.carousel-item {
    height: 640px;
}
.more-btn a {
    font-size: 18px;
}
.carousel-content .more-btn {
    margin: 0 auto;
}
.more-btn {
    height: 50px;
    line-height: 50px;
    margin: 25px 0 0 46px;
    width: 215px;
}
.more-btn::before {
  background-size: 232px auto;
  height: 50px;
  left: -46px;
  width: 47px;
}
.more-btn:hover::before, .more-btn:focus::before {
  background-position: 0 -57px;
}
#carouselExampleIndicators::after {
  bottom: -50px;
  height: 140px;
}
.our-company-section {
    background-position: right 10px;
    background-size: 420px auto;
    height: 100%;
    padding-bottom: 70px;
    padding-top: 70px;
}
.our-company-section::before {
    background-size: 300px auto;
    height: 508px;
}
.our-company-content {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-top: 70px;
}
.section-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.our-company-section .our-company-content p {
    font-size: 16px;
}
.contact-btn::before {
    background-position: 0 0;
    top: 0;
}
.our-approach-section {
  background-position: center 20px;
  background-size: 400px auto;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-top: 130px;
  width: 100%;
}
.left-approach-section > ul, .right-approach-section h1.section-title {
    margin-bottom: 15px;
}
.left-approach-section > ul {
  margin-top: 0;
  padding-right: 0;
}
.left-approach-section > ul li.text-right {
    margin-right: 15px;
    max-width: 200px;
}
.left-approach-section > ul li h3 {
    font-size: 17px;
}
.left-approach-section > ul li p, .our-approach-section .right-approach-section p, .our-focus-section .our-focus-content p {
    font-size: 14px;
    line-height: 160%;
}
.our-approach-section .right-approach-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.our-focus-content {
    margin-top: -25px;
    padding-left: 15px;
    padding-top: 40px;
}

.our-focus-section::before {
    background: rgba(0, 0, 0, 0) url("../images/our-focus-bg-after.png") no-repeat scroll right top / 550px auto;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    margin: auto;
    position: absolute;
    right: -80px;
    top: 70px;
    width: 100%;
}
.our-focus-section {
    margin-bottom: 0;
    padding-bottom: 120px;
    padding-top: 120px;
}
.our-focus-section::before {
  background-position: right 130px;
  background-size: 430px auto;
  top: 20px;
  right: 0;
}
.contact-us-section::after {
    background-size: 100% auto;
    height: 130px;
    left: 190px;
    top: -58px;
    width: 119px;
}
.contact-us-section::before {
  height: 174px;
  top: -173px;
}
.contact-us-section {
    padding-bottom: 70px;
    padding-top: 70px;
}
.contact-us-left::before, .contact-us-left::after {
    display: none;
}
.contact-us-left {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
.con_form {
    margin-top: 25px;
}
form input, form textarea {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 0 15px;
}
form .more-btn > input[type="submit"] {
  font-size: 18px;
}
.contact-us-right {
    padding-left: 0;
    padding-top: 40px;
}
.conatct_btn {
    left: 20px;
    margin: 0 auto;
    position: relative;
}
.conatct_btn > div#ajaxLoader img {
  right: -50px;
}
form .more-btn {
    left: 20px;
    margin: 0 auto !important;
}
.contact-us-right ul {
  margin-bottom: 25px;
}
.contact-us-right ul:nth-child(2) {
    margin-bottom: 15px;
}
.footer-menu.text-center.navbar-nav {
    padding: 25px 0;
}
.footer-menu li {
    font-size: 16px;
    margin-left: 25px;
}
.footer-bottom {
    padding: 15px 0;
}
.copyright p {
    font-size: 14px;
    line-height: 38px;
}
.social-link.navbar-nav li {
    height: 38px;
    margin-left: 10px;
    width: 33px;
}
.social-link.navbar-nav li a::before {
  background-position: -50px 0;
  background-size: 210px auto;
  height: 38px;
  width: 33px;
}
.social-link.navbar-nav li a.twt::before {
  background-position: -93px 0;
}
.social-link.navbar-nav li a.linkd::before {
    background-position: -135px 0;
}
.social-link.navbar-nav li a.insta::before {
    background-position: -178px 0;
}
#myBtn {
  bottom: 60px;
}
.close-button {
  display: block;
}
.carousel-content .more-btn::after {
  left: -17px;
  width: 232px;
}
.left-approach-section > ul li:last-child {
  max-width: 70px;
}
#header.header.fixed .navbar-expand-lg .navbar-nav {
    padding-top: 0;
}
.navbar-nav.ml-auto {
  text-align: left;
}


}

@media only screen and (max-width: 767px){
.close-button {
  display: block;
}
.navbar.navbar-expand-lg {
    padding: 5px 0;
}
#header.header.fixed .navbar.navbar-expand-lg {
    padding-bottom: 5px;
    padding-top: 5px;
}
.navbar-brand {
  margin: 0;
  max-width: 190px;
  padding: 0;
}
button.navbar-toggler {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    height: 43px;
    padding: 0;
    position: relative;
    width: 45px;
}
button.navbar-toggler .navbar-toggler-icon {
    background-color: #854442;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
}
button.navbar-toggler .navbar-toggler-icon::after, button.navbar-toggler .navbar-toggler-icon::before {
  background-color: #854442;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
}
button.navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
    top: auto;
}
.navbar-collapse {
    background-color: #fff;
    bottom: 0;
    max-width: 320px;
    height: 100% !important;
    padding: 50px 0;
    position: fixed;
    right: -320px;
    display: block;
    top: 0;
    width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.show-menu .navbar-collapse {
    right: 0px;
}
.navbar-collapse .navbar-nav {
    border-top: 1px solid #ddd;
}
.navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
}
.navbar-expand-lg ul.navbar-nav li a.nav-link {
  color: #000;
  display: block;
  font-size: 16px;
  margin-left: 0;
  padding: 10px;
}
#carouselExampleIndicators::after {
  bottom: -29px;
  height: 80px;
}
.carousel-caption {
    max-width: 290px;
    padding: 0 10px;
    top: 55%;
}
.carousel-caption .carousel-content h1 {
    font-size: 16px;
    letter-spacing: 4px;
    margin: 2px 0 5px;
}
.carousel-caption .carousel-content p {
    font-size: 15px;
    line-height: 160%;
    margin-top: 0;
}
.more-btn a {
    font-size: 16px;
}
.carousel-caption .more-btn {
    left: 15px;
    max-width: 145px;
    margin: auto;
    position: relative;
}
.more-btn {
  height: 50px;
  left: 20px;
  line-height: 50px;
  margin: 5px auto 0;
  width: 225px;
}
.more-btn::before {
  background-size: 232px auto;
  height: 50px;
  left: -46px;
  width: 47px;
}
.more-btn:hover::before, .more-btn:focus::before {
  background-position: 0 -57px;
}
.carousel-item {
    height: 410px;
}
.carousel-control-next, .carousel-control-prev {
  height: 35px;
  width: 35px;
}
.carousel-control-next {
  right: 10px;
}
.carousel-control-prev {
  left: 10px;
}.carousel-control-next-icon::before, .carousel-control-prev-icon::before {
  background-position: -53px -135px;
  background-size: 245px auto;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.carousel-control-prev-icon::before {
    background-position: 0 -135px;
}
.carousel-control-prev-icon:hover::before {
    background-position: 0 -180px;
}
.carousel-control-next-icon:hover::before {
    background-position: -53px -180px;
}
.our-company-section {
    background-position: 110% 10px;
    background-size: 230px auto;
    height: 100%;
}
.our-company-content {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-top: 0;
    width: 100%;
}
.our-approach-section {
  background-size: 220px auto;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
}
.section-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.our-company-section .our-company-content p {
    font-size: 15px;
    line-height: 160%;
    margin: 30px 0;
}

.our-company-section::before {
  background-size: 300px auto;
  height: 428px;
}
.left-approach-section > ul {
  margin-bottom: 0px;
  padding-right: 0;
  padding-top: 80px;
  position: relative;
}
.left-approach-section > ul li.text-right {
    margin-right: 0;
    max-width: 100%;
}
.left-approach-section > ul > li:last-child {
    left: 0;
    margin: auto;
    max-width: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.left-approach-section > ul li h3 {
    font-size: 18px;
    text-align: center;
}
.left-approach-section > ul li p, .our-approach-section .right-approach-section p {
  font-size: 15px;
  line-height: 160%;
  max-width: 100%;
  text-align: center;
}
.right-approach-section {
    margin: 0;
}
.right-approach-section h1.section-title {
  margin-bottom: 15px;
  text-align: center;
}
.our-approach-section .right-approach-section h3 {
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 13px;
    text-align: center;
}
.our-focus-content {
    margin-top: -20px;
    padding-left: 15px;
    padding-top: 20px;
    margin-bottom: 25px;
}
.our-focus-section .our-focus-content p {
    font-size: 15px;
    line-height: 160%;
}
.our-focus-section::before, .contact-us-left::before, .contact-us-left::after {
    display: none;
}
.our-focus-section {
    margin-bottom: 0;
}
.contact-us-section::before {
    background-size: 100% 100%;
    height: 64px;
    top: -64px;
}
.contact-us-left {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
.con_form {
    margin-top: 20px;
}
form input, form textarea {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 0 10px;
}
form .more-btn {
    left: 21px;
    margin: 0 auto !important;
    position: relative;
}
.contact-us-right {
    padding-left: 0;
    padding-top: 25px;
}
.contact-us-right ul {
    margin-bottom: 25px;
}
.contact-us-right ul:nth-child(2) {
    margin-bottom: 15px;
}
.contact-us-right ul > li:last-child {
    margin-left: 65px;
}
.contact-us-right ul > li h4, .contact-us-right ul > li p, .contact-us-right ul > li a {
    font-size: 16px;
}
.footer-menu.text-center.navbar-nav {
    padding: 25px 0 0;
    display: block;
}
.footer-menu li {
  border-bottom: 1px solid #854442;
  display: block;
  font-size: 14px;
  line-height: 180%;
  margin-left: 0;
  width: 100%;
}
.footer-menu li:last-child {
  border-bottom: 0px solid #854442;
}
.footer-menu li > a {
    display: block;
    padding: 5px;
}
.footer-bottom {
    padding: 15px 0;
}
.copyright p {
    font-size: 11px;
    line-height: 180%;
    text-align: center;
}
.social-link.navbar-nav li {
    height: 38px;
    margin-left: 10px;
    width: 33px;
}
.social-link.navbar-nav li a::before {
  background-position: -50px 0;
  background-size: 210px auto;
  height: 38px;
  width: 33px;
}
.social-link.navbar-nav li a.twt::before {
  background-position: -93px 0;
}
.social-link.navbar-nav li a.linkd::before {
    background-position: -135px 0;
}
.social-link.navbar-nav li a.insta::before {
    background-position: -178px 0;
}
.social-link.navbar-nav {
    justify-content: center;
}
.footer-bottom .social {
    margin-top: 10px;
}
.error-404-header-text h3 {
    display: block;
    font-size: 100px;
    text-align: center;
}
.section-wrapper-404 h2 {
    font-size: 17px;
}
.section-wrapper-404 .more-btn {
    left: 0;
}
.conatct_btn {
    margin: 0 auto;
    position: relative;
}
form .more-btn > input[type="submit"] {
    font-size: 18px;
}
.conatct_btn > div#ajaxLoader img {
    right: -10px;
}
.contact-us-section::after {
  background-size: 100% auto;
  height: 70px;
  left: 90px;
  top: -31px;
  width: 60px;
}
.our-company-section, .our-approach-section, .contact-us-section, .our-focus-section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.right-approach-section .section-title {
    text-align: center;
}
#our-approach-section .order-last, #our-approach-section .order-first{
	order: 0;
}
#our-approach-section .order-first{
	margin-top: 25px;
}
.carousel-content .more-btn::after {
  bottom: -4px;
  height: 4px;
  left: -17px;
  width: 163px;
}
.carousel-content .more-btn a::after {
  background-position: 0 -196px;
  background-size: 200px auto;
  bottom: -95px;
  height: 107px;
  left: -37px;
  width: 195px;
}
.con_form .col-md-6 {
    width: 100%;
}
#header.header.fixed .navbar-expand-lg .navbar-nav {
    padding-top: 0;
}
.navbar-nav.ml-auto {
  text-align: left;
}
.our-approach-section h2.section-title {
    margin-top: 30px;
}


}

@media only screen and (min-width: 480px) and (max-width: 767px){
.carousel-caption {
    max-width: 380px;
}

}












