/* 

Theme Name: Master
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: A.K. Business Solutions
Author URI: https://wordpress.org/
Description: Our 2018 Woocommerce theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.





 */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.h1, h1 {
    font-size: 34px;
	font-family: myFirstFont;
}

.h3, h3 {
    font-size: 24px;
    font-family: myFirstFont;
}



.navbar-nav {
    float: right!important;
    margin: 0;
}


p{
	
	 font-family: myFirstFont;
}

.box {
    width: 25%;
    background: aliceblue;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 20px;
    
}


@font-face {
  font-family: myFirstFont;
  src: url(BeVietnam-Medium.ttf);
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    color: #000;
}




body {
   width: 100%;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
        padding-right: 0px;
    padding-left: 0px;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-x: hidden !important;
      overflow-y: hidden;
}


















.form-control {
  padding: 6px 30px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
   left:0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-control-feedback-second {
    top: 95px !important;
}
.form-control-my{
  margin-top: 35px;
}
.form-control-feedback-third{
   top: 165px !important;
}
.form-control-feedback-forth{
top: 232px !important;
}

.labe-btn{
    background: #09b0a4; 
    display: table;
    color: #fff;
        border: none;
        margin-top: 35px;
        padding: 10px 50px;
     }







.navbar-inverse {
    background-color: #171113;
    border-color: #171113;
}

.row {
    margin-right: -15px;
    margin-left: -3px;
   
}

@media (min-width: 768px){
.navbar {
    border-radius: 0px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 40px;
    margin-top: 25px;
}
@media (min-width: 768px)
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 30px;
}
}
@media (max-width: 768px){
.collapse-mob-style {
  margin-top: 26px;
  }

 
}

@media (max-width: 320px){

 .logo-mob{
        width: 75%;
    margin-top: -37px !important;
  }
}






.navbar {
    position: relative;
    min-height: 85px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-brand>img {
    display: block;
    margin-top: -10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
   background-color: transparent; 
    border: 3px solid #09b0a4;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}




.my-first-blue-head{
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}




.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #09b0a4;
  color: #09b0a4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
    padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

.first {
  -webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}
.first:hover {
  -webkit-box-shadow: 0 0 40px 40px #09b0a4 inset;
          box-shadow: 0 0 40px 40px #09b0a4 inset;
}


.about-us-btn-center{
  text-align: -webkit-center;
  text-align: -moz-center;
}


.bgimg{
    background-image:url("img/bag1.png");
    background-repeat: no-repeat;
      position: relative;
      background-size: auto;
      margin-left: auto;
      margin-right: auto;
    width:100%;
    margin-top: 0px;
    
}












      
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color: #09b0a4;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #09b0a4;;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #fff;
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color: #fff;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.itemx {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.itemx:hover{
    background:#09b0a4;
    -webkit-box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.itemx:hover .itemx, .itemx:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.itemx:hover h6, .itemx:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.itemx .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.itemx .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.itemx .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.itemx .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.itemx .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.itemx .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.itemx .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.itemx p{
    font-size:15px;
    line-height:26px;
}
.itemx h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
















.my-icons{
  margin-top: -10px;
}

@media (max-width: 1200px){
.bgimg{
    background-image:none;
    background-repeat: no-repeat;
      position: relative;
      background-size: auto;
      margin-left: auto;
      margin-right: auto;
    width:100%;
    margin-top: 50px;
    
}
.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #000;
}

}




.modula .modula-items .jtg-social {
    right: 30px;
    position: absolute;
    bottom: 20px;
    text-align: right;
    transition: all .3s;
    opacity: 1;
    display: none!important;
}





.contact-info-style {
    font-size: 16px;
    margin-top: 35px;
}

.contact-info-style-img {
    margin-top: 20px;
    margin-right: -18px!important;
}
.footer-text-style{
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.first-icon-phone{
  margin-top: 20px;
      width: 50%;
}



@media (max-width: 768px){
.my-first-blue-head {
    font-size: 19px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.contact-info-style{
 text-align: center;
}
.first-icon-phone{
  margin-top: 0px;
  width: 8%;
}

}


@media (min-width:768px) and (max-width:1024px) {

.nav-my-font-size-tab{
  font-size: 11px;
}
.contact-info-style {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
}
.first-icon-phone{
      margin-top: 15px;
    width: 8%;
}

}


@media (min-width:1024px) and (max-width:1050px){
    .first-icon-phone{
  margin-top: 20px;
  width: 75%;
}
}





.icon-xyz {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float:right;
  z-index: 
}

.icon-xyz a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
   
}

.icon-xyz a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}
.instagram{
  background: #D8297D;
  color: white;
}


@media (max-width: 767px) {
    .icon-xyz {
        display:none;
    }
}









.icon-wxyz {
  position: fixed;
      display: flex;
bottom: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float:right;
  z-index: 100;

}

.icon-wxyz a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
   
}

.icon-wxyz a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}
.instagram{
  background: #D8297D;
  color: white;
}

@media (min-width: 767px) {
    .icon-wxyz {
        display:none;
    }
}











[data-aos="new-animation"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;

  &.aos-animate {
    opacity: 1;
  }

}






