@charset "utf-8";
/* CSS Document */
html{
 scroll-behavior: smooth;  
}
/*fontstartx*/
@font-face {
  font-family: 'Roboto-Medium';
  src:url(../fonts/Roboto-Medium.ttf);
}
/*fontdotxends*/
/********DOTXCONTACTUSSTARTS*********/
.dotcon{
  margin-bottom: 40px;
  margin-top: 40px;
}
.dotcon p{
font-size: 20px;
    color: black;
    font-family: 'Oswald', sans-serif;
}
.dotxtopabtcontact{
	background: url(../img/contactdotx3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px; 
        
}
.dotno .fa{
    height: 70px;
    line-height: 64px;
      
    top: 0;
    left: 0;
    font-size: 50px;
    color:  #FF4500;
}
.dotno  p{
    padding-left: 16px;
    padding-top: 19px;
}
.dotno{
  text-decoration: none;
}
.dotem .fa{
    height: 70px;
    line-height: 64px;
    top: 0;
    left: 0;
    font-size: 44px;
    color:  #FF4500;
}
.dotem  p{
    padding-left: 40px;
    padding-top: 19px;
}
@media(max-width: 991px){
  
 
}
.form-control-submit{
  height: 50px;
  width: 90px;
  margin-top: 20px;
   margin-bottom: 20px;
   background:#FF4500;
   border:none;
   color: #fff;
   font-size: 15px;
   font-family: 'Oswald', sans-serif;
   letter-spacing: 3px;
   border-radius: 4px;

}
textarea.contact-form{
  resize: none;
  height: 120px;
}


/**********************DOTXCONTACTUSENDS***********/