/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.22.7
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 15 May 2019 18:05:34 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.gmdf-wrap {
	position: relative;
	z-index: 10;
}

.gmdf-wrap .gmdf {
	position: fixed;
	bottom:0;
	right: 0;
	width: 180px;
	padding: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


.gmdf-wrap .gmdf a {
	text-decoration: none;
}

.gmdf-wrap:hover .gmdf {
	width:300px;
}

.gmdf-wrap .gmdf #rect {
	position: relative;
	cursor: pointer;
	padding: 15px 15px;
	text-transform: uppercase;
	text-align: center;
	font: 400 0.9em 'Oswald', sans-serif;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.3);
	background: #222;
	color: #fff;
	border:1px solid rgba(0,0,0,0.15);
	border-top:none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover {
	z-index: +99;
	background: #fff;
	color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	text-shadow:none;
}


.gmdf-wrap .gmdf #rect .contents {
	text-shadow:none;
	margin-left: 20px;
	padding: 0;
	font: 300 1em/1.2em 'Oswald', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	text-align: justify;
	color: rgba(0,0,0,0.8);
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover .contents {
	width: 210px;
	padding: 10px 0;
	height: 45px;
	opacity: 1;
}

.gmdf-wrap .gmdf #rect .fa {
font-size:18px;
}

.wpcf7 input {
	width:80%;
	padding:15px;
}

.wpcf7 textarea {
	width:80%;
}

.wpcf7 label {
	font-style:italic;
	font-weight:bold;
}

.wpcf7-submit {
	background-color: #F6981E;
	color:#fff;
	font-family: "Open Sans",Arial,sans-serif;
	font-size:16px;
	font-weight: 600;
	border:none !important;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


/* POP UP */

#pum-159{
	z-index: 1000;
}

/* HEADER */

#main-header{
	z-index: 100;
}
.footer-button {
	background:#f6981e;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	border-radius:8px;
	padding:10px;
	border:none;
}

footer h2 {
	color:#fff;
}


footer li {
	list-style-type:none;
}

#footer-widgets .footer-widget li:before {
   display:none !important;
}
#footer-bottom {
	color:#fff !important;
	font-weight:600;
	font-size:16px;
}


@media (max-width: 720px) {
.gmdf-wrap {display:none;}
.grecaptcha-badge {display: none;}

}

#top-header{
  background: #111;
  padding: 10px 0;
}

#et-info, #et-info a, #et-secondar-menu a{
	color: #d5d4d4 !important
}

#top-header .container {
  width: 100%;
  max-width: 86%;
}

.btn-menu a{
	background: #ffb300;
  padding: 17px 20px !important;
	color: #fff !important;
}

a.btn-slider{
  background: #2b2e40;
  padding: 18px 30px;
  color: #fff !important;
  display: inline-block;
}

a.btn-slider-alt{
  background: transparent;
  padding: 17px 30px;
  color: #fff !important;
  display: inline-block;
  border: 2px solid #fff;
}

a.btn-slider:hover, a.btn-slider-alt:hover{
	background: #fff;
	color: #222 !important;
}

.about-left {
  position:relative;
  text-align:center;
  z-index:1
}
.about-left::before {
  content:"";
  position:absolute;
  bottom:-40px;
  left:0;
  width:45%;
  height:60%;
  background:#242d45;
  z-index:-1
}
.about-left::after {
  content:"";
  position:absolute;
  top:-40px;
  right:0;
  width:45%;
  height:60%;
  border:5px solid #242d45;
  z-index:-1
}
.about-experience {
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  top:40px;
  left:0;
  background:#242d45;
  padding:10px 20px 10px 10px;
  color:#fff;
  box-shadow:0 0 40px 5px rgb(0 0 0/10%)
}
.about-experience-icon {
  color:#fff;
  font-size:45px;
  width:70px;
  height:70px;
  line-height:60px;
  text-align:center;
  background:#ffb300;
  border-radius:50px;
}
.about-experience-icon img {
  width:42px;
  filter:brightness(0) invert(1);
  padding-top: 13px;
}

.about-right {
  position:relative;
  display:block;
  padding-left:30px;
}
.about-list-wrapper {
  position:relative;
  display:block;
  margin-top:20px;
  margin-bottom:10px;
}
.about-list {
  position:relative;
  display:block;
}
.about-list li {
  position:relative;
  padding-left:25px;
  margin-top:10px;
  font-weight:500;
}
.about-list li::before {
  content:"\f058";
  position:absolute;
  left:0;
  top:0;
  font-family:"font awesome 6 pro";
  color:var(--theme-color);
}
@media all and (max-width:991px) {
  .about-right {
    margin-top:70px;
  }
}

.site-heading {
  margin-bottom:22px;
  position:relative;
  z-index:1
}
.site-title-tagline {
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:18px;
  font-weight:700;
  color:#242d45;
  position:relative
}
.site-title-tagline i {
  line-height:0;
  font-size:20px;
color: #ffb300;
}
.site-title {
  font-weight:700;
  text-transform:capitalize;
  font-size:45px;
  color:#242d45;
  margin-top:5px;
  margin-bottom:0;
  position:relative;
  line-height: 1.2;
}
.site-title span {
  color:#ffb300;
}
.site-heading p {
  margin-top:15px
}
.heading-divider {
  display:inline-block;
  position:relative;
  width:90px;
  height:10px;
  border:3px solid #212e54;
  border-right-color:transparent
}
.heading-divider.light {
  border-color:rgba(255,255,255,.2);
  border-right-color:transparent
}
.heading-divider::after {
  position:absolute;
  content:'';
  width:30px;
  background-color:#ffb300;
  top:0;
  bottom:0;
  left:18px
}
.theme-btn {
  font-size:14px;
  color:#fff;
  padding:14px 20px;
  transition:all .5s;
  text-transform:uppercase;
  position:relative;
  border-radius:0;
  font-weight:600;
  letter-spacing:1px;
  cursor:pointer;
  text-align:center;
  overflow:hidden;
  border:none;
  background:#ffb300;
  box-shadow:var(--box-shadow);
  z-index:1
}
.theme-btn::before {
  content:"";
  height:300px;
  width:300px;
  background:#242d45;
  border-radius:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translateY(-50%) translateX(-50%) scale(0);
  transition:.5s cubic-bezier(.25,.46,.45,.94);
  z-index:-1;
}
.theme-btn:hover {
  color:#fff;
}
.theme-btn:hover::before {
  transform:translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn::after {
  content:"";
  position:absolute;
  right:5px;
  top:5px;
  bottom:0;
  width:20px;
  border:2px solid #fff;
  border-left:none;
  border-bottom:none;

}
.theme-btn:hover::after {
  width:100%
}
.theme-btn i {
  margin-left:5px
}
.theme-btn span {
  margin-right:5px
}

.about-list-wrapper {
  position:relative;
  display:block;
  margin-top:20px;
  margin-bottom:10px;
}
.about-list {
  position:relative;
  display:block;
}
.about-list li {
  position:relative;
  padding-left:25px;
  margin-top:10px;
  font-weight:500;
	list-style: none;
}
.about-list li::before {
  content:"\2713";
  position:absolute;
  left:0;
  top:0;
  color:#ffb300;
}

.service-area {
  position:relative;
  display:block;
  overflow:hidden;
}
.service-item {
  position:relative;
  padding:20px 20px 0 20px;;
  background:#fff;
  /*transition:var(--transition);*/
  box-shadow:var(--box-shadow);
  z-index:1;
}
.service-item:hover {
  /*transform:translateY(-10px);*/
}
.service-img {
  position:relative;
  z-index:1;
}
.service-img::before {
  content:"";
  position:absolute;
  left:20px;
  top:20px;
  right:0;
  bottom:0;
  border:4px solid #ffb300;
  z-index:-1;
}
.service-img img {
  padding-right:20px;
  padding-bottom:20px;
}
.service-content {
  position:relative;
  margin-top:5px;
}
.service-icon {
  position:absolute;
  width:90px;
  height:90px;
  line-height:80px;
  background:#ffb300;
  font-size:50px;
  color:#fff;
  text-align:center;
  border-radius:50px 50px 0 50px;
  right:0;
  bottom:0;
  box-shadow:var(--box-shadow);
  z-index:1;
}
.service-icon img {
  width:50px;
  filter:brightness(0) invert(1);
  padding:0;
}
.service-arrow {
  margin-top:25px;
}
.service-title a {
  font-size:22px;
  margin:28px 0 0 0 !important;
  font-weight:600;
  margin-bottom:10px;
  color: dark;
	display: block;
	text-align: center;
}
.service-title a:hover {
  color:#ffb300;
}
.service-arrow .theme-btn {
  padding:10px 22px;
}

.service-icon .fab, .service-icon .fa{
	font-size: 51px;
}

.theme-btn {
  padding:10px 22px;
}

.service-text{
	text-align: center;
}

.text-white{
	color: #fff;
}
.theme-color{
	color:#ffb300;
}

.window-service {
  position:relative;
  margin-left:-100px;
  margin-top:30px;
  background:#fff;
  box-shadow:var(--box-shadow);
  border-left:4px solid #ffb300;
}
.window-service-item {
  padding:30px;
  text-align:center;
  border-right:1px solid rgba(9, 9, 9, 0.08);
  border-bottom:1px solid rgba(9, 9, 9, 0.08);
}
.window-service-icon img {
  width:70px
}
.window-service-title {
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:600
}
.window-service-title a:hover {
  color:#ffb300;
}
@media all and (max-width:991px) {
  .window-right {
    margin-top:40px
  }
  .window-service {
    margin-left:0
  }
}
@media all and (max-width:767px) {
.site-title {
 
  font-size:32px !important;
 
}
}
@media all and (max-width:767px) {
  .window-service-item {
    border:none;
    border-bottom:1px solid rgba(9, 9, 9, 0.08);
  }
}

 .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

.row-dw{
	position: relative;
  display: flex;
  flex-wrap: wrap;
}

.window-service-title a{
	color: #1E2A4D;
	font-weight: 700 !important;
}

.choose-area {
  position:relative;
}
.choose-item {
  display:flex;
  gap:15px;
  position:relative;
  background:#fff;
  margin-bottom:25px;
  padding:20px;
  box-shadow:var(--box-shadow);
  z-index:1;
}
.choose-item-content {
  flex:1
}
.choose-icon {
  width:80px;
  height:80px;
  line-height:72px;
  background:#ffb300;
  color:#fff;
  font-size:45px;
  border-radius:50px;
  margin-bottom:15px;
  text-align:center;
}
.choose-icon img {
  width:50px;
  filter:brightness(0) invert(1);
}
.choose-item-content h4 {
  margin-bottom:10px;
  font-size:19px;
}
.choose-img {
  position:relative;
  clip-path:polygon(10% 0%,100% 0,100% 100%,0% 100%);
}
.choose-img::before {
  content:"";
  position:absolute;
  top:15px;
  right:15px;
  bottom:15px;
  border:8px solid #ffb300;
  width:80%;
  clip-path:polygon(25% 0,100% 0,100% 100%,8% 100%);
}
.choose-img .play-btn {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
@media all and (max-width:991px) {
  .choose-content {
    margin-bottom:60px;
  }
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.choose-item-content h4 {
  margin-bottom: 10px;
  font-size: 19px;
  color: #1F2A4A;
	font-weight: 600;
}

.footer-contact .et-pb-icon{
	padding: 5px;
  font-size: 18px !important;
}

#main-footer a{
	color: #fff !important;
}

.door-left {
  margin-right:15px;
}
.door-service {
  position:relative;
  margin-right:-100px;
  margin-top:30px;
  background:#fff;
  box-shadow:var(--box-shadow);
  border-right:4px solid  #ffb300;
  z-index:9999999;
}
.door-service-item {
  padding:30px;
  text-align:center;
  border-right:1px solid rgba(0, 0, 0, 0.11);
  border-bottom:1px solid rgba(0, 0, 0, 0.11);
}
.door-service-icon img {
  width:70px;
}
.door-service-title {
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:600;
}
.door-service-title a:hover {
  color: #ffb300;
}
@media all and (max-width:991px) {
  .door-left {
    margin-bottom:40px;
  }
  .door-service {
    margin-right:0;
  }
}
@media all and (max-width:767px) {
  .door-service-item {
    border:none;
    border-bottom:1px solid rgba(0, 0, 0, 0.11) !important;
  }
}

.door-service-title a{
	color: #1E2A4D;
  font-weight: 700 !important;
}

a.btn-more{
	background: #ffb300;
  padding: 13px 35px;
  color: #fff;
	margin-top: 10px !important;
	display: inline-block;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 0 !important;
  }

.choose-icon .fa{
	padding-top: 18px;
}

#main-footer a:hover{
	color: #ffb300 !important;
}

.btn-menu a:hover{
	background: #fff;
	opacity: 1 !important;
	color: #222 !important;
}

.et-fixed-header #top-menu .btn-menu.current-menu-item a:hover{
	background: #fff;
	opacity: 1 !important;
	color: #222 !important;
}

.et-fixed-header #top-menu .btn-menu.current-menu-item a{
	color: #fff !important;
}

.btn-menu a{
	background: #ffb300;
  padding: 17px 20px !important;
	color: #fff !important;
}

#top-menu-nav{
	top: -9px;
  position: relative;
}
.et-fixed-header #top-menu-nav{
	top: 2px !important;
}

#page-container #top-header {
  background-color: #1f3e5f !important;
}

#et-info a, #et-info{
	color:#fff !important;
}

.et_mobile_menu {
  background-color: rgb(118, 118, 118) !important;
}